first draft
This commit is contained in:
commit
96b450cdac
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/aerial"]
|
||||||
|
path = themes/aerial
|
||||||
|
url = https://github.com/ErikFWinter/aerial
|
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
35
config.yaml
Normal file
35
config.yaml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
baseURL: "http://example.org/",
|
||||||
|
languageCode: "en-us",
|
||||||
|
title: "E. S. Stinnesbeck",
|
||||||
|
theme: "aerial",
|
||||||
|
params: {
|
||||||
|
name: "E. S. Stinnesbeck",
|
||||||
|
about: "Huebsches Mausi • Kleines Mausi • Sexy Mausi",
|
||||||
|
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"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
medium: "Email",
|
||||||
|
icon: "far fa-envelope",
|
||||||
|
link: "mailto:susi@stinnesbeck.de"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
14
public/categories/index.xml
Normal file
14
public/categories/index.xml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?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>
|
14
public/index.xml
Normal file
14
public/index.xml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?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>
|
17
public/sitemap.xml
Normal file
17
public/sitemap.xml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?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>
|
14
public/tags/index.xml
Normal file
14
public/tags/index.xml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?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>
|
1
themes/aerial
Submodule
1
themes/aerial
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 45bcb4fb05feaced64e10ee7452f23ada046de6d
|
Loading…
Reference in New Issue
Block a user