Commit graph

13 commits

Author SHA1 Message Date
Michael Romero
b44b51c9f1 Merge pull request #31 from liwenyip/use-header_wp-in-index
User header_wp.html partial in index.html
2017-03-19 16:44:49 -07:00
Li-Wen Yip
730ce3d9d3 User header_wp.html partial in index.html
- Changed header_wp.html and header.html so that they will also work on
the homepage (if the current page is the homepage then use the site
bigimg/title/subtitle, otherwise use the page bigimg/title/subtitle;
need to add them to the scratchpad so that they are accessible outside
the scope of the if/else statement).
- Change index.html to use the header_wp.html partial instead of
duplicating the same code
2017-03-11 20:49:44 +00:00
Li-Wen Yip
cfbe939864 Support static content on front page (above posts) 2017-03-11 18:36:32 +00:00
Michael Romero
f1c6df1122 Fix missing title when screen < 365px
Fixed issue where title and subtitle disappear when screen width is
less than 365px
2017-03-09 09:52:17 -08:00
Michael Romero
917f5fef57 Fix bigimg if only single bigimg is set
Fixing an off by 1 error which caused single bigimg's not to show up
2017-03-08 23:55:03 -08:00
Michael Romero
ba07f7cc67 Update default archetype
Update the default archetype to specify all relevant frontmatter fields.
Updated the bigimg and comments features to handle "unset" or "null"
values in the frontmatter and default appropriately. Also updated the
bigimg sample to explain both the default and "flow" YAML syntax.
2017-03-07 02:53:09 -08:00
Michael Romero
f84ba895a8 Better bigimg support
Add support for bigimg's on the front page, multiple images that rotate
on both the front page and regular pages and posts, also added test
images and a sample to demonstrate the functionality and how to specify
bigimg's.
2017-03-07 00:55:44 -08:00
Michael Romero
0338abd814 Made date format configurable
Can be configured in config.toml Params.dateFormat
2017-03-06 14:36:35 -08:00
Michael Romero
40b3eb3691 Correct spacing and remove extraneous </div>
Removed extraneous </div> in layouts\_default\list.html
2017-03-06 13:36:42 -08:00
SeongJae Park
558005341e Support tags
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2017-02-25 00:19:20 +09:00
Tom Hoover
999b033f75 only display '[Read More]' link if post is truncated 2017-02-18 12:57:50 -06:00
Michael Romero
87adc9d691 Support for big title images and bugfixes
Add support for big title images
(e6cb0a4f54).
Several bugfixes including pygment_highlights.css dependency, Index page
alignment/containers, and Index page site title. Also renamed
description to subtitle, in line with the original theme.
2016-04-02 03:55:38 -07:00
Michael Romero
ff7cd6fd91 Initial Checkin of Beautiful Hugo Theme
Initial Checkin of Beautiful Hugo Theme
2016-03-08 02:43:08 -08:00