Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge remote-tracking branch 'alanpearce/master' | Alan Pearce | 2017-06-23 | -2/+8 |
|\ | ||||
| * | Fully-qualify hcard url | Alan Pearce | 2017-06-17 | -1/+1 |
| | | ||||
| * | Make h-card representative | Alan Pearce | 2017-06-17 | -1/+3 |
| | | ||||
| * | Show author image, if configured | Alan Pearce | 2017-06-17 | -0/+4 |
| | | ||||
| * | Make site lead a note for h-card | Alan Pearce | 2017-06-17 | -1/+1 |
| | | ||||
| * | Fix email check | Alan Pearce | 2017-06-17 | -1/+1 |
| | | ||||
| * | Remove trailing slash in post URLs | Alan Pearce | 2017-06-10 | -1/+1 |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-06-23 | -1/+21 |
|\ \ | ||||
| * | | Replacing deprecated function call with now preferred version (#39) | Oliver Schneider | 2017-03-25 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 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). | |||
| * | | Rename RSSlink to RSSLink | Bjørn Erik Pedersen | 2016-11-17 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 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. | |||
| * | | Don't repeat title in <title> tag on the home page | Jakub Kucharski | 2016-08-19 | -1/+5 |
| | | | ||||
| * | | Use language from configuration. | Matthew Buckett | 2016-01-02 | -1/+1 |
| | | | | | | | | | The header should use the language supplied in the configuration rather than hardcoding to english (US). | |||
| * | | Remove double-slashes in stylesheet URLs | philgs | 2015-08-13 | -3/+3 |
| | | | ||||
| * | | Added Disqus support | digitalcraftsman | 2015-07-17 | -0/+14 |
| | | | ||||
| * | | Merge pull request #11 from marc-jones/patch-1 | digitalcraftsman | 2015-07-14 | -1/+1 |
| |\ \ | | | | | | | | | Corrected link to favicon image | |||
| | * | | Corrected link to favicon image | Marc Jones | 2015-05-18 | -1/+1 |
| | | | | | | | | | | | | The original reference was to favicon.ico, when the provided image is .png | |||
| * | | | Linking the title in the sidebar to home | digitalcraftsman | 2015-07-13 | -1/+1 |
| | | | | ||||
| * | | | Merge pull request #17 from kwo/master | digitalcraftsman | 2015-07-13 | -3/+3 |
| |\ \ \ | | | | | | | | | | | change .BaseUrl to .BaseURL | |||
| | * | | | change .BaseUrl to .BaseURL | Karl Ostendorf | 2015-06-10 | -3/+3 |
| | |/ / | ||||
| * | | | Merge pull request #19 from digitalcraftsman/fix-url-variable | digitalcraftsman | 2015-07-13 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Replaced .Url with .URL in sidebar.html | |||
| | * | | | Replaced .Url with .URL in sidebar.html | digitalcraftsman | 2015-06-25 | -1/+1 |
| | |/ / | ||||
| * / / | Add {{ .Hugo.Generator }} | Anthony Fok | 2015-06-18 | -0/+1 |
| |/ / | ||||
| * | | Merge pull request #9 from giodamelio/master | Steve Francia | 2015-05-01 | -1/+1 |
| |\ \ | | | | | | | | | Fetch Google fonts over https to avoid mixed contents warnings | |||
| | * | | Fetch google fonts over https | Gio d'Amelio | 2015-02-23 | -1/+1 |
| | | | | ||||
| * | | | Lowercase variables for .Site.Params | philgs | 2015-01-05 | -2/+2 |
| |/ / | | | | | | | 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. | |||
* | | | Make h-card representative | Alan Pearce | 2017-06-23 | -1/+1 |
| | | | ||||
* | | | Update menu email check | Alan Pearce | 2017-06-23 | -1/+1 |
| |/ |/| | ||||
* | | feat: Use hugo Menu for contact links | Alan Pearce | 2017-05-06 | -3/+8 |
| | | ||||
* | | feat: Use hugo Menus for navigation | Alan Pearce | 2017-05-06 | -3/+1 |
| | | ||||
* | | feat: Replace categories with simple post listing | Alan Pearce | 2017-05-06 | -5/+1 |
| | | ||||
* | | Merge remote-tracking branch 'alanpearce/master' | Alan Pearce | 2017-04-29 | -1/+1 |
|\ \ | ||||
| * | | Add meta charset tag as recommended by W3C | Alan Pearce | 2014-09-08 | -0/+1 |
| | | | | | | | | | | | | I already send the header, but whatever. | |||
| * | | Change fonts (remove Google Fonts) | Alan Pearce | 2014-09-08 | -1/+0 |
| | | | ||||
* | | | Update theme for hugo 0.20 | Alan Pearce | 2017-04-29 | -2/+2 |
|/ / | ||||
* | | Add post-author property to h-card | Alan Pearce | 2014-09-06 | -1/+1 |
| | | ||||
* | | Add h-card metadata to sidebar | Alan Pearce | 2014-09-06 | -5/+5 |
| | | ||||
* | | Add rel=me to email link for consistency | Alan Pearce | 2014-08-08 | -1/+1 |
| | | ||||
* | | Add support for IndieAuth web sign-in | Alan Pearce | 2014-08-08 | -1/+1 |
| | | ||||
* | | Use automatic baseurl instead of site param | Alan Pearce | 2014-08-08 | -1/+1 |
| | | ||||
* | | Use Site.Taxonomies instead of Site.Indexes | Alan Pearce | 2014-08-08 | -1/+1 |
| | | | | | | | | The latter is deprecated | |||
* | | Render author URLs from config params | Alan Pearce | 2014-08-02 | -1/+3 |
| | | ||||
* | | Don't use h1 for site title outside of homepage | Alan Pearce | 2014-07-29 | -1/+6 |
| | | ||||
* | | I do not have a license. | Alan Pearce | 2014-07-20 | -23/+23 |
| | | ||||
* | | Remove container div | Alan Pearce | 2014-07-20 | -32/+30 |
| | | ||||
* | | Add span to fixup email attribute | Alan Pearce | 2014-07-20 | -1/+1 |
| | | ||||
* | | Add microdata to licence link | Alan Pearce | 2014-07-20 | -1/+1 |
| | | ||||
* | | Add author microdata to sidebar | Alan Pearce | 2014-07-19 | -5/+5 |
| | | ||||
* | | Use correct category URLs | Alan Pearce | 2014-07-18 | -1/+1 |
| | | ||||
* | | Hide title if it's the same as the site title | Alan Pearce | 2014-07-12 | -1/+1 |
| | | ||||
* | | Add contact info to sidebar | Alan Pearce | 2014-07-12 | -0/+8 |
| | |