1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
# jekyll-ttskch-theme
A simple and customizable theme for Jekyll.
> This theme was renamed from _jekyll-**qck**-theme_ to _jekyll-**tch**-theme_ at 2016.06.02.
> And renamed again from _jekyll-**tch**-theme_ to _jekyll-**ttskch**-theme_ at 2016.09.23.
## Screen shot

## Features
* A lot of Markdown features (also GitHub Flavored Markdown)
* `:emoji:` ready :+1:
* Easy color-scheme customization
* Tags list page
* Monthly Archives page
* Search feature without any Jekyll plugins
* `<!--more-->` tag feature
* Anchor links for each headings
* Sticky side nav
* Responsive
* OGP ready
* Share buttons ready
## Getting started
1. [Fork me](https://github.com/ttskch/jekyll-ttskch-theme/fork)
2. Rename the repository from `jekyll-ttskch-theme` to `{username}.github.io` ([learn more](https://pages.github.com/))
3. Modify `_config.yml`
4. Modify `_sass/base/_variables.scss` if you need to change colors or font sizes
5. Add new posts into `_posts/` :smiley:
## Demo
You can see live demo at below:
* https://ttskch.github.io/jekyll-ttskch-theme/
## Thanks for using :wink:
* http://ttskch.github.io
* http://sitaramshelke.github.io
* http://jffourmond.github.io
* http://vbflash8.github.io
* http://luqitao.github.io
* http://harusametime.github.io
* http://gitzxon.github.io
* http://hutsonlu.github.io
* http://k0-1.github.io
* http://anthonygore.github.io
* http://getjsdojo.github.io
* http://georgezhuo.github.io
* http://neontapir.github.io
* https://sasukeh.github.io
* https://blog.guilhermegarnier.com
Please PR if you want to add your blog.
|