diff --git a/config.toml b/config.toml index bad5e64..5fb4547 100644 --- a/config.toml +++ b/config.toml @@ -13,9 +13,7 @@ build_search_index = false [extra] menu = [ - {url = "$BASE_URL", name = "Home"}, - {url = "$BASE_URL/glog", name = "GLOG Rules"}, - {url = "https://pics.hazelnut.dev", name = "Photos"}, - {url = "https://github.com/hazellanes", name = "github"}, - {url = "https://hazellanes.itch.io", name = "itch.io"}, + {url = "$BASE_URL", name = "Home"}, + {url = "$BASE_URL/glog", name = "GLOG Rules"}, + {url = "https://pics.hazelnut.dev", name = "Photos"}, ] diff --git a/content/_index.md b/content/_index.md index e899367..e5720b4 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,12 +2,13 @@ +++ # Hewwo +I am Hazel. I think I am pretty neat. I make and do stuff sometimes. +I do not know how to talk about myself with sentences so I guess that is that. -Welcome to hell! I am really great! -How do ya doo??? Ifd DSkfj sdkf jlkdsf jlkdsjf -dsa kfjds flkjds fsad -f -kdsf jds -jf -ds -fdsf.. HAHAHAHAHAHAAH. +## Elsewhere I Exist +| | | +|-|-| +| Email: | [hazelra@disroot.org](mailto:hazelra@disroot.org) | +| Github: | | +| itch.io: | | +| Fedi: | [@hazel@hellsite.site](https://hellsite.site/@hazel) | diff --git a/static/link.svg b/static/link.svg new file mode 100644 index 0000000..a2f3176 --- /dev/null +++ b/static/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/style.css b/static/style.css index 2fd2262..3dcbc56 100644 --- a/static/style.css +++ b/static/style.css @@ -47,45 +47,54 @@ a { } a:not(.internal)::after { - content: " " url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20class='i-external'%20viewBox='0%200%2032%2032'%20width='14'%20height='14'%20fill='none'%20stroke='%23ffcd5d'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='9.38%'%3E%3Cpath%20d='M14%209%20L3%209%203%2029%2023%2029%2023%2018%20M18%204%20L28%204%2028%2014%20M28%204%20L14%2018'/%3E%3C/svg%3E"); + content: " " url("/link.svg"); +} + +a.external::after { + content: " [" attr(href) "]" url("/link.svg"); + color: #ffcd5d; } nav a { color: #ffcd5d; } -table { - border-collapse: collapse; -} - -table, th, td { - padding: 0.5em; -} - -th { - border-bottom: 2px solid #d3d0c8; -} - -td { - border: 1px solid #d3d0c8; -} - -table tr td:first-child { - border-left: 0; -} - -table tr td:last-child { - border-right: 0; -} - -table tr:last-child td { - border-bottom: 0; -} - -tr:nth-child(even) { - background-color: #353535; +nav a::after { + content: " " url("/link.svg"); } div.table-wrapper { overflow-x: auto; } + +div.table-wrapper table { + border-collapse: collapse; +} + +div.table-wrapper table, th, td { + padding: 0.5em; +} + +div.table-wrapper th { + border-bottom: 2px solid #d3d0c8; +} + +div.table-wrapper td { + border: 1px solid #d3d0c8; +} + +div.table-wrapper table tr td:first-child { + border-left: 0; +} + +div.table-wrapper table tr td:last-child { + border-right: 0; +} + +div.table-wrapper table tr:last-child td { + border-bottom: 0; +} + +div.table-wrapper tr:nth-child(even) { + background-color: #353535; +} diff --git a/templates/index.html b/templates/index.html index 5087909..bd58906 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Index - Hazelnut{% endblock title %} +{% block title %}Welcome - Hazelnut{% endblock title %} {% block content %} {{ section.content | safe }}