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-12-02Merge pull request #12 from ghlecl/masterHEADmasterJosh Johnson
Using .URL in menu items instead of .Permalink
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-16Updates screenshot and thumbnail sizesJosh Johnson
2018-11-16Removes transparency and browser chrome from thumbnail too…Josh Johnson
2018-11-16Removes transparency and browser chrome on screenshotJosh Johnson
2018-11-15Adds check for required variable before rendering menu - Fix for #9Josh Johnson
2018-11-15Documentation correction for micropost summarize.Ghyslain Leclerc
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-19Merge pull request #7 from ghlecl/masterJosh Johnson
Add capacity to get yearly grouping for microposts.
2018-01-19Updated documentation to explain the new YearlyMicroposts parameter.Ghyslain Leclerc
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-11-05Updates archetypes to fix warnings when creating new contentJosh Johnson
2017-10-29Updates list items to have same style as text when in articleJosh Johnson
2017-10-29Merge pull request #6 from ghlecl/masterJosh Johnson
Using the new now function instead of Now on Page object.
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-26Merge pull request #3 from ryugibo/fix-rss-errorJosh Johnson
Fix rss error
2017-02-01Fix rss errorRGB
2017-01-05Merge pull request #2 from ghlecl/hugo0.18Josh Johnson
Made the theme compatible with Hugo 0.18.
2017-01-05Changes images in readme to absolute links instead of relative to fix #1Josh Johnson
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-03-24updated link styleJosh Johnson
2016-02-22updated image nameJosh Johnson
2016-02-22renamed _meta to images and added thumbnail to conform to hugotheme rulesJosh Johnson
2016-02-21added style for blockquotesJosh Johnson
2016-02-21removed lightgallery source from repo and link to the CDN versionJosh Johnson
2016-02-20added note that the theme is a little responsiveJosh Johnson
2016-02-20Readme updatesJosh Johnson
2016-02-20added descriptions for other post typesJosh Johnson
2016-02-20added section about link postsJosh Johnson
2016-02-20added documentation for themeJosh Johnson
2016-02-20fixed title to use handleJosh Johnson
2016-02-20initial commitJosh Johnson