mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 20:50:40 +00:00
cleanup docs
This commit is contained in:
parent
16e3c6cf07
commit
3f1498bf07
@ -8,7 +8,7 @@ tags:
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
This post tells you how to get started with the Geekblog theme, including installation and basic configuration.
|
Geekblog is a simple Hugo theme for personal blogs. It is intentionally designed as a fast and lean theme and may not fit the requirements of complex websites. If a more feature-complete theme is required there are a lot of got alternatives out there. This post helps you to get started with the Geekblog theme, including initial setup and basic configuration.
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
@ -91,7 +91,6 @@ To prepare your new site environment just a few steps are required:
|
|||||||
[taxonomies]
|
[taxonomies]
|
||||||
author = "authors"
|
author = "authors"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
series = "series"
|
|
||||||
|
|
||||||
[mediaTypes]
|
[mediaTypes]
|
||||||
[mediaTypes."application/atom+xml"]
|
[mediaTypes."application/atom+xml"]
|
||||||
@ -99,10 +98,8 @@ To prepare your new site environment just a few steps are required:
|
|||||||
|
|
||||||
[outputFormats]
|
[outputFormats]
|
||||||
[outputFormats.Atom]
|
[outputFormats.Atom]
|
||||||
# https://validator.w3.org/feed/docs/atom.html#whatIsAtom
|
|
||||||
name = "Atom"
|
name = "Atom"
|
||||||
mediaType = "application/atom+xml"
|
mediaType = "application/atom+xml"
|
||||||
# generated file = <baseName>.<mediaType."application/atom+xml".suffixes[0]> = atom.xml
|
|
||||||
baseName = "atom"
|
baseName = "atom"
|
||||||
isPlainText = false
|
isPlainText = false
|
||||||
rel = "alternate"
|
rel = "alternate"
|
||||||
@ -188,7 +185,6 @@ enableGitInfo = true
|
|||||||
[taxonomies]
|
[taxonomies]
|
||||||
author = "authors"
|
author = "authors"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
series = "series"
|
|
||||||
|
|
||||||
[mediaTypes]
|
[mediaTypes]
|
||||||
[mediaTypes."application/atom+xml"]
|
[mediaTypes."application/atom+xml"]
|
||||||
@ -288,7 +284,6 @@ markup:
|
|||||||
taxonomies:
|
taxonomies:
|
||||||
author: authors
|
author: authors
|
||||||
tag: tags
|
tag: tags
|
||||||
series: series
|
|
||||||
|
|
||||||
mediaTypes:
|
mediaTypes:
|
||||||
"application/atom+xml":
|
"application/atom+xml":
|
||||||
|
Loading…
Reference in New Issue
Block a user