This commit is contained in:
parent
6f0b0500c4
commit
09f7cce84b
5 changed files with 35 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
||||||
---json
|
---json
|
||||||
{
|
{
|
||||||
"permalink": "/updates.xml",
|
|
||||||
"eleventyExcludeFromCollections": true,
|
"eleventyExcludeFromCollections": true,
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"title": "My Blog about Boats",
|
"title": "My Blog about Boats",
|
||||||
|
|
12
content/news.md
Normal file
12
content/news.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
permalink: /news/
|
||||||
|
layout: base.njk
|
||||||
|
---
|
||||||
|
|
||||||
|
## 2025-06-21 Hello World
|
||||||
|
|
||||||
|
Woah its a news feed thingy! With [rss feed](news.xml)!
|
||||||
|
|
||||||
|
## 2025-06-21 Spotlight: Pagat
|
||||||
|
|
||||||
|
[pagat.com](https://www.pagat.com/) is a good website. Ever play a card game and forget the rules? Remember the rules of a card game but forgot the name? Pagat is a website written by John McLeod with the rules and variations of "card games from around the world" and it's been really helpful on several occasions when I wanted to fill in the "missing rules" from my family's card game oral traditions.
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
layout: updates.njk
|
|
||||||
---
|
|
||||||
|
|
||||||
## characters
|
|
||||||
|
|
||||||
2024-12-24: Added a Characters page! No news on Toons or Games yet.
|
|
23
static/news.xml
Normal file
23
static/news.xml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
<rss version="2.0">
|
||||||
|
<channel>
|
||||||
|
|
||||||
|
<title>nycki.net updates</title>
|
||||||
|
<link>http://nycki.net</link>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>2025-06-21 Hello World</title>
|
||||||
|
<link>http://nycki.net/news#2025-06-21-hello-world</link>
|
||||||
|
<description>
|
||||||
|
Woah its a microblog! With rss feed!
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>2025-06-21 Spotlight: Pagat</title>
|
||||||
|
<link>http://nycki.net/news#2025-06-21-Spotlight--Pagat
|
||||||
|
<description>
|
||||||
|
pagat.com is a good website. Ever play a card game and forget the rules? Remember the rules of a card game but forgot the name? Pagat is a website written by John McLeod with the rules and variations of "card games from around the world" and it's been really helpful on several occasions when I wanted to fill in the "missing rules" from my family's card game oral traditions.
|
||||||
|
</description>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
Loading…
Add table
Reference in a new issue