diff --git a/Web/config.toml b/Web/config.toml index cb78781..d194dd9 100644 --- a/Web/config.toml +++ b/Web/config.toml @@ -1,9 +1,9 @@ -baseurl = "http://broken-moon.net" +baseurl = "http://broken-moon.net/" languageCode = "en-us" theme = "terminal" paginate = 5 enableGitInfo = true - +disqusShortname = "broken-moon" [markup.goldmark.renderer] hardWraps = false unsafe = true @@ -18,7 +18,7 @@ xhtml = false themeColor = "pink" # if you set this to 0, only submenu trigger will be visible - showMenuItems = 2 + showMenuItems = 4 # show selector to switch language showLanguageSelector = false @@ -70,10 +70,14 @@ xhtml = false logoHomeLink = "http://broken-moon.net/" [languages.en.menu] + [[languages.en.menu.main]] + identifier = "about" + name = "About" + url = "/about" # [[languages.en.menu.main]] -# identifier = "about" -# name = "About" -# url = "/about" +# identifier = "content" +# name = "Content" +# url = "/posts" [[languages.en.menu.main]] identifier = "git" name = "Gitea" diff --git a/Web/content/about.md b/Web/content/about.md new file mode 100644 index 0000000..d8a5d16 --- /dev/null +++ b/Web/content/about.md @@ -0,0 +1,18 @@ +--- +title: "About" +date: 2021-08-18T09:45:15-05:00 +draft: true +--- + +# Who are you? +I am Astoria. + +# Why did you make this website? +I lost the source code to the old one + +# Do you host minecraft servers? +For my friends yeah, your not getting one out of me. +# What is the meaning of life? +Fliburdiscurp + +{{< image src="/img/suffer.png" alt="Hello Friend" position="center" style="border-radius: 8px;" >}} \ No newline at end of file diff --git a/Web/content/posts/wellThisIsAwkward.md b/Web/content/posts/wellThisIsAwkward.md index cc122bc..ee294b1 100644 --- a/Web/content/posts/wellThisIsAwkward.md +++ b/Web/content/posts/wellThisIsAwkward.md @@ -3,7 +3,7 @@ title = "Well, this is awkward" date = "2021-08-17T21:30:32-05:00" author = "Astoria" authorTwitter = "chaoticCharacte" #do not include @ -cover = "" +#cover = "/img/Obsolete.png" tags = ["Hello there.", "General Kenobi."] keywords = ["", ""] description = "It's a whole new world~" @@ -52,4 +52,5 @@ Oh I know! Introducing the local [Gitea](http://git.broken-moon.net/) sever! * New services * New source code * Less relevancy -* Removed Herobrine \ No newline at end of file +* Removed Herobrine +* No longer Obsolete (Markdown for the win!) \ No newline at end of file diff --git a/Web/static/img/Obsolete.png b/Web/static/img/Obsolete.png new file mode 100644 index 0000000..9a9e6d0 Binary files /dev/null and b/Web/static/img/Obsolete.png differ diff --git a/Web/static/img/suffer.png b/Web/static/img/suffer.png new file mode 100644 index 0000000..6b1a711 Binary files /dev/null and b/Web/static/img/suffer.png differ