update, new hugo syntax and html in posts
This commit is contained in:
parent
1a0063d09d
commit
7bb499656f
3 changed files with 22 additions and 17 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
public/
|
public/
|
||||||
|
resources/_gen
|
34
config.toml
34
config.toml
|
@ -58,23 +58,25 @@ enableEmoji = true
|
||||||
[languages.en]
|
[languages.en]
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
title = "MycoSystems co-op"
|
title = "MycoSystems co-op"
|
||||||
subtitle = "We are a developer collective working to bring open, private, and democratized internet infrastructure into the hands of local communities and users."
|
|
||||||
owner = ""
|
|
||||||
keywords = ""
|
|
||||||
copyright = ""
|
|
||||||
menuMore = "Show more"
|
|
||||||
readMore = "Read more"
|
|
||||||
readOtherPosts = "Read other posts"
|
|
||||||
newerPosts = "Newer posts"
|
|
||||||
olderPosts = "Older posts"
|
|
||||||
missingContentMessage = "Page not found..."
|
|
||||||
missingBackButtonLabel = "Back to home page"
|
|
||||||
minuteReadingTime = "min read"
|
|
||||||
words = "words"
|
|
||||||
|
|
||||||
[languages.en.params.logo]
|
[languages.en.params]
|
||||||
logoText = "MycoSystems"
|
subtitle = "We are a developer collective working to bring open, private, and democratized internet infrastructure into the hands of local communities and users."
|
||||||
logoHomeLink = "/"
|
owner = ""
|
||||||
|
keywords = ""
|
||||||
|
copyright = ""
|
||||||
|
menuMore = "Show more"
|
||||||
|
readMore = "Read more"
|
||||||
|
readOtherPosts = "Read other posts"
|
||||||
|
newerPosts = "Newer posts"
|
||||||
|
olderPosts = "Older posts"
|
||||||
|
missingContentMessage = "Page not found..."
|
||||||
|
missingBackButtonLabel = "Back to home page"
|
||||||
|
minuteReadingTime = "min read"
|
||||||
|
words = "words"
|
||||||
|
|
||||||
|
[languages.en.params.logo]
|
||||||
|
logoText = "MycoSystems"
|
||||||
|
logoHomeLink = "/"
|
||||||
|
|
||||||
[languages.en.menu]
|
[languages.en.menu]
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
|
|
2
layouts/shortcodes/rawhtml.html
Normal file
2
layouts/shortcodes/rawhtml.html
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<!-- raw html -->
|
||||||
|
{{.Inner}}
|
Loading…
Add table
Reference in a new issue