diff --git a/_data/authors.yml b/_data/authors.yml index 1007615..d734452 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -4,7 +4,7 @@ octt: links: - title: "Website" url: "https://hub.octt.eu.org" - icon: "fab fa-globe" + icon: "fas fa-globe" arves: name: "Arves" @@ -16,4 +16,4 @@ xilog: links: - title: "Website" url: "https://alanr.me" - icon: "fab fa-globe" + icon: "fas fa-globe" diff --git a/_data/navigation.yml b/_data/navigation.yml index fde60ab..6042e2f 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,2 +1,4 @@ +- title: "Posts" + url: "/" - title: "Search" url: "/search" diff --git a/assets/css/naplesnds.css b/assets/css/naplesnds.css index 77bf281..85f1516 100644 --- a/assets/css/naplesnds.css +++ b/assets/css/naplesnds.css @@ -1,6 +1,12 @@ @import "./skins/default.css"; +body { + background-color: #fff; + background-image: url('../../media/nds-tile-square.png'); + background-repeat: repeat; +} + .page-image img { width: auto !important; max-height: 75vh !important; -} \ No newline at end of file +} diff --git a/media/nds-tile-square.png b/media/nds-tile-square.png new file mode 100644 index 0000000..0b8d378 Binary files /dev/null and b/media/nds-tile-square.png differ