Go to file
Michael Harley d653a232d4 Sync 2023-01-30 06:48:47 -05:00
src New blog post 2023-01-15 06:49:09 -05:00
utils Sync 2023-01-30 06:48:47 -05:00
.eleventy.js Add html-minify. 2022-11-26 17:56:55 -06:00
.env.example Add utils and post 2023-01-11 05:15:39 -05:00
.gitignore Add utils and post 2023-01-11 05:15:39 -05:00
LICENSE Initial commit 2022-11-24 16:37:10 +00:00
README.md Add rss and sitemap support. 2022-11-25 17:35:40 -06:00
package-lock.json Add utils and post 2023-01-11 05:15:39 -05:00
package.json New blog post 2023-01-15 06:49:09 -05:00

README.md

obsolete29.11ty

Built with 11ty

Install Node.js

Node.js Binary Distributions

curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &&\ sudo apt-get install -y nodejs

Clone repo

git clone git@codeberg.org:obsolete29/obsolete29.11ty.git

Setup project

npm run setup

Build project

npm run build