updated readme with some info
This commit is contained in:
parent
d16afd3f03
commit
7feee939a4
12
README.md
12
README.md
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
Projects completed while working through various HTML/CSS/JavaScript things. Primarily focused on Frontend Mentor. Ultimately it will aim to be a portfolio site.
|
Projects completed while working through various HTML/CSS/JavaScript things. Primarily focused on Frontend Mentor. Ultimately it will aim to be a portfolio site.
|
||||||
|
|
||||||
|
## Templating
|
||||||
|
|
||||||
|
Using [Eleventy](https://www.11ty.dev/) for templating purposes. Was getting silly, and indeed had potential for being error prone adding more and more html by hand for each challenge completed.
|
||||||
|
|
||||||
|
So I have spent a little time figuring out [Nunjucks](https://mozilla.github.io/nunjucks/)
|
||||||
|
|
||||||
|
## Other Things
|
||||||
|
|
||||||
Fedora and other SVG's came from
|
Fedora and other SVG's came from
|
||||||
|
|
||||||
https://freesvg.org/red-fedora-reworked
|
https://freesvg.org/red-fedora-reworked
|
||||||
|
@ -10,7 +18,7 @@ License is public domain for the nicer of the Fedoras
|
||||||
|
|
||||||
Added basic website 5th Feb 2022
|
Added basic website 5th Feb 2022
|
||||||
|
|
||||||
--
|
## Deployment
|
||||||
|
|
||||||
Self hosting repo on git.tarasis.net
|
Self hosting repo on git.tarasis.net
|
||||||
Set up post-receive hook on gitea to deploy the update for caddy
|
After pushing updates, a post-receive hook builds and deploys the update for [Caddy](https://caddyserver.com) to serve.
|
||||||
|
|
Loading…
Reference in New Issue