falkben / advent-of-code

Home Page:https://falkben.github.io/advent-of-code/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

2021

https://adventofcode.com/2021/

Website

Pages

Index.html located in site-dist.

Pages for each day are generated

python scripts/gen_pages.py

Styles

Get tailwind:

npm install

Build css and keep updated:

npx tailwindcss -i ./site-src/input.css -o ./site-dist/output.css --watch

or for publishing:

npm run build-css

Local dev

python -m http.server -d site-dist

About

https://falkben.github.io/advent-of-code/


Languages

Language:Python 95.5%Language:HTML 4.1%Language:CSS 0.2%Language:JavaScript 0.1%