removed useless stuff, also added .toml file
This commit is contained in:
parent
edf981b2a9
commit
3f7b8c28e9
@ -1,6 +0,0 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
30
config.toml
Normal file
30
config.toml
Normal file
@ -0,0 +1,30 @@
|
||||
baseURL = "https://susistinnesbeck.de/"
|
||||
languageCode = "de-de"
|
||||
title = "E.S. Stinnesbeck"
|
||||
theme = "aerial"
|
||||
|
||||
[params]
|
||||
name = "E.S. Stinnesbeck"
|
||||
about = "Author • Scientist • Artist"
|
||||
description = "Some description header text"
|
||||
copyright = "E.S. Stinnesbeck"
|
||||
language = "en"
|
||||
# Disable the scrolling background by entering any string for bg_scroll. Enable by leaving bg_scroll empty.
|
||||
# not working ...
|
||||
bg_scroll = ""
|
||||
favicon = "favicon.ico"
|
||||
|
||||
[[params.social]]
|
||||
medium = "Amazon"
|
||||
icon = "fab fa-amazon"
|
||||
link = "https://www.amazon.de/E.S.-Stinnesbeck/e/B081Y45G7T"
|
||||
|
||||
[[params.social]]
|
||||
medium = "ResearchGate"
|
||||
icon = "fab fa-researchgate"
|
||||
link = "https://www.researchgate.net/profile/Eva_Stinnesbeck"
|
||||
|
||||
[[params.social]]
|
||||
medium = "Spreadshirt"
|
||||
icon = "fas fa-tshirt"
|
||||
link = "https://shop.spreadshirt.de/curiositiesofnature"
|
30
config.yaml
30
config.yaml
@ -1,30 +0,0 @@
|
||||
{
|
||||
baseURL: "https://susistinnesbeck.de/",
|
||||
languageCode: "de-de",
|
||||
title: "E. S. Stinnesbeck",
|
||||
theme: "aerial",
|
||||
params: {
|
||||
name: "E. S. Stinnesbeck",
|
||||
about: "Placeholder A • Placeholder B • Placeholder C",
|
||||
copyright: "E. S. Stinnesbeck",
|
||||
bg_scroll: "asdasd",
|
||||
favicon: "favicon.ico",
|
||||
social: [
|
||||
{
|
||||
medium: "Amazon",
|
||||
icon: "fab fa-amazon",
|
||||
link: "https://www.amazon.de/E.S.-Stinnesbeck/e/B081Y45G7T"
|
||||
},
|
||||
{
|
||||
medium: "Spreadshirt",
|
||||
icon: "fas fa-tshirt",
|
||||
link: "https://shop.spreadshirt.de/curiositiesofnature"
|
||||
},
|
||||
{
|
||||
medium: "ResearchGate",
|
||||
icon: "fab fa-researchgate",
|
||||
link: "https://www.researchgate.net/profile/Eva_Stinnesbeck"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on My New Hugo Site</title>
|
||||
<link>http://example.org/categories/</link>
|
||||
<description>Recent content in Categories on My New Hugo Site</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
|
||||
<atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>My New Hugo Site</title>
|
||||
<link>http://example.org/</link>
|
||||
<description>Recent content on My New Hugo Site</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
|
||||
<atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<url>
|
||||
<loc>http://example.org/categories/</loc>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://example.org/</loc>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://example.org/tags/</loc>
|
||||
</url>
|
||||
|
||||
</urlset>
|
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on My New Hugo Site</title>
|
||||
<link>http://example.org/tags/</link>
|
||||
<description>Recent content in Tags on My New Hugo Site</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
|
||||
<atom:link href="http://example.org/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
Loading…
Reference in New Issue
Block a user