update synth.download assets, clean up css, a bit more 11ty configuration
This commit is contained in:
parent
dc38acd93b
commit
79f0cc7475
66 changed files with 8543 additions and 2868 deletions
4
notebook/index.md
Normal file
4
notebook/index.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: notebook
|
||||
layout: "layouts/notebook.njk"
|
||||
---
|
||||
17
notebook/rss.xml
Normal file
17
notebook/rss.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>ruben's blog @ s.p.g</title>
|
||||
<description>ruben's "blog", or whatever it's supposed to be. i rant about random things or make guides.</description>
|
||||
<link>https://synth.download//blog</link>
|
||||
<atom:link href="https://synth.download//blog/rss.xml"
|
||||
rel="self" type="application/rss+xml" />
|
||||
|
||||
<item>
|
||||
<title>Create An RSS Feed From Scratch</title>
|
||||
<link>https://synth.download//blog/my-thoughts-on-social-media</link>
|
||||
<guid>https://synth.download//blog/my-thoughts-on-social-media</guid>
|
||||
<pubDate>Tue, 1 Oct 2024 12:56:31 CST</pubDate>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
Loading…
Add table
Add a link
Reference in a new issue