Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jnjosh/internet-weblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-27Using .URL in menu items instead of .PermalinkGhyslain Leclerc
Using .Permalink was causing my site to not compile anymore with version 0.59.1 of Hugo. According to this issue on the Hugo Github repository: https://github.com/gohugoio/hugo/issues/5868 in menus, .URL is not deprecated and can/should be kept.
2019-08-31Uses correct URL accessor and removes use of deprecated .URLJosh Johnson
2019-08-18Updates page header to show menu items if there are no rssJosh Johnson
2019-08-18Updates to support 0.57.2Josh Johnson
2018-11-16Merge pull request #10 from ghlecl/masterJosh Johnson
Adding capacity to summarize microposts as well.
2018-11-15Adds check for required variable before rendering menu - Fix for #9Josh Johnson
2018-10-27Adding capacity to summarize microposts as well.Ghyslain Leclerc
2018-02-03Cleans up rss formattingJosh Johnson
2018-01-30Adds option to hide titles from micropost rssJosh Johnson
2018-01-19Add list class to default list as jnjosh did.Ghyslain Leclerc
2018-01-19Adds list class when displaying lists of contentJosh Johnson
2017-11-30Add capacity to get yearly grouping for microposts.Ghyslain Leclerc
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-10-12Using the new now function instead of Now on Page object.Ghyslain Leclerc
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-02-01Fix rss errorRGB
2016-12-29Added a https to a layout.Ghyslain Leclerc
2016-12-29Completed the author meta information in the site header with the last name.Ghyslain Leclerc
2016-12-29Made the Flickr images in the footer optional.Ghyslain Leclerc
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-29Fixed the .Site.Author.name reference to use currently recommended info.Ghyslain Leclerc
Now uses .Site.Author.firstname and .Site.Author.lastname.
2016-12-29Made the theme compatible with Hugo 0.18.Ghyslain Leclerc
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-02-21removed lightgallery source from repo and link to the CDN versionJosh Johnson
2016-02-20fixed title to use handleJosh Johnson
2016-02-20initial commitJosh Johnson