Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-07 | Fix for mixed insecure content | Matt Smith | |
2018-03-17 | Update head.html | Bjørn Erik Pedersen | |
Fixes #49 | |||
2018-02-27 | Fix #47: adds hook_head_end partial | Kevin Wiliarty | |
2017-10-01 | Implement Content Summaries / Split on index page | JinGen Lim | |
Posts in the index page will be automatically summarized to its first 70 words, or until a user-defined <!--more--> divider. When summarized, the "Read More" button also appears with a RelPermalink to the full post. https://gohugo.io/content-management/summaries/ | |||
2017-09-07 | Fix url for Google fonts | digitalcraftsman | |
2017-09-07 | Add Google Analytics support | digitalcraftsman | |
Closes #44 | |||
2017-09-07 | Switch to Hugo's built-in Disqus template | digitalcraftsman | |
2017-09-07 | Remove custom Disqus template | digitalcraftsman | |
2017-09-07 | Trim more whitespace in template logic | digitalcraftsman | |
2017-09-07 | Make use of the base template | digitalcraftsman | |
2017-07-25 | Use .Site.BaseURL to generate sidebar "Home" link | digitalcraftsman | |
2017-07-25 | Fix indentation in layouts | Vivek Ghaisas | |
- Change indentation to 2 spaces to match convention - Don't indent <body> and <head> as per convention | |||
2017-07-25 | Add print css link | Mohammed El-Dahash | |
2017-07-25 | Add print css link | Mohammed El-Dahash | |
2017-07-25 | Fix disqusShortname conditional | Bjørn Erik Pedersen | |
Fixes #43 | |||
2017-05-26 | Use .Site.BaseURL to generate sidebar "Home" link | Vivek Ghaisas | |
2017-03-25 | Replacing deprecated function call with now preferred version (#39) | Oliver Schneider | |
Using the old call was producing the following Warning: WARNING: Page's Now is deprecated and will be removed in a future release. Use now (the template func). | |||
2016-11-17 | Rename RSSlink to RSSLink | Bjørn Erik Pedersen | |
The former will be deprecated and eventually removed from Hugo. Note: Currently both of them exist in Hugo, which is the reason for the cleanup. | |||
2016-08-19 | Add layout-reverse body class code to single and list templates. | Jason Yee | |
2016-08-19 | Don't repeat title in <title> tag on the home page | Jakub Kucharski | |
2016-03-08 | Add configuration to Reverse layout | Ján Koščo | |
2016-01-02 | Use language from configuration. | Matthew Buckett | |
The header should use the language supplied in the configuration rather than hardcoding to english (US). | |||
2015-09-22 | make 404 page use Site.Params.themeColor | Tony Bai | |
2015-08-13 | Remove double-slashes in stylesheet URLs | philgs | |
2015-07-17 | Added Disqus support | digitalcraftsman | |
2015-07-15 | Merge pull request #15 from digitalcraftsman/change-theme-in-configs-globally | digitalcraftsman | |
Added an option change the theme globally in the configs | |||
2015-07-14 | Merge pull request #11 from marc-jones/patch-1 | digitalcraftsman | |
Corrected link to favicon image | |||
2015-07-13 | Linking the title in the sidebar to home | digitalcraftsman | |
2015-07-13 | Added .BaseURL to link in 404 page | digitalcraftsman | |
2015-07-13 | Added a 404 page | digitalcraftsman | |
This addition implements the design of the original 404 page. | |||
2015-07-13 | Merge pull request #17 from kwo/master | digitalcraftsman | |
change .BaseUrl to .BaseURL | |||
2015-07-13 | Merge pull request #19 from digitalcraftsman/fix-url-variable | digitalcraftsman | |
Replaced .Url with .URL in sidebar.html | |||
2015-06-25 | Replaced .Url with .URL in sidebar.html | digitalcraftsman | |
2015-06-18 | Add {{ .Hugo.Generator }} | Anthony Fok | |
2015-06-10 | change .BaseUrl to .BaseURL | Karl Ostendorf | |
2015-06-02 | Added missing change in index.html | digitalcraftsman | |
2015-06-02 | Added an option change the theme globally in the configs | digitalcraftsman | |
2015-05-18 | Corrected link to favicon image | Marc Jones | |
The original reference was to favicon.ico, when the provided image is .png | |||
2015-05-01 | Merge pull request #9 from giodamelio/master | Steve Francia | |
Fetch Google fonts over https to avoid mixed contents warnings | |||
2015-02-23 | Fetch google fonts over https | Gio d'Amelio | |
2015-01-05 | Lowercase variables for .Site.Params | philgs | |
Variables under .Site.Params are accessed with all lower-case identifiers. Hugo won't find them with an upper-case first letter, regardless of how they're formatted in the site `config` file. | |||
2014-09-08 | Use `partial` call to include partial templates | Anthony Fok | |
Replace `template` call with the `partial` call (new in Hugo v0.12) for including partial templates | |||
2014-09-08 | Removed extra unused html tags from list template, h4 and unused span | Glen Baker | |
Conflicts: layouts/_default/list.html | |||
2014-09-08 | Add missing div closing tag | Alan Pearce | |
2014-05-23 | renaming chrome to partials | spf13 | |
2014-05-15 | Hyde theme: sync with upstream to v2.0.0. | Dato Simó | |
CSS is now split into poole.css and hyde.css; chrome/sidebar.html updated. Also cherry-pick: * poole/hyde@48b9d1f - Set a max-width for images | |||
2014-04-26 | Adding the hyde theme | spf13 | |