Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | Add {{ .Hugo.Generator }} | Anthony Fok | 2015-06-18 | -0/+2 | |
| |/ / | |||||
| * | | Merge pull request #10 from EitZei/master | Steve Francia | 2015-05-01 | -11/+11 | |
| |\ \ | | | | | | | | | Convert rem's to em's in breakpoints | ||||
| | * | | Convert rem's to em's in breakpoints to fix layout jerking issue in e.g. ↵ | Antti Järvinen | 2015-04-08 | -11/+11 | |
| | | | | | | | | | | | | | | | | iPad and when resizing viewport. | ||||
| * | | | 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 | |
| | |/ / | |||||
| * | | | Merge pull request #8 from philgs/patch-1 | Steve Francia | 2015-05-01 | -2/+2 | |
| |\ \ \ | | |/ / | |/| | | Lowercase variables for .Site.Params | ||||
| | * | | 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. | ||||
| * | | removing old screenshot | spf13 | 2014-10-08 | -0/+0 | |
| | | | |||||
| * | | bringing theme up to date for inclusion in the gallery | spf13 | 2014-10-08 | -4/+2 | |
| | | | |||||
| * | | Use `partial` call to include partial templates | Anthony Fok | 2014-09-08 | -6/+6 | |
| | | | | | | | | | | | | | | | Replace `template` call with the `partial` call (new in Hugo v0.12) for including partial templates | ||||
| * | | Removed extra unused html tags from list template, h4 and unused span | Glen Baker | 2014-09-08 | -10/+11 | |
| | | | | | | | | | | | | | | | Conflicts: layouts/_default/list.html | ||||
| * | | Add missing div closing tag | Alan Pearce | 2014-09-08 | -1/+1 | |
| | | | |||||
* | | | 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: limit recent posts to 10 | Alan Pearce | 2017-05-06 | -1/+1 | |
| | | |||||
* | | feat: Replace categories with simple post listing | Alan Pearce | 2017-05-06 | -5/+1 | |
| | | |||||
* | | style: Make list and index consistent | Alan Pearce | 2017-05-06 | -2/+2 | |
| | | |||||
* | | feat: Remove categories from homepage | Alan Pearce | 2017-05-06 | -10/+0 | |
| | | | | | | | | They're already in the sidebar | ||||
* | | feat: Remove summary from lists | Alan Pearce | 2017-05-06 | -1/+0 | |
| | | |||||
* | | fix: Don't error on posts with no categories | Alan Pearce | 2017-05-06 | -1/+5 | |
| | | |||||
* | | Merge remote-tracking branch 'alanpearce/master' | Alan Pearce | 2017-04-29 | -3/+3 | |
|\ \ | |||||
| * | | 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 | -3/+2 | |
| | | | |||||
* | | | Update theme for hugo 0.20 | Alan Pearce | 2017-04-29 | -2/+2 | |
|/ / | |||||
* | | Add footer to posts with category and tags | Alan Pearce | 2014-09-06 | -0/+17 | |
| | | |||||
* | | Add post-author property to h-card | Alan Pearce | 2014-09-06 | -1/+1 | |
| | | |||||
* | | Remove unused footer link selectors | Alan Pearce | 2014-09-06 | -16/+8 | |
| | | |||||
* | | Add h-entry metadata to posts | Alan Pearce | 2014-09-06 | -4/+4 | |
| | | |||||
* | | Add h-card metadata to sidebar | Alan Pearce | 2014-09-06 | -5/+5 | |
| | | |||||
* | | Use new partial function instead of template | Alan Pearce | 2014-09-06 | -6/+6 | |
| | | |||||
* | | Convert rem media-queries to em | Alan Pearce | 2014-08-30 | -11/+11 | |
| | | |||||
* | | 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 | -2/+2 | |
| | | | | | | | | The latter is deprecated | ||||
* | | Fix mismatched tags on index page | Alan Pearce | 2014-08-02 | -1/+1 | |
| | | |||||
* | | 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 | -2/+11 | |
| | | |||||
* | | Style list view title | Alan Pearce | 2014-07-29 | -1/+1 | |
| | | |||||
* | | Add title to list view | Alan Pearce | 2014-07-29 | -0/+1 | |
| | | |||||
* | | I do not have a license. | Alan Pearce | 2014-07-20 | -23/+23 | |
| | | |||||
* | | Remove container div | Alan Pearce | 2014-07-20 | -33/+31 | |
| | | |||||
* | | 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 schema.org microdata to list view | Alan Pearce | 2014-07-20 | -4/+4 | |
| | | |||||
* | | Remove superfluous classes in list view | Alan Pearce | 2014-07-20 | -1/+1 | |
| | | |||||
* | | Move BlogPosting scope to body element | Alan Pearce | 2014-07-20 | -2/+2 | |
| | | | | | | | | Correctly associate author from sidebar | ||||
* | | Move Blog scope to body element | Alan Pearce | 2014-07-20 | -2/+2 | |
| | | | | | | | | Correctly associate author from sidebar |