fix page titles
This commit is contained in:
@ -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=''>"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: About Me
|
||||
title: about
|
||||
layout: layout/base.njk
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: This Is My Blog
|
||||
title: blog
|
||||
layout: layout/base.njk
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Contact Me
|
||||
title: contact
|
||||
layout: layout/base.njk
|
||||
---
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
"Helvetica Neue", sans-serif;
|
||||
--mono-font: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
|
||||
|
||||
/* Default (light) theme */
|
||||
--bg: #FFEF82;
|
||||
--bg: #82945b;
|
||||
--container: #FFEF82;
|
||||
--accent-bg: #EFD345;
|
||||
--text: #82945b;
|
||||
/* --text-light: #585858; */
|
||||
@ -60,7 +60,7 @@ hr {
|
||||
body {
|
||||
color: var(--text);
|
||||
background: var(--bg);
|
||||
background-image: url("/img/l_ash02_big.jpg");
|
||||
/* background-image: url("/img/l_ash02_big.jpg"); */
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
line-height: 1.3;
|
||||
@ -77,7 +77,7 @@ body {
|
||||
|
||||
main {
|
||||
/* // margin: 0 auto; */
|
||||
background: var(--bg);
|
||||
background: var(--container);
|
||||
width: 750px;
|
||||
padding: 15px;
|
||||
height: min-content;
|
||||
@ -110,7 +110,7 @@ aside {
|
||||
.sidebar-contents {
|
||||
padding: 65px 15px 15px 15px;
|
||||
border-radius: 15px;
|
||||
background: var(--bg);
|
||||
background: var(--container);
|
||||
box-sizing: border-box;
|
||||
height: min-content;
|
||||
width: 100%;
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
title: uuu
|
||||
layout: layout/base.njk
|
||||
comment: created with help from https://flamedfury.com/guides/11ty-homepage-neocities/
|
||||
---
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Links
|
||||
title: links
|
||||
layout: layout/base.njk
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user