Josh Johnson
6c2033d06b
Merge pull request #7 from ghlecl/master
...
Add capacity to get yearly grouping for microposts.
2018-01-19 13:53:24 -05:00
Ghyslain Leclerc
6a826bd4b7
Updated documentation to explain the new YearlyMicroposts parameter.
2018-01-19 12:08:23 -05:00
Ghyslain Leclerc
ec29b9c50b
Add list class to default list as jnjosh did.
2018-01-19 11:50:50 -05:00
Josh Johnson
675b6b6f88
Adds list class when displaying lists of content
2018-01-18 23:55:54 -05:00
Ghyslain Leclerc
03642a1bc3
Add capacity to get yearly grouping for microposts.
...
Adds a parameter called YearlyMicroposts which is used to either:
- output the usual list of microposts if the parameter is not set or set to
false;
- output a list of micropost titles grouped by year (just like the posts list
is) if the parameter is set and true.
The default behavior is not changed and the setting needs not be defined thus
not complicating the default installation.
2017-11-29 17:05:06 -05:00
Josh Johnson
0edc6541d0
Updates archetypes to fix warnings when creating new content
2017-11-05 10:47:38 -05:00
Josh Johnson
176ed10fe9
Updates list items to have same style as text when in article
2017-10-29 12:35:41 -04:00
Josh Johnson
bb4aa3740b
Merge pull request #6 from ghlecl/master
...
Using the new now function instead of Now on Page object.
2017-10-29 12:26:46 -04:00
Ghyslain Leclerc
8c82a5acd1
Using the new now function instead of Now on Page object.
...
The Page object will be deprecated in the next Hugo version (version 0.30), so
this silences a warning which will become an error in the next version.
2017-10-12 14:57:29 -04:00
Josh Johnson
8708fdbe0d
Merge pull request #3 from ryugibo/fix-rss-error
...
Fix rss error
2017-02-26 12:47:18 -05:00
RGB
2a1e884689
Fix rss error
2017-02-01 11:20:10 +09:00
Josh Johnson
69c0730b99
Merge pull request #2 from ghlecl/hugo0.18
...
Made the theme compatible with Hugo 0.18.
2017-01-04 23:46:47 -05:00
Josh Johnson
3d318f339f
Changes images in readme to absolute links instead of relative to fix #1
2017-01-04 23:31:25 -05:00
Ghyslain Leclerc
e87daf2a2d
Added a https to a layout.
2016-12-29 01:47:06 -05:00
Ghyslain Leclerc
2d82d19d14
Completed the author meta information in the site header with the last name.
2016-12-28 21:36:08 -05:00
Ghyslain Leclerc
bf5081d4ee
Made the Flickr images in the footer optional.
...
If the FlickID parameter in the Author section in the config is not set or if it
is set to the empty string, the section is not inserted in the footer.
2016-12-28 21:33:27 -05:00
Ghyslain Leclerc
e455fb9170
Fixed the .Site.Author.name reference to use currently recommended info.
...
Now uses .Site.Author.firstname and .Site.Author.lastname.
2016-12-28 21:28:07 -05:00
Ghyslain Leclerc
8262ab6f2d
Made the theme compatible with Hugo 0.18.
...
At least in Hugo 0.18 (I don't know for prior versions), the variables in the
templates are all set to lowercase even if they are not lowercase in the
config file.
For instance, for a configuration as follows:
[Author]
Handle = "bla"
the variable must be used as .Site.Author.handle and not .Site.Author.Handle.
2016-12-28 21:17:35 -05:00
Josh Johnson
6a9c9a5469
updated link style
2016-03-24 09:53:45 -04:00
Josh Johnson
0fe38b4323
updated image name
2016-02-21 21:35:31 -05:00
Josh Johnson
b664f054d6
renamed _meta to images and added thumbnail to conform to hugotheme rules
2016-02-21 21:34:41 -05:00
Josh Johnson
4c1da51102
added style for blockquotes
2016-02-20 20:28:15 -05:00
Josh Johnson
84336e7c39
removed lightgallery source from repo and link to the CDN version
2016-02-20 19:35:30 -05:00
Josh Johnson
8b02cab14a
added note that the theme is a little responsive
2016-02-20 14:14:56 -05:00
Josh Johnson
90d30674f2
Readme updates
2016-02-20 14:10:45 -05:00
Josh Johnson
7186961bed
added descriptions for other post types
2016-02-20 14:02:05 -05:00
Josh Johnson
14472b3a28
added section about link posts
2016-02-20 13:26:39 -05:00
Josh Johnson
7974c46948
added documentation for theme
2016-02-20 13:14:32 -05:00
Josh Johnson
f67488c5d1
fixed title to use handle
2016-02-20 00:37:34 -05:00
Josh Johnson
f92932b947
initial commit
2016-02-19 23:35:42 -05:00