All Projects → tgist → tgist.github.io

tgist / tgist.github.io

Licence: other
Jekyll template

Programming Languages

HTML
75241 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tgist.github.io

harttle.github.io
Harttle Land 的源码和文章
Stars: ✭ 118 (+306.9%)
Mutual labels:  jekyll
jekyll-pwa
Jekyll plugin for PWA
Stars: ✭ 95 (+227.59%)
Mutual labels:  jekyll
academic
Jekyll theme with a focus on simplicity, typography and flexibility
Stars: ✭ 71 (+144.83%)
Mutual labels:  jekyll
jekyll-theme-hamilton
A minimal and beautiful Jekyll theme best for writing and note-taking.
Stars: ✭ 128 (+341.38%)
Mutual labels:  jekyll
kitian616.github.io
My personal site, Powered by Jekyll & TeXt Theme.
Stars: ✭ 25 (-13.79%)
Mutual labels:  jekyll
jekyll-ideal-image-slider
Add image sliders to Jekyll with Ideal Image Slider. Ruby plugin version. (This repository is archived. Issues are disabled. Pull requests will be ignored.)
Stars: ✭ 17 (-41.38%)
Mutual labels:  jekyll
rec.danmuji.org
B站录播姬网站 录播姬->> https://github.com/Bililive/BililiveRecorder <<
Stars: ✭ 19 (-34.48%)
Mutual labels:  jekyll
jekyll-manager
A repackaged Jekyll Admin fork with some alterations.
Stars: ✭ 48 (+65.52%)
Mutual labels:  jekyll
openfaas.github.io
Primary website / landing-page for the project
Stars: ✭ 50 (+72.41%)
Mutual labels:  jekyll
forever-jekyll
A simple, elegant & full featured Jekyll theme.
Stars: ✭ 26 (-10.34%)
Mutual labels:  jekyll
jekyll-clean-dark
Dark clean theme for jekyll
Stars: ✭ 198 (+582.76%)
Mutual labels:  jekyll
lime-web
LibreMesh web site using Jekyll
Stars: ✭ 20 (-31.03%)
Mutual labels:  jekyll
jekyll-pwa-workbox
A Jekyll plugin using Workbox to make your PWA / Website available offline.
Stars: ✭ 22 (-24.14%)
Mutual labels:  jekyll
CodeForAfrica.org
The @CodeForAfrica landing page. Built with Jekyll and hosted on Github Pages. Accessible at https://codeforafrica.org/
Stars: ✭ 20 (-31.03%)
Mutual labels:  jekyll
source.coveo.com
Our technical blog.
Stars: ✭ 17 (-41.38%)
Mutual labels:  jekyll
blog
My Blog About Computers
Stars: ✭ 106 (+265.52%)
Mutual labels:  jekyll
Utterson
CI benchmarking suite for Jekyll
Stars: ✭ 14 (-51.72%)
Mutual labels:  jekyll
JekyllTheme-ProjectGaia
Jekyll Theme Project Gaia. V2 Beta Released !! Check it out ->
Stars: ✭ 110 (+279.31%)
Mutual labels:  jekyll
prasad
[ WIP ] Prasad is a complete Jekyll theme designed for portfolio and blog for developers.
Stars: ✭ 14 (-51.72%)
Mutual labels:  jekyll
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (-31.03%)
Mutual labels:  jekyll

Build Status

Generic

require:

  • jekyll >= 3.0.3
  • jekyll-paginate >= 1.1.0

Create new post

rake post title='A Title'
or
rake post title="A Title" [date="2012-02-09"] [tags=[tag1,tag2]] [category="category"]

Create new page

rake page name='about.html'

Define your color

Edit the file: assets/_sass/_custom.scss

Use qiniu cdn

rake qrsync

Then, follow tips to do

Docker Compose

docker-compose up -d

Create new post

docker exec -ti jekyll rake post title='A Title'
or
docker exec -ti jekyll rake post title="A Title" [date="2012-02-09"] [tags=[tag1,tag2]] [category="category"]
...

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].