diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2019-11-24 17:18:36 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2019-11-24 17:43:52 +0100 |
| commit | 1f74c443405b2827217275bbdc428bd9320bb99a (patch) | |
| tree | d97b3c35280ab24fdffd9b099fca0f318239986b /config.toml | |
| parent | f752530692e7a3db2d75bc2c77b80839da64d5f3 (diff) | |
| download | blog-1f74c443405b2827217275bbdc428bd9320bb99a.tar.gz blog-1f74c443405b2827217275bbdc428bd9320bb99a.zip | |
Rework index page layout to include projects
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/config.toml b/config.toml index ada2ef1..e005a2c 100644 --- a/config.toml +++ b/config.toml @@ -1,15 +1,11 @@ baseurl = "https://schneefux.xyz" disablePathToLower = true languageCode = "de-de" -title = "My shell is my home" +title = "What I built today" pluralizelisttitles = false pygmentsuseclasses = true pygmentscodefences = true sectionPagesMenu = "main" [params] email = "blog@schneefux.xyz" - github = "schneefux" -[original] - author = "rakuishi" - repo = "https://github.com/rakuishi/hugo-zen" - license = "MIT" + github = "schneefux"
\ No newline at end of file |
