diff --git a/config.toml b/config.toml index 50d722b..626c816 100644 --- a/config.toml +++ b/config.toml @@ -7,5 +7,5 @@ sectionPagesMenu = "main" [menu] [[menu.nav]] identifier = "home" - name = ' home' + name = '' url = '/' diff --git a/content/about/index.md b/content/about/index.md index be2f1df..b6e47e1 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -4,7 +4,7 @@ date: 2022-04-09T14:23:49+02:00 draft: true menu: nav: - name: " about" + name: "" --- diff --git a/content/links/index.md b/content/links/index.md index 95572e8..5d65dd2 100644 --- a/content/links/index.md +++ b/content/links/index.md @@ -4,7 +4,7 @@ date: 2022-04-09T17:37:48+02:00 draft: true menu: nav: - name: " links" + name: "" --- diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..d850de6 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,10 @@ +--- +title: "Posts" +date: 2022-04-10T19:06:26+02:00 +draft: true +menu: + nav: + name: "龎" + +--- + diff --git a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content index 0472995..79805d2 100644 --- a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content +++ b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content @@ -58,8 +58,8 @@ body { flex: auto; } footer { - height: 10%; - min-height: 24pt; + height: 6%; + min-height: 42pt; position: sticky; display: flex; align-items: center; @@ -67,32 +67,50 @@ footer { bottom: 0; } #content { - min-height: 90%; + min-height: 94%; right: auto; } #footer-left { + margin-top: auto; + margin-bottom: auto; margin-left: 24pt; justify-self: left; - margin-right: auto; } + margin-right: auto; + display: inline-flex; } #footer-right { + margin-top: auto; + margin-bottom: auto; margin-left: auto; justify-self: right; margin-right: 24pt; - align-content: center; } + align-content: center; + display: inline-flex; } #footer-center { + margin-top: auto; + margin-bottom: auto; margin-left: auto; margin-right: auto; justify-content: center; - justify-self: center; } + justify-self: center; + display: inline-flex; } * { padding: 0; margin: 0; } #footer-right * { - display: flex; } + display: flex; + margin-top: auto; + margin-bottom: auto; } + +#footer-center * { + display: flex; + margin-right: 8pt; + margin-left: 8pt; + margin-top: auto; + margin-bottom: auto; } @font-face { font-family: CaskaydiaCove; @@ -113,16 +131,20 @@ a { text-decoration: none; } footer * { - font-size: 20pt; } + font-size: 24pt; + font-family: CaskaydiaCoveMono; } label::after { - font-family: CaskaydiaCoveMono; } + font-family: CaskaydiaCoveMono; + font-size: 20pt; } input[type="checkbox"] { cursor: pointer; } .toggleinput { - visibility: hidden; } + opacity: 0; + max-height: 0; + overflow: hidden; } .togglelabel { width: 42pt; diff --git a/themes/battheme b/themes/battheme index 8c62a09..427d356 160000 --- a/themes/battheme +++ b/themes/battheme @@ -1 +1 @@ -Subproject commit 8c62a099ccbab393800f459c844c5ee94fd7a414 +Subproject commit 427d35661b0319fb1ffef454a78da7c2b999dd2e