mirror of
https://github.com/rottenwheel/hugo-rottenwheel.git
synced 2024-11-09 20:20:04 +00:00
chore: update blog title and simplify homepage layout
Updated the title across the website from "rottenwheel" to "rottenblog". Also removed title and description elements from the homepage layout.
This commit is contained in:
parent
d0aa620a3c
commit
bd33e958ac
3 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: rottenwheel's blog
|
title: rottenblog
|
||||||
---
|
---
|
||||||
|
|
||||||
RSS feed [here](/index.xml).
|
RSS feed [here](/index.xml).
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
baseURL = 'https://blog.rottenwheel.com/'
|
baseURL = 'https://blog.rottenwheel.com/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'rottenwheel'
|
title = 'rottenblog'
|
||||||
theme = 'hugo-rottenwheel'
|
theme = 'hugo-rottenwheel'
|
||||||
disableKinds = ['taxonomy']
|
disableKinds = ['taxonomy']
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<h1>{{ .Title }}</h1>
|
|
||||||
<p>{{ .Description }}</p>
|
|
||||||
|
|
||||||
<h2>Latest Posts</h2>
|
<h2>Latest Posts</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue