Go to file
Robert McGovern 29fdeb0163 forgot to add it to the list of completed projects doh 2024-04-07 07:16:48 +01:00
.github/workflows update github build action node version 2024-02-22 13:05:11 +00:00
.vscode finished javascript of intro challenge 2022-09-28 21:06:27 +01:00
img Base site updates 2024-01-29 01:48:13 +00:00
projects recipe page challenge complete fingers crossed 2024-04-07 07:13:27 +01:00
src forgot to add it to the list of completed projects doh 2024-04-07 07:16:48 +01:00
.eleventy.js Initial changes to allow building in 11ty 3.0 canary 2024-01-29 19:14:30 +00:00
.eslintrc.js further setup. Base site isn't using eleventy directly yet. Not sold on how I've set folders up at the moment. Need to rearrange but not sure if I want svgs images fonts css in assets or moved up a level to the top level where src and www are 2022-02-05 13:48:21 +00:00
.gitignore updated gitignore to ignore my image exports from premium figma design file 2022-10-22 19:38:18 +01:00
.hintrc added hintrc to tell vscode to stop warning me about incompatible CSS with IE. Note will only help if top of site opened in vscode 2022-03-22 11:44:01 +00:00
LICENSE Added base files for eleventy + gitignore updated to ignore mode_modules, forgot first time 2022-02-04 13:00:39 +00:00
README.md updated readme with some info 2022-02-07 02:21:17 +00:00
base.code-workspace Base site updates 2024-01-29 01:48:13 +00:00
notes.md added link to notes 2022-01-25 03:19:38 +00:00
package-lock.json testing deploy to cloudflare for wip branch 2024-02-28 22:03:49 +00:00
package.json testing deploy to cloudflare for wip branch 2024-02-28 22:03:49 +00:00

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.