diff --git a/.gitignore b/.gitignore index cc704e7..ffb37de 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ node_modules/ package-lock.json .cache patches -content/h diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 7413509..22ae19a 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -3,7 +3,7 @@ - {{ title or metadata.title }} + nycki.net | {{ title or metadata.title }} {% set blurb = content | truncate(240) %} diff --git a/content/feed/feed.11tydata.js b/content/blog-feed/feed.11tydata.js similarity index 100% rename from content/feed/feed.11tydata.js rename to content/blog-feed/feed.11tydata.js diff --git a/content/feed/feed.njk b/content/blog-feed/feed.njk similarity index 100% rename from content/feed/feed.njk rename to content/blog-feed/feed.njk diff --git a/content/feed/json.njk b/content/blog-feed/json.njk similarity index 97% rename from content/feed/json.njk rename to content/blog-feed/json.njk index 3b33b59..9cab7cd 100644 --- a/content/feed/json.njk +++ b/content/blog-feed/json.njk @@ -1,6 +1,6 @@ --- # Metadata comes from _data/metadata.js -permalink: /feed/feed.json +permalink: /blog/feed.json --- { "version": "https://jsonfeed.org/version/1.1", diff --git a/content/blog.njk b/content/blog.njk index 031000d..f2209ce 100644 --- a/content/blog.njk +++ b/content/blog.njk @@ -3,8 +3,11 @@ layout: layouts/home.njk eleventyNavigation: key: Archive order: 2 +title: blog --- -

All Posts

+

blog

+ +feed.xml {% set postslist = collections.posts %} {% include "postslist.njk" %} diff --git a/content/h/enter.md b/content/h/enter.md new file mode 100644 index 0000000..74d2b00 --- /dev/null +++ b/content/h/enter.md @@ -0,0 +1,7 @@ +--- +layout: layouts/base.njk +title: h +--- +# nycki.net/h + +This page is under construction. [Go back](/). diff --git a/content/h/index.md b/content/h/index.md new file mode 100644 index 0000000..f6ff5f5 --- /dev/null +++ b/content/h/index.md @@ -0,0 +1,11 @@ +--- +layout: layouts/base.njk +title: NSFW WARNING +--- +# {{ title }} + +These pages contain text and images of a sexually explicit nature. + +If you're under 18, you could get us both in trouble. [Go back now](/). + +Otherwise... [Enter](/h/enter). diff --git a/content/index.css b/content/index.css index 905e395..fa284a6 100644 --- a/content/index.css +++ b/content/index.css @@ -47,6 +47,7 @@ p:last-child { margin-bottom: 0; } p { + margin-top: 0; line-height: 1.5; } @@ -203,6 +204,4 @@ h1:not(:has(+h2)) { img { max-width: 100%; max-height: 80vh; - width: auto; - height: auto; } diff --git a/content/index.md b/content/index.md index c39146b..67a388c 100644 --- a/content/index.md +++ b/content/index.md @@ -1,26 +1,34 @@ --- layout: layouts/home.njk -title: nycki.net +title: home --- -# {{ title }} +# nycki.net -## Welcome! +## welcome! -My name is Nycki ([ˈnɪki](http://ipa-reader.xyz/?text=%CB%88n%C9%AAki)) (she/they), and [this is a website!](http://hrwiki.org/wiki/First_Time_Here%3F) +
-## Contact +picture of klay pointing to himself with his tongue stuck out -- -- +My name is nycki ([ˈnɪki](http://ipa-reader.xyz/?text=%CB%88n%C9%AAki)) (they/them), and [this is a website!](http://hrwiki.org/wiki/First_Time_Here%3F) + +
+ +## contact + +- email: +- matrix: [@nycki:bark.lgbt](https://chat.bark.lgbt/) +- github: +- fediverse: (18+) ![nycki](/a/button-nycki.png) -[![I was on Cohost!](/a/button-cohost-mykocalico.png)](https://cohost.org/nycki) +[![i was on cohost!](/a/button-cohost-mykocalico.png)](https://cohost.org/nycki) -## Blog +## blog -[blog!](/blog) | [rss!](/blog/feed.xml) +[blog](/blog) | [feed.xml](/blog/feed.xml) -## Links +## cool people [![sofia-drawsmore](/a/button-sofia.png)](https://sofiadrawsmore.neocities.org/) [![pebble](/a/button-pebble.gif)](https://pebble.pet/) @@ -28,7 +36,7 @@ My name is Nycki ([ˈnɪki](http://ipa-reader.xyz/?text=%CB%88n%C9%AAki)) (she/t [![alterae](/a/button-alterae.webp)](https://alterae.online/) [![88 by 31](/a/button-88by31.gif)](https://cyber.dabamos.de/88x31/) -## Creations +## creations Stuff I've made! @@ -63,8 +71,9 @@ Stuff I've made! [Local mirror](/2007) | [Wayback Machine](https://web.archive.org/web/20071101001849/http://nick.lamicela.org/) -## Log +## log - 2023-12-14. Updated this website to use markdown, via pandoc and make. - 2024-09-15. Redid the build process in Eleventy. - 2024-09-26. Updated my 88x31 button. +- 2024-09-27. Changed pronouns from she/they to they/them. I'd describe myself as genderfluid overall. \ No newline at end of file diff --git a/public/a/88x31-nycki-r2.png b/public/a/88x31-nycki-r2.png deleted file mode 100644 index 03ad650..0000000 Binary files a/public/a/88x31-nycki-r2.png and /dev/null differ diff --git a/public/a/klay-sticker-djuan-blep.png b/public/a/klay-sticker-djuan-blep.png new file mode 100644 index 0000000..a568b3c Binary files /dev/null and b/public/a/klay-sticker-djuan-blep.png differ