summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-17Rename RSSlink to RSSLinkBjø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-19Add layout-reverse body class code to single and list templates.Jason Yee
2016-08-19Don't repeat title in <title> tag on the home pageJakub Kucharski
2016-07-26Add installation sectionPedro Melo
2016-03-08Add configuration to Reverse layoutJán Koščo
2016-01-02Use language from configuration.Matthew Buckett
The header should use the language supplied in the configuration rather than hardcoding to english (US).
2015-09-22Merge pull request #26 from bigwhite/masterdigitalcraftsman
fix #25: make 404 page use Site.Params.themeColor
2015-09-22make 404 page use Site.Params.themeColorTony Bai
2015-08-13Merge pull request #23 from philgs/double-slashBjørn Erik Pedersen
Remove double-slashes in stylesheet URLs
2015-08-13Remove double-slashes in stylesheet URLsphilgs
2015-08-01Fixes #22digitalcraftsman
2015-07-17Updated theme.tomldigitalcraftsman
2015-07-17Removed non-working link from READMEdigitalcraftsman
2015-07-17Added Disqus supportdigitalcraftsman
2015-07-15Updated READMEdigitalcraftsman
2015-07-15Merge pull request #15 from digitalcraftsman/change-theme-in-configs-globallydigitalcraftsman
Added an option change the theme globally in the configs
2015-07-14Merge pull request #11 from marc-jones/patch-1digitalcraftsman
Corrected link to favicon image
2015-07-13Set min_version to 0.14digitalcraftsman
2015-07-13Merge pull request #14 from digitalcraftsman/sidebar-link-to-homedigitalcraftsman
Linking the title in the sidebar to home
2015-07-13Linking the title in the sidebar to homedigitalcraftsman
2015-07-13Merge pull request #16 from digitalcraftsman/404-pagedigitalcraftsman
Added a 404 page
2015-07-13Added .BaseURL to link in 404 pagedigitalcraftsman
2015-07-13Added a 404 pagedigitalcraftsman
This addition implements the design of the original 404 page.
2015-07-13Merge pull request #17 from kwo/masterdigitalcraftsman
change .BaseUrl to .BaseURL
2015-07-13Merge pull request #19 from digitalcraftsman/fix-url-variabledigitalcraftsman
Replaced .Url with .URL in sidebar.html
2015-07-13Merge pull request #18 from anthonyfok/add-hugo-generatordigitalcraftsman
Add {{ .Hugo.Generator }}
2015-06-25Replaced .Url with .URL in sidebar.htmldigitalcraftsman
2015-06-18Add {{ .Hugo.Generator }}Anthony Fok
2015-06-10change .BaseUrl to .BaseURLKarl Ostendorf
2015-06-02Added missing change in index.htmldigitalcraftsman
2015-06-02Added an option change the theme globally in the configsdigitalcraftsman
2015-05-18Corrected link to favicon imageMarc Jones
The original reference was to favicon.ico, when the provided image is .png
2015-05-01Merge pull request #10 from EitZei/masterSteve Francia
Convert rem's to em's in breakpoints
2015-05-01Merge pull request #9 from giodamelio/masterSteve Francia
Fetch Google fonts over https to avoid mixed contents warnings
2015-05-01Merge pull request #8 from philgs/patch-1Steve Francia
Lowercase variables for .Site.Params
2015-04-08Convert rem's to em's in breakpoints to fix layout jerking issue in e.g. ↵Antti Järvinen
iPad and when resizing viewport.
2015-02-23Fetch google fonts over httpsGio d'Amelio
2015-01-05Lowercase variables for .Site.Paramsphilgs
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-10-08removing old screenshotspf13
2014-10-08bringing theme up to date for inclusion in the galleryspf13
2014-09-08Use `partial` call to include partial templatesAnthony Fok
Replace `template` call with the `partial` call (new in Hugo v0.12) for including partial templates
2014-09-08Removed extra unused html tags from list template, h4 and unused spanGlen Baker
Conflicts: layouts/_default/list.html
2014-09-08Add missing div closing tagAlan Pearce
2014-05-23adding imagesspf13
2014-05-23renaming chrome to partialsspf13
2014-05-23adding archetypes to the existing themesspf13
2014-05-15Hyde 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-26small tweak to hyde read mespf13
2014-04-26Adding the hyde themespf13