36 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
5a0af3384d Fix accessibility issues and re-format templates 2020-06-18 00:40:31 +02:00
panr
04d9175af8 Update styling 2020-06-18 00:21:19 +02:00
panr
0925abe5d8 Add terms.html template.
Add index.html template.
Fix list.html template.
2020-06-17 16:52:06 +02:00
panr
0a9b08f405 Fix styling for the index content 2020-05-29 00:50:00 +02:00
Radek Kozieł
3ade628cfc
Merge pull request #104 from nuno-silva/index
[WIP] Feature request: display index page content
2020-05-29 00:36:43 +02:00
Dave Derderian
bb19133255 remove site.params.toctile from if condition 2020-05-29 00:18:15 +02:00
Dave Derderian
460409971b add conditional table of contents 2020-05-29 00:16:13 +02:00
horochx
0b0c32c626 Change the style of the last update time 2020-03-11 23:05:58 +08:00
horochx
145a758159 Merge remote-tracking branch 'upstream/master' 2020-03-10 22:26:40 +08:00
panr
7c5c62e630 A little fix for anchor appearance 2020-01-24 08:21:30 +01:00
Sophia Brandt
ff3aa2316b improve: add fixes/suggestions from panr 2020-01-23 21:04:09 +01:00
Sophia Brandt
e8fdb4e084
Update layouts/_default/single.html
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com>
2020-01-23 20:56:58 +01:00
Sophia Brandt
3aeb73a422 add anchor icon to heading anchors 2020-01-17 13:11:41 +01:00
panr
7ac0deff87 Add param to set default size for headings 2020-01-05 10:44:58 +01:00
Nuno Silva
10eae069d0 display index page content 2019-12-13 16:32:14 +00:00
horochx
213a39bcad Add last updated display, params.showLastUpdated and update README.md 2019-10-04 22:41:43 +08:00
panr
060587ba38 Fix list.html 2019-08-25 09:38:23 +02:00
William Sandbrink
3d20322e3a fixes broken page list 2019-08-14 22:08:50 +02:00
Zhai2333
786243dc1d
[*] fix: 0001-01-01 when doesn't provide a date 2019-06-09 17:59:20 +08:00
Marvin Dalheimer
bc9b801e5f made tag link language-sensitiv 2019-04-05 08:18:21 +02:00
panr
bacfb1a95a Remove unnecessary code 2019-03-31 19:38:11 +02:00
panr
e938e972b6 Fix format 2019-03-31 19:28:38 +02:00
panr
50e36736c6 Allow to show full content on list 2019-03-31 19:18:43 +02:00
newhinton
8fe7d51b94
Merge branch 'master' into master 2019-02-28 14:57:20 +01:00
Felix Nüsse
88ed5a0bef
Updated CSS and refined width-logic 2019-02-26 09:30:10 +01:00
panr
d005155fa5 Add comment partial 2019-02-15 00:38:45 +01:00
Eelco Wesemann
d4f8fea87c Add a trailing slash to URLs generated for tags 2019-02-13 13:00:20 +01:00
panr
8a8e73461e Change post cover path 2019-02-09 00:40:11 +01:00
Eelco Wesemann
90cd4fe1b6
Fix h1 close tag for post-title 2019-02-05 10:49:54 +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
446691ba59 Fix layout and code highlighting 2019-01-29 18:59:59 +01:00
panr
802b2f1312 Fix typos 2019-01-29 11:18:14 +01:00
panr
6c68bd63ae Fix absURL paths and exampleSite 2019-01-29 10:48:49 +01:00
panr
86562b8241 Init 2019-01-28 01:11:02 +01:00