diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a8645f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.hugo_build.lock diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1c12789 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/maddybook"] + path = themes/maddybook + url = https://github.com/makyo/maddybook diff --git a/config.toml b/config.toml index 1d7c819..3707739 100644 --- a/config.toml +++ b/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 diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..d5f51c7 --- /dev/null +++ b/content/_index.md @@ -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. diff --git a/static/css/mitzvot.css b/static/css/mitzvot.css new file mode 100644 index 0000000..cfb1755 --- /dev/null +++ b/static/css/mitzvot.css @@ -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; +} diff --git a/themes/maddybook b/themes/maddybook new file mode 160000 index 0000000..895630e --- /dev/null +++ b/themes/maddybook @@ -0,0 +1 @@ +Subproject commit 895630eab5aefb2676d301c821743b7e603d03f6