Commit Graph
7 Commits
Author SHA1 Message Date
Manuel Fedele 0db9a0094d Sane defaults for FullWidthTheme and CenterTheme
Providing sane defaults in order to use the template with no additional configuration at all.

At the moment you can't just do
```
hugo new site mysyte
cd mysyte
git init
git submodule add https://github.com/panr/hugo-theme-terminal.git themes/terminal
hugo server -t terminal
```
because FullWitdthTheme and CentralTheme params are not set.
```
themes/terminal/layouts/_default/baseof.html:10:23": execute of template failed: template: _default/terms.html:10:23: executing "_default/terms.html" at <$.Site.Params.FullWidthTheme>: invalid value; expected bool
```

With this little fix the theme starts with no additional configuration than the standard one created by hugo cli.
2020-11-25 11:12:45 +01:00
panr 0759309c59 Webpack -> Hugo Pipes 2020-08-09 23:49:38 +02:00
panr 7ac0deff87 Add param to set default size for headings 2020-01-05 10:44:58 +01:00
Felix Nüsse 88ed5a0bef Updated CSS and refined width-logic 2019-02-26 09:30:10 +01:00
Felix Nüsse 0d2a41242a added parameter for centered view
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
2019-02-03 16:00:13 +01:00
panr 802b2f1312 Fix typos 2019-01-29 11:18:14 +01:00
panr 86562b8241 Init 2019-01-28 01:11:02 +01:00