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/
|
||||
resources/_gen
|
|
@ -58,6 +58,8 @@ enableEmoji = true
|
|||
[languages.en]
|
||||
languageName = "English"
|
||||
title = "MycoSystems co-op"
|
||||
|
||||
[languages.en.params]
|
||||
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 = ""
|
||||
|
|
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