add klay blep and /h
This commit is contained in:
parent
9f4ea26d29
commit
a42a3891da
12 changed files with 47 additions and 19 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,4 +3,3 @@ node_modules/
|
|||
package-lock.json
|
||||
.cache
|
||||
patches
|
||||
content/h
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ title or metadata.title }}</title>
|
||||
<title>nycki.net | {{ title or metadata.title }}</title>
|
||||
|
||||
{% set blurb = content | truncate(240) %}
|
||||
<meta name="description" content="{{ description or blurb or metadata.description }}">
|
||||
|
|
|
@ -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",
|
|
@ -3,8 +3,11 @@ layout: layouts/home.njk
|
|||
eleventyNavigation:
|
||||
key: Archive
|
||||
order: 2
|
||||
title: blog
|
||||
---
|
||||
<h1>All Posts</h1>
|
||||
<h1>blog</h1>
|
||||
|
||||
<a href="feed.xml">feed.xml</a>
|
||||
|
||||
{% set postslist = collections.posts %}
|
||||
{% include "postslist.njk" %}
|
||||
|
|
7
content/h/enter.md
Normal file
7
content/h/enter.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
layout: layouts/base.njk
|
||||
title: h
|
||||
---
|
||||
# nycki.net/h
|
||||
|
||||
This page is under construction. [Go back](/).
|
11
content/h/index.md
Normal file
11
content/h/index.md
Normal file
|
@ -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).
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
<div style="overflow:auto;padding=0">
|
||||
|
||||
## Contact
|
||||
<img src="/a/klay-sticker-djuan-blep.png" alt="picture of klay pointing to himself with his tongue stuck out" width="100" height="auto" style="float:left;">
|
||||
|
||||
- <nupanick@gmail.com>
|
||||
- <https://github.com/nycki93>
|
||||
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)
|
||||
|
||||
</div>
|
||||
|
||||
## contact
|
||||
|
||||
- email: <nupanick@gmail.com>
|
||||
- matrix: [@nycki:bark.lgbt](https://chat.bark.lgbt/)
|
||||
- github: <https://github.com/nycki93>
|
||||
- fediverse: <https://bark.lgbt/@nycki> (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.
|
Binary file not shown.
Before Width: | Height: | Size: 910 B |
BIN
public/a/klay-sticker-djuan-blep.png
Normal file
BIN
public/a/klay-sticker-djuan-blep.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 138 KiB |
Loading…
Reference in a new issue