-
Mar 1st, 2017 Change another toc plugin
-
Feb 28th, 2017 Rebuild to include Bootstrap 4-Alpha and JQuery 3
This is a personal Jekyll blog theme.
The theme name is 'Project Gaia', cuz I have another under building project named 'Project Uranus' o( ̄▽ ̄)o
See demo page here: Demo Page
See extended blog here: Blog Page
See chinese guide post here: 中文指导
Realized with this repo: syntaxhighlighter/syntaxhighlighter
Usage(include necessary CSS and JS and run SyntaxHighlighter.all()):
SyntaxHighlighter.all();
Here is code snippet example:
Realized with this repo: jgallen23/toc
Auto-run when page loaded.
Realized with this repo: szhielelp/md-post-header-collapse
Run $.headerCollapseRobot() after post loaded.
/*header collapsible*/ $.headerCollapseRobot( arr_Id_CollapseEnds = new Array("end"), arr_Collapsible_Tag = new Array("H1","H2","H3"), arr_ExcludeElemPrefix_InCollapsible = new Array("comment-"), arr_ExcludeElemPrefix_InCollapsing = new Array("sidebar-toc-Ik4D-") )
You can try clicking on the icons near titles.
Just put a attribute in header of the specific post:
layout: post title: blablablalala category : Comic tags : [Comic, 10101] stickie: true
Then current post will show ahead of other posts.