summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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