mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add see also section to posts footer (#152)
* Fix series list page title * Add see also section to posts footer
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
da6f9e1389
commit
27e83b1e5a
@@ -36,6 +36,9 @@ disqusShortname = "yourdiscussshortname"
|
||||
# Use inverted colors
|
||||
inverted = false
|
||||
|
||||
# Series see also post count
|
||||
maxSeeAlsoItems = 5
|
||||
|
||||
# Custom CSS
|
||||
custom_css = []
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ title = "Creating a New Theme"
|
||||
slug = "creating-a-new-theme"
|
||||
tags = []
|
||||
categories = []
|
||||
series = ["Theme", "Hugo"]
|
||||
+++
|
||||
|
||||
## Introduction
|
||||
|
||||
@@ -11,4 +11,5 @@ categories = [
|
||||
"Development",
|
||||
]
|
||||
externalLink = "https://github.com/luizdepra/hugo-coder/wiki"
|
||||
series = ["Hugo"]
|
||||
+++
|
||||
|
||||
@@ -13,7 +13,7 @@ categories = [
|
||||
"Development",
|
||||
"golang",
|
||||
]
|
||||
series = ["Getting Started"]
|
||||
series = ["Getting Started", "Hugo"]
|
||||
+++
|
||||
|
||||
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for
|
||||
|
||||
@@ -11,7 +11,7 @@ categories = [
|
||||
"Development",
|
||||
"golang",
|
||||
]
|
||||
series = ["Getting Started"]
|
||||
series = ["Getting Started", "Hugo"]
|
||||
+++
|
||||
|
||||
## Step 1. Install Hugo
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
date = "2014-03-10"
|
||||
title = "Migrate to Hugo from Jekyll"
|
||||
description = "The post explains how to migrate from from Jekyll to Hugo."
|
||||
series = ["Getting Started"]
|
||||
series = ["Getting Started", "Hugo"]
|
||||
+++
|
||||
|
||||
Table of Contents
|
||||
|
||||
@@ -4,7 +4,7 @@ title = "Theme Demo"
|
||||
description = "The post demonstrates features of the coder theme."
|
||||
images = ["/images/N90.jpg"]
|
||||
math = "true"
|
||||
|
||||
series = ["Theme", "Hugo"]
|
||||
+++
|
||||
|
||||
## Style Demo
|
||||
|
||||
Reference in New Issue
Block a user