Robert McGovern
0140cb3324
Started this challenge back in late 2022, got the JS portion working fine but fell away from it. Did a little work on it recently but submitting to get it in the repo. Not yet in the projects list. The time tracking dashboard is intended as what I was going to attempt next (soon) |
||
---|---|---|
.github/workflows | ||
.vscode | ||
img | ||
projects | ||
src | ||
.eleventy.js | ||
.eslintrc.js | ||
.gitignore | ||
.hintrc | ||
LICENSE | ||
README.md | ||
base.code-workspace | ||
notes.md | ||
package-lock.json | ||
package.json |
README.md
rmcg.dev
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 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
Other Things
Fedora and other SVG's came from
https://freesvg.org/red-fedora-reworked
License is public domain for the nicer of the Fedoras
Added basic website 5th Feb 2022
Deployment
Self hosting repo on git.tarasis.net After pushing updates, a post-receive hook builds and deploys the update for Caddy to serve.