mirror of psfla's sitedocs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

HTML 87.9%
JavaScript 5.3%
Nunjucks 4.1%
CSS 2.7%
21 1 0

Clone this repository

https://tangled.org/jade.thepersonever.net/psfla https://tangled.org/did:plc:ofb4qtebibelrqoty22jhunh/psfla
git@tangled.org:jade.thepersonever.net/psfla git@tangled.org:did:plc:ofb4qtebibelrqoty22jhunh/psfla

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
readme.md

PSFLA 11ty sourcedocs#

setting up#

create a folder in the main directory called _site
install nodejs
run Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser if needbe
run npm install @11ty/eleventy-plugin-rss
run npm run build
that's it!

(this site was built on windows 10, thus os-specifc commands will be formated for windows :p)