diff --git a/.gitignore b/.gitignore index bce65fd..07e65d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ config/_default/params.toml public/* +resources/ .hugo_build.lock .*.sw? .DS_Store diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..4644750 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,26 @@ +.theme--dark .body, +.theme--dark .post, +.theme--dark .nav__list { + background-color: #2C1438; +} +.theme--dark .post__content a:link, +.theme--dark .post__content a:visited { + color: #BAB1ED; +} +.theme--dark a:hover, +.theme--dark .post__content a:hover { + color: hsl(249, 62%, 61%); +} +@font-face { + font-family: 'Inclusive Sans'; + src: url(/font/InclusiveSans-Regular.ttf); +} +@font-face { + font-family: 'Inclusive Sans'; + src: url('/font/InclusiveSans-Italic.ttf'); + font-style: italic; +} +body { + font-family: 'Inclusive Sans', sans-serif; + font-size: 16pt; +} \ No newline at end of file diff --git a/config/_default/config.toml b/config/_default/config.toml index a11dde3..d90e094 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,9 +1,45 @@ baseURL = 'https://vulpine.house' languageCode = 'en-us' -title = 'The Fridge' -author = 'Síle Ekaterin Liszka' -theme = 'clean' +title = "A Vulpine House" +theme = 'anatole' disableKinds = ['RSS', 'sitemap'] -[Params] -Fediverse = ['https://social.treehouse.systems/@VulpineAmethyst'] \ No newline at end of file +[params] +title = "A Vulpine House" +author = 'Síle Ekaterin Liszka' +info = 'Ace arctic fox kit' +description = "A vulpine system's den" +displayMode = 'dark' +profilePicture = 'img/logo.png' +disableThemeSwitcher = true +singleDateFormat = '2006 Jan 2' +indexDateFormat = '2006 Jan 2' +listDateFormat = '2 Jan' +customCss = ["css/custom.css"] +contentRatio = 0.65 +mainSections = [] + +[[params.socialIcons]] +title = 'Mastodon' +icon = 'fab fa-mastodon' +url = 'https://social.treehouse.systems/@VulpineAmethyst' + +[[params.socialIcons]] +title = 'Gitea' +icon = 'fab fa-git' +url = 'https://gitea.treehouse.systems/VulpineAmethyst' + +[[params.socialIcons]] +title = 'Discord' +icon = 'fab fa-discord' +url = 'https://discordapp.com/users/165317317138317313' + +[[params.socialIcons]] +title = 'Tumblr' +icon = 'fab fa-tumblr' +url = 'https://vulpineamethyst.tumblr.com/' + +[[params.socialIcons]] +title = 'AO3' +icon = 'fas fa-book-open-reader' +url = 'https://archiveofourown.org/users/VulpineAmethyst/' diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 4230f8e..b69e81c 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -2,53 +2,62 @@ identifier = 'home' name = 'Home' url = '/' -weight = 1 +weight = 10 [[main]] identifier = 'blog' name = 'Blog' url = 'https://acefox.life' -weight = 2 +weight = 20 [[main]] identifier = 'about' name = 'About' url = '/about' -weight = 3 +weight = 30 + +[[main]] +identifier = 'projects' +name = 'Projects' +weight = 40 [[main]] identifier = 'programs' name = 'Programs' url = '/programs' -weight = 4 +weight = 41 +parent = 'projects' [[main]] identifier = 'translations' name = 'Translations' url = '/translations' -weight = 5 +weight = 42 +parent = 'projects' [[main]] identifier = 'recipes' name = 'Recipes' url = '/recipe' -weight = 6 +weight = 43 +parent = 'projects' [[main]] identifier = 'commissions' name = 'Commissions' url = '/commissions' -weight = 7 +weight = 44 +parent = 'projects' [[main]] identifier = 'system' name = 'System Reference' url = '/system' -weight = 8 +weight = 50 [[main]] identifier = 'links' name = 'Links' url = '/links' -weight = 9 +weight = 60 diff --git a/layouts/_default/list.html b/layouts/_default/list.html new file mode 100644 index 0000000..1d4f5d4 --- /dev/null +++ b/layouts/_default/list.html @@ -0,0 +1,102 @@ +{{ define "main" }} +
Lang | Text | +
---|---|
{{ .Get "name" }} ({{ .Get "jpname" }}) | +|
Japanese | {{ .Get "japanese" }} {{ .Get "jpname" }}! | +
Romaji | {{ .Get "romaji" }} | +
Síle | {{ .Get "sheila" }} {{ .Get "name" }}! | +