From 7bb499656fb854d895fdf141b4bbc3db3e323b1f Mon Sep 17 00:00:00 2001 From: brookee Date: Sat, 24 Feb 2024 04:54:29 -0500 Subject: [PATCH] update, new hugo syntax and html in posts --- .gitignore | 3 ++- config.toml | 34 +++++++++++++++++---------------- layouts/shortcodes/rawhtml.html | 2 ++ 3 files changed, 22 insertions(+), 17 deletions(-) create mode 100644 layouts/shortcodes/rawhtml.html diff --git a/.gitignore b/.gitignore index d298be1..be16e52 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -public/ \ No newline at end of file +public/ +resources/_gen \ No newline at end of file diff --git a/config.toml b/config.toml index 5a714ee..9b2c6e5 100755 --- a/config.toml +++ b/config.toml @@ -58,23 +58,25 @@ enableEmoji = true [languages.en] languageName = "English" 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] - logoText = "MycoSystems" - logoHomeLink = "/" + [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 = "" + 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.main]] diff --git a/layouts/shortcodes/rawhtml.html b/layouts/shortcodes/rawhtml.html new file mode 100644 index 0000000..520ec17 --- /dev/null +++ b/layouts/shortcodes/rawhtml.html @@ -0,0 +1,2 @@ + +{{.Inner}} \ No newline at end of file