Commit Graph

26 Commits

Author SHA1 Message Date
Dean Attali f65e439025 add full-width YAML option 2020-08-23 19:23:33 +00:00
Dean Attali c2e655f7e8 add 'home' layout and use it in index file 2020-04-26 06:57:50 +00:00
Gabriel b03fb7311f
Add default values for config variables (#621) 2020-04-23 19:18:23 -04:00
Bang Jun-young 5dca8a44ff Add support for customizable date format (#536) 2019-08-21 09:46:01 -04:00
Abel Cheung 7061f6be17 Fix post image url too (#504) 2019-06-13 13:28:17 -04:00
Abel Cheung 7b43e4061d Fix showing background img with non-empty baseurl (#497)
* Fix showing background img with non-empty baseurl

Also switch globally to relative_url for all baseurl prepends,
which is more robust than custom URL mangling

* More site.baseurl -> relative_url conversion
2019-06-08 01:34:33 -04:00
OCram85 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