What did it not work?
parent
a62b634586
commit
cd4add5476
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
@ -0,0 +1,80 @@
|
||||
baseurl = "http://broken-moon.net"
|
||||
languageCode = "en-us"
|
||||
theme = "terminal"
|
||||
paginate = 5
|
||||
enableGitInfo = true
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
hardWraps = false
|
||||
unsafe = true
|
||||
xhtml = false
|
||||
|
||||
[params]
|
||||
# dir name of your main content (default is `content/posts`).
|
||||
# the list of set content will show up on your index page (baseurl).
|
||||
contentTypeName = "posts"
|
||||
|
||||
# ["orange", "blue", "red", "green", "pink"]
|
||||
themeColor = "pink"
|
||||
|
||||
# if you set this to 0, only submenu trigger will be visible
|
||||
showMenuItems = 2
|
||||
|
||||
# show selector to switch language
|
||||
showLanguageSelector = false
|
||||
|
||||
# set theme to full screen width
|
||||
fullWidthTheme = false
|
||||
|
||||
# center theme with default width
|
||||
centerTheme = true
|
||||
|
||||
# set a custom favicon (default is a `themeColor` square)
|
||||
# favicon = "favicon.ico"
|
||||
|
||||
# set post to show the last updated
|
||||
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
|
||||
showLastUpdated = true
|
||||
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
|
||||
# updatedDatePrefix = "Updated"
|
||||
|
||||
# set all headings to their default size (depending on browser settings)
|
||||
# it's set to `true` by default
|
||||
# oneHeadingSize = false
|
||||
|
||||
[params.twitter]
|
||||
# set Twitter handles for Twitter cards
|
||||
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
|
||||
# do not include @
|
||||
creator = ""
|
||||
site = ""
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
languageName = "English"
|
||||
title = "Broken-Moon.net"
|
||||
subtitle = "A simple, rewritten website."
|
||||
owner = "Astoria"
|
||||
keywords = ""
|
||||
copyright = "Copyleft 2021"
|
||||
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"
|
||||
|
||||
[languages.en.params.logo]
|
||||
logoText = "Broken-Moon.net"
|
||||
logoHomeLink = "http://broken-moon.net/"
|
||||
|
||||
[languages.en.menu]
|
||||
# [[languages.en.menu.main]]
|
||||
# identifier = "about"
|
||||
# name = "About"
|
||||
# url = "/about"
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "git"
|
||||
name = "Gitea"
|
||||
url = "http://git.broken-moon.net"
|
@ -0,0 +1,55 @@
|
||||
+++
|
||||
title = "Well, this is awkward"
|
||||
date = "2021-08-17T21:30:32-05:00"
|
||||
author = "Astoria"
|
||||
authorTwitter = "chaoticCharacte" #do not include @
|
||||
cover = ""
|
||||
tags = ["Hello there.", "General Kenobi."]
|
||||
keywords = ["", ""]
|
||||
description = "It's a whole new world~"
|
||||
showFullContent = false
|
||||
+++
|
||||
|
||||
So, been a good few months.
|
||||
|
||||
# Where you been Astoria?
|
||||
|
||||
Well, mostly I have... not been tending to this website thats what.
|
||||
This does not mean I have been resting on my feet!
|
||||
|
||||
# So whats different
|
||||
|
||||
>1. I have switched to <mark>linux</mark>. ([Mint](https://linuxmint.com/) specifically!)
|
||||
>2. I **lost the source code to this website** when I switched to linux.
|
||||
>3. I learned myself some better programming.
|
||||
>4. I tried installing [Bedrock Linux](https://https://bedrocklinux.org/), goofed,
|
||||
and reinstalled Linux Mint, then properly installed Bedrock.
|
||||
>5. I installed a different linux. ([Arch](https://archlinux.org/) specifically!)
|
||||
>6. Started working on a [discord bot](https://git.broken-moon.net/astoriafloyd/thembot/) for a friends server.
|
||||
>7. Actually learned how to use an IDE.
|
||||
>8. Stopped trying to use VIM (Don't use vim. I beg you.)
|
||||
and switched to VSCode.
|
||||
>9. Remembered this website exists.
|
||||
>10. Started writing this new version of the site.
|
||||
|
||||
# Why would you ever use vim?
|
||||
|
||||
The ability to use it over SSH.
|
||||
VSCode can do that too (I am doing it right now!)
|
||||
<mark>Switch to VSCode. I beg you.</mark>
|
||||
# Back to the point.
|
||||
Oh yes, this is dragging on for a fair bit.
|
||||
Most of the Minecraft server have been replaced.
|
||||
<sub><sup>(And why were they ever listed, they are mostly proprietary packs.)</sub></sup>
|
||||
|
||||
# Anything actually useful to know?
|
||||
|
||||
Oh I know! Introducing the local [Gitea](http://git.broken-moon.net/) sever!
|
||||
<sub><sup>Its basically github but it goes down when this site does, feel free to use it I guess.</sub></sup>
|
||||
|
||||
# Closing notes
|
||||
* New website
|
||||
* New services
|
||||
* New source code
|
||||
* Less relevancy
|
||||
* Removed Herobrine
|
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
||||
{"Target":"ananke/css/main.min.css","MediaType":"text/css","Data":{}}
|
Loading…
Reference in New Issue