Commit Graph

20 Commits

Author SHA1 Message Date
3664e56dbd Replaces tag index plugin with native jekyll features (#307)
* remove tag _gen plugin and its folder

* remove deprecated tag index layout

* add tag index page

* link tag index page in nav bar, enable tag links by default

* add button spacer in main css

* fix tag links in post view

* fix tag links on index and pagination

* tag link instuctions removed. it's enabled as default
2018-01-18 23:58:00 -05:00
Tony Ho
75f4d8703e Add options to configure HTML document title (#154)
* Add option to use site title as HTML document title

* Add configurable title separator character

* Keep old document title behaviour when not using use-site-title
2017-01-06 03:33:51 -05:00
Bryan Britten
66bd2ada99 Allow dynamic images on each blog post (#143)
* Allow dynamic images on each blog post

* Adding responsive CSS for blog post images

* Adding image parameter to YAML front matter
2016-12-24 17:48:55 -05:00
Luke Dodge
f4d139d2d0 Fix show/hide of Read Me link on index page (#111) 2016-10-07 02:56:48 -07:00
Dean Attali
dfb1c61917 replace post.content with post.excerpt in index page 2016-10-04 19:43:33 -07:00
Dean Attali
1b550134f1 ignore excerpt_separator in index.html 2016-10-04 19:36:39 -07:00
Luke Dodge
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
Liu Binsheng
c2534b71ec use post.excerpt instead of post.content 2016-09-16 00:41:31 +08:00
Pete
0eb18422ee minor fixes 2016-07-27 18:20:28 -05:00
Pete
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
Pete
ce8ece5fc2 option for tags 2016-07-27 16:46:42 -05:00
Pete
b90c1c8de9 add tags 2016-07-27 15:19:16 -05:00
lrdodge
9ecf26af73 Change order of post excerpt processing 2016-06-19 19:09:43 -05:00
Dean Attali
1884ac978f Remove the instructions in index.html because users didn't know how to remove it 2015-11-21 11:48:10 -08:00
Dean Attali
b115a56067 XML escape post blurbs 2015-11-08 15:12:36 -08:00
Dean Attali
66df8a95ca make sure the [Read More] in blog excerpts is not disrupted by new line 2015-03-31 00:23:21 -07:00
Dean Attali
757206b082 simplify YAML params and readme 2015-03-03 01:03:01 -08:00
Dean Attali
b88715cf3c slight wording change 2015-03-02 17:21:32 -08:00
Dean Attali
13df585003 refer to all files relative to baseurl to work for project pages 2015-03-02 16:24:18 -08:00
Dean Attali
709f591ab4 initial commit 2015-03-02 12:06:05 -08:00