Commit Graph
375 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 c3f51a4c11 fix the viewport variables 2020-11-16 00:25:19 +01:00
panr 60a15e7b38 show language selector only when there is more than one language 2020-11-16 00:12:25 +01:00
panr 1e46e9cdaf fix diff duotone syntax color 2020-11-16 00:00:53 +01:00
Radek Kozieł 29200fe841 Merge pull request #203 from rdnlsmith/pwsh-syntax-highlight
Add highlighting for PowerShell syntax
2020-11-15 23:47:24 +01:00
Radek Kozieł a6ca60fb7f Merge branch 'master' into pwsh-syntax-highlight 2020-11-15 23:47:11 +01:00
Radek Kozieł 4d71df019b Merge pull request #202 from schoentoon/hide-menu-button-mobile
Hide the menu button on mobile if the menu is empty
2020-11-15 19:16:08 +01:00
panr 480cb60150 fix Webpack config to output standalone languageSelector file 2020-11-15 18:45:23 +01:00
Radek Kozieł 4d617361a3 Merge pull request #210 from yujixr/patch-1
Update USERS.md
2020-11-01 23:40:01 +01:00
YUJI 825fde486a Update USERS.md
Add my site to this list
2020-11-01 23:34:51 +09:00
Radek Kozieł 28c44c93b1 Merge pull request #208 from Mathie-Josh/patch-2
Update USERS.md
2020-11-01 00:26:10 +01:00
Josh M 9c4f402c4e Update USERS.md
would like to add  my website to the list
2020-10-29 19:25:30 -04:00
Radek Kozieł 12f249fd7c Merge pull request #207 from mpostument/mpostument-website
Added mpostument.com to USERS.MD
2020-10-27 15:28:42 +01:00
mpostument 42eea54554 added mpostument website 2020-10-27 13:32:37 +00:00
Daniel Smith 223b7536ce Add highlighting for PowerShell syntax 2020-10-19 20:37:35 -04:00
Toon Schoenmakers cb61741202 Hide the menu button on mobile if the menu is empty 2020-10-17 23:06:50 +02:00
Radek Kozieł 30d5681909 Merge pull request #182 from zchrykng/patch-1
Add defaults to post archetype
2020-09-28 10:07:19 +02:00
Radek Kozieł b572763b1f Merge pull request #194 from hkennyv/fix-typo
fix typo: duetone -> duotone
2020-09-28 08:53:46 +02:00
Kenny Huynh 8e5c8d32dc fix typo: duetone -> duotone 2020-09-27 23:44:03 -07:00
Zachary King bb344ddad7 update for brain dead copy/paste 2020-09-27 18:01:26 -04:00
panr 08644e95c3 Allow html in figure caption. 2020-09-27 16:25:34 +02:00
Radek Kozieł 6856982e4a Merge pull request #158 from pablodiazgutierrez/patch-1
Adding pablart.com
2020-09-27 16:19:55 +02:00
Radek Kozieł 7ebb1d2776 Merge branch 'master' into patch-1 2020-09-27 16:19:44 +02:00
Radek Kozieł 54f156d2d5 Merge pull request #171 from rossmckelvie/author-spacing
Fix spacing in lists between :: and Author
2020-09-27 16:13:17 +02:00
Radek Kozieł 0f2f3fc6be Merge pull request #172 from rossmckelvie/apple-touch-icon
Modernize apple-touch-icon
2020-09-27 16:11:45 +02:00
Radek Kozieł 4a2f49d34b Merge pull request #178 from luigifcruz/patch-1
Ensure text remains visible during webfont load
2020-09-27 16:11:06 +02:00
Radek Kozieł 3523728e96 Merge pull request #179 from luigifcruz/patch-2
Improve Open Graph Tags
2020-09-27 16:07:25 +02:00
Radek Kozieł 6a9b40ee12 Merge pull request #184 from CosmosAtlas/master
Fixed language selector not showing up on click
2020-09-27 16:02:44 +02:00
panr 4a20b34d61 Update languageSelector code & other small fixes. 2020-09-27 16:01:39 +02:00
Radek Kozieł 85113381ea Merge pull request #190 from bugfix123/patch-1
Update USERS.md
2020-09-27 14:40:09 +02:00
Radek Kozieł 5685c97216 Merge branch 'master' into patch-1 2020-09-27 14:40:01 +02:00
Radek Kozieł a749f3e3e6 Merge pull request #189 from IsaEs/patch-1
Update USERS.md
2020-09-27 14:39:12 +02:00
Radek Kozieł b3437bc4dc Merge branch 'master' into patch-1 2020-09-27 14:39:01 +02:00
Radek Kozieł 654784a5c1 Merge pull request #188 from Conight/patch-1
Update USERS.md
2020-09-27 14:37:54 +02:00
Radek Kozieł fae2e5f804 Merge branch 'master' into patch-1 2020-09-27 14:37:45 +02:00
Radek Kozieł 57b7a9cfc2 Merge pull request #186 from CMiksche/patch-1
Update USERS.md
2020-09-27 14:37:11 +02:00
panr 9f2097f3f0 Fix head partial. v2.1.0 2020-09-06 00:52:53 +02:00
panr a6f223f522 Webpack is back! 2020-09-06 00:31:23 +02:00
bugfix123 8710cb78b5 Update USERS.md
Thans you for your awesome theme!
2020-09-01 22:33:45 +08:00
İsa Eş d20f756c21 Update USERS.md 2020-08-29 22:09:53 +03:00
Conight 3a7d4ad376 Update USERS.md 2020-08-28 09:48:44 +08:00
Christoph Daniel Miksche c3b01fb9ce Update USERS.md 2020-08-25 23:23:32 +02:00
Radek Kozieł 0aae2e9ff4 Update README and make the instruction more clear. 2020-08-24 16:13:23 +02:00
Zachary King 4ade714a77 Add defaults to post archetype 2020-08-15 17:27:53 -04:00
Radek Kozieł e679f013c1 Update theme.toml 2020-08-12 08:44:40 +02:00
Radek Kozieł eac693c55f Update README.md 2020-08-12 08:44:16 +02:00
Luigi Cruz cbe39af196 Changing Open Graph tags. 2020-08-09 21:52:51 -03:00
Luigi Cruz d75ae3fae8 Add font-swap to third-party font. 2020-08-09 20:09:03 -03:00
panr e6be81c664 Show a twitter card without any condition. 2020-08-10 00:13:56 +02:00
Radek Kozieł 80fa802fa6 Merge pull request #177 from arminfriedl/master
Only add twitter card if twitter defined
2020-08-10 00:10:59 +02:00