diff --git a/src/_data/site.json b/src/_data/site.json
index e569dab..a05dad7 100644
--- a/src/_data/site.json
+++ b/src/_data/site.json
@@ -1,4 +1,4 @@
{
- "title": "Add the title of your website here. This is used in the
",
+ "title": "uuu",
"description": "Add your site description here. This is used in "
}
\ No newline at end of file
diff --git a/src/about.md b/src/about.md
index 8ed1adb..d8cef90 100644
--- a/src/about.md
+++ b/src/about.md
@@ -1,5 +1,5 @@
---
-title: About Me
+title: about
layout: layout/base.njk
---
diff --git a/src/blog.md b/src/blog.md
index 80a9f1e..1aec2d4 100644
--- a/src/blog.md
+++ b/src/blog.md
@@ -1,5 +1,5 @@
---
-title: This Is My Blog
+title: blog
layout: layout/base.njk
---
diff --git a/src/contact.md b/src/contact.md
index 33220bf..34faf7c 100644
--- a/src/contact.md
+++ b/src/contact.md
@@ -1,5 +1,5 @@
---
-title: Contact Me
+title: contact
layout: layout/base.njk
---
diff --git a/src/css/styles.css b/src/css/styles.css
index eb5e668..424eb0b 100644
--- a/src/css/styles.css
+++ b/src/css/styles.css
@@ -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%;
diff --git a/src/index.md b/src/index.md
index 26556ce..dfea45e 100644
--- a/src/index.md
+++ b/src/index.md
@@ -1,5 +1,4 @@
---
-title: uuu
layout: layout/base.njk
comment: created with help from https://flamedfury.com/guides/11ty-homepage-neocities/
---
diff --git a/src/links.md b/src/links.md
index 63c20da..31906a5 100644
--- a/src/links.md
+++ b/src/links.md
@@ -1,5 +1,5 @@
---
-title: Links
+title: links
layout: layout/base.njk
---