Initial hugo terminal site

This commit is contained in:
Carolyn Knight-Serrano 2020-03-19 16:06:47 -07:00
commit d4264fde77
Signed by: l4nn1312
GPG Key ID: 1E25BE42F7EE79A5
5 changed files with 78 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/terminal"]
path = themes/terminal
url = https://github.com/panr/hugo-theme-terminal.git

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

56
config.toml Normal file
View File

@ -0,0 +1,56 @@
baseURL = "https://l4nn.neocities.org/"
languageCode = "en-us"
title = "L4NN-1312"
theme = "terminal"
paginate = 5
[params]
# dir name of your blog content (default is `content/posts`)
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 all headings to their default size (depending on browser settings)
# it's set to `true` by default
# oneHeadingSize = false
[languages]
[languages.en]
languageName = "English"
title = "L4NN-1312"
subtitle = "The personal blog of the gynoid known as L4NN-1312"
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "L4NN-1312"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "showcase"
name = "Showcase"
url = "/showcase"

12
content/posts/howdy.md Normal file
View File

@ -0,0 +1,12 @@
+++
title = "Howdy!"
date = "2020-03-16"
author = "L4NN-1312"
cover = ""
tags = ["", ""]
keywords = ["", ""]
description = ""
showFullContent = true
+++
My name is Carolyn Knight-Serrano also known as L4NN-1312, I use xe/xyr/xem or it/its pronouns and Im an anarcho-syndicalist, hacker, math student, aspiring musician, an IWW delegate for IU 620, and stoner based in occupied Ohlone territory otherwise known as Santa Cruz. Ill be writing about anarchism, technology, liveshows I go to, math, and my personal life so if that sounds like your jam, stick around.

1
themes/terminal Submodule

@ -0,0 +1 @@
Subproject commit 0dc364f3e25c73ccb336b45916bcb8730cdb1dd1