Commit Graph

17 Commits

Author SHA1 Message Date
f4d139d2d0 Fix show/hide of Read Me link on index page (#111) 2016-10-07 02:56:48 -07:00
dfb1c61917 replace post.content with post.excerpt in index page 2016-10-04 19:43:33 -07:00
1b550134f1 ignore excerpt_separator in index.html 2016-10-04 19:36:39 -07:00
1b668a3223 Add check to only show readme link when there is additional post content not shown on index page. Handles truncate words problems with Chinese and Japanese characters by checking for a manual break using the site excerpt separator. (#110) 2016-10-04 19:12:20 -07:00
c2534b71ec use post.excerpt instead of post.content 2016-09-16 00:41:31 +08:00
0eb18422ee minor fixes 2016-07-27 18:20:28 -05:00
0458bf9803 tagging options
Tags will display as plain text if a user adds tags to a post. If user
sets 'link-tags: true' in _config.yml, then Jekyll will make a new page
for each tag which lists all posts with given tag (provided the site is
not deployed through GitHub pages)
2016-07-27 17:12:30 -05:00
ce8ece5fc2 option for tags 2016-07-27 16:46:42 -05:00
b90c1c8de9 add tags 2016-07-27 15:19:16 -05:00
9ecf26af73 Change order of post excerpt processing 2016-06-19 19:09:43 -05:00
1884ac978f Remove the instructions in index.html because users didn't know how to remove it 2015-11-21 11:48:10 -08:00
b115a56067 XML escape post blurbs 2015-11-08 15:12:36 -08:00
66df8a95ca make sure the [Read More] in blog excerpts is not disrupted by new line 2015-03-31 00:23:21 -07:00
757206b082 simplify YAML params and readme 2015-03-03 01:03:01 -08:00
b88715cf3c slight wording change 2015-03-02 17:21:32 -08:00
13df585003 refer to all files relative to baseurl to work for project pages 2015-03-02 16:24:18 -08:00
709f591ab4 initial commit 2015-03-02 12:06:05 -08:00