Initial commit.

This commit is contained in:
tastytea 2019-11-21 00:03:27 +01:00
commit cdd523a27b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
6 changed files with 100 additions and 0 deletions

8
archetypes/default.adoc Normal file
View File

@ -0,0 +1,8 @@
---
title: "{{ replace .Name "-" " " | title }}"
description: ""
date: "{{ .Date }}"
draft: true
tags: [""]
---

8
archetypes/default.md Normal file
View File

@ -0,0 +1,8 @@
---
title: "{{ replace .Name "-" " " | title }}"
description: ""
date: {{ .Date }}
draft: true
tags:
---

62
config.toml Normal file
View File

@ -0,0 +1,62 @@
baseURL = "http://text-en.tastytea.de/"
languageCode = "en"
title = "tastytea's text dump."
theme = [ "nocolor" ]
copyright = "CC BY-NC 4.0"
pygmentsCodefences = true
pygmentsCodeFencesGuessSyntax = false
pygmentsUseClasses = true
canonifyURLs = false
Paginate = 5
PaginatePath = "page"
# enableGitInfo = true
[params]
subtitle = "Translations and other stuff."
favicon = "favicon.png"
datefmt = "2006-01-02"
showfullcontent = false
opengraph = true
schema = true
[params.comtodon]
domain = "likeable.space"
[taxonomies]
tags = "tags"
[author]
name = "tastytea"
email = "tastytea@tastytea.de"
[menu]
[[menu.main]]
identifier = "post"
name = "Posts"
url = "/posts/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2
[[menu.main]]
identifier = "rss"
name = "RSS"
url = "/index.xml"
weight = 3
[[menu.footer]]
name = "Contact"
url = "https://tastytea.de/"
weight = 1
[[menu.footer]]
name = "Sourcecode"
url = "https://schlomp.space/tastytea/text-en"
weight = 2

21
content/posts/test.adoc Normal file
View File

@ -0,0 +1,21 @@
---
title: "Test"
description: ""
date: "2019-11-20T22:49:07+01:00"
draft: true
tags: ["one", "two", "three"]
---
== Lala
* Nunc rutrum turpis sed pede.
* Donec posuere augue in quam.
Suspendisse potenti. Proin quam nisl, tincidunt et, mattis eget, convallis nec,
purus. Aliquam erat volutpat. Nunc eleifend leo vitae magna. In id erat non
orci commodo lobortis. Proin neque massa, cursus ut, gravida ut, lobortis eget,
lacus. Sed diam. Praesent fermentum tempor tellus. Nullam tempus. Mauris ac
felis vel velit tristique imperdiet. Donec at pede. Etiam vel neque nec dui
dignissim bibendum. Vivamus id enim. Phasellus neque orci, porta a, aliquet
quis, semper a, massa. Phasellus purus. Pellentesque tristique imperdiet
tortor. Nam euismod tellus id erat.

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

1
themes/nocolor Symbolic link
View File

@ -0,0 +1 @@
/home/tastytea/Projekte/theme-hugo-nocolor