fix page titles

This commit is contained in:
2023-02-26 00:53:17 +10:30
parent 86fa8105be
commit de56b3b9d1
7 changed files with 10 additions and 11 deletions

View File

@ -1,4 +1,4 @@
{ {
"title": "Add the title of your website here. This is used in the <title></title>", "title": "uuu",
"description": "Add your site description here. This is used in <meta name='description' content=''>" "description": "Add your site description here. This is used in <meta name='description' content=''>"
} }

View File

@ -1,5 +1,5 @@
--- ---
title: About Me title: about
layout: layout/base.njk layout: layout/base.njk
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: This Is My Blog title: blog
layout: layout/base.njk layout: layout/base.njk
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Contact Me title: contact
layout: layout/base.njk layout: layout/base.njk
--- ---

View File

@ -16,8 +16,8 @@
"Helvetica Neue", sans-serif; "Helvetica Neue", sans-serif;
--mono-font: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace; --mono-font: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
/* Default (light) theme */ --bg: #82945b;
--bg: #FFEF82; --container: #FFEF82;
--accent-bg: #EFD345; --accent-bg: #EFD345;
--text: #82945b; --text: #82945b;
/* --text-light: #585858; */ /* --text-light: #585858; */
@ -60,7 +60,7 @@ hr {
body { body {
color: var(--text); color: var(--text);
background: var(--bg); background: var(--bg);
background-image: url("/img/l_ash02_big.jpg"); /* background-image: url("/img/l_ash02_big.jpg"); */
background-size: cover; background-size: cover;
background-attachment: fixed; background-attachment: fixed;
line-height: 1.3; line-height: 1.3;
@ -77,7 +77,7 @@ body {
main { main {
/* // margin: 0 auto; */ /* // margin: 0 auto; */
background: var(--bg); background: var(--container);
width: 750px; width: 750px;
padding: 15px; padding: 15px;
height: min-content; height: min-content;
@ -110,7 +110,7 @@ aside {
.sidebar-contents { .sidebar-contents {
padding: 65px 15px 15px 15px; padding: 65px 15px 15px 15px;
border-radius: 15px; border-radius: 15px;
background: var(--bg); background: var(--container);
box-sizing: border-box; box-sizing: border-box;
height: min-content; height: min-content;
width: 100%; width: 100%;

View File

@ -1,5 +1,4 @@
--- ---
title: uuu
layout: layout/base.njk layout: layout/base.njk
comment: created with help from https://flamedfury.com/guides/11ty-homepage-neocities/ comment: created with help from https://flamedfury.com/guides/11ty-homepage-neocities/
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Links title: links
layout: layout/base.njk layout: layout/base.njk
--- ---