* Description hinzugefügt
* Beispiel-Konfiguration hinzugefügt
This commit is contained in:
parent
1af637072a
commit
fbfac8fbea
@ -2,6 +2,7 @@
|
|||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
draft: true
|
draft: true
|
||||||
|
description: ""
|
||||||
image: "/img/"
|
image: "/img/"
|
||||||
imageAlt: ""
|
imageAlt: ""
|
||||||
order: "x"
|
order: "x"
|
||||||
|
14
config.toml.example
Normal file
14
config.toml.example
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
baseURL = 'https://example.com'
|
||||||
|
languageCode = 'en-GB'
|
||||||
|
title = 'Title of your website'
|
||||||
|
theme = 'hugo-gideonstar'
|
||||||
|
disableKinds = ['sitemap', 'taxonomy', 'term', 'RSS', '404']
|
||||||
|
publishDir = '/path/to/web/'
|
||||||
|
cleanDestinationDir = true
|
||||||
|
|
||||||
|
[params]
|
||||||
|
Description = "Description of your website"
|
||||||
|
|
||||||
|
[markup.goldmark.parser]
|
||||||
|
autoHeadingID = false
|
||||||
|
|
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="description" content="{{ .Site.Params.Description }}">
|
||||||
<title>{{ .Site.Title }}</title>
|
<title>{{ .Site.Title }}</title>
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user