Some content
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.hugo_build.lock
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "themes/maddybook"]
|
||||
path = themes/maddybook
|
||||
url = https://github.com/makyo/maddybook
|
||||
20
config.toml
20
config.toml
@ -1,3 +1,19 @@
|
||||
baseURL = 'http://example.org/'
|
||||
baseURL = 'https://mitzvot.makyo.ink/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
title = 'Mitzvot'
|
||||
theme = 'maddybook'
|
||||
paginatePath = ''
|
||||
|
||||
[permalinks]
|
||||
post = '/:filename/'
|
||||
|
||||
[params]
|
||||
author = 'Madison Scott-Clary'
|
||||
home = 'https://makyo.ink'
|
||||
copyright = 2023
|
||||
customCSS = ['/css/mitzvot.css']
|
||||
subtitle = 'Post-Self book IV'
|
||||
subtitleLink = 'https://post-self.makyo.ink'
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
8
content/_index.md
Normal file
8
content/_index.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
|
||||
> *"To be built to love is to be built to dissolve. It is to be built to unbecome. It is to have the sole purpose of falling apart all in the name of someone else."*
|
||||
|
||||
Even the grandest of stories can feel small and immediate when it's just one person's life.
|
||||
|
||||
One of the most well-known names from one of the most well-known clades on the System, the avatar of political machinations and cool confidence, has been brought low. With help coming only from Ioan Bălan and the most grudging of support from her cocladists, all True Name has left to save herself is the ability to change.
|
||||
13
static/css/mitzvot.css
Normal file
13
static/css/mitzvot.css
Normal file
@ -0,0 +1,13 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,400;0,700;1,400;1,700&family=Gotu&display=swap');
|
||||
|
||||
body main {
|
||||
font-family: "Gentium Basic", serif;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-family: "Gotu", sans-serif;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
1
themes/maddybook
Submodule
1
themes/maddybook
Submodule
Submodule themes/maddybook added at 895630eab5
Reference in New Issue
Block a user