Go to file
Marcus Noble 5a9b5764cc Include .git folder in dockerfile for hugo gitinfo 2020-09-13 19:56:25 +01:00
archetypes Initial commit 2020-09-13 01:46:26 +01:00
content/posts Added tekton multi-arch post 2020-09-13 09:19:48 +01:00
themes/hello-friend-ng Fix theme 2020-09-13 19:51:28 +01:00
.dockerignore Include .git folder in dockerfile for hugo gitinfo 2020-09-13 19:56:25 +01:00
.gitignore Added project files 2020-09-13 19:40:35 +01:00
Dockerfile Fix dockerfile 2020-09-13 19:53:40 +01:00
LICENSE Added project files 2020-09-13 19:40:35 +01:00
Makefile Added project files 2020-09-13 19:40:35 +01:00
README.md Added project files 2020-09-13 19:40:35 +01:00
config.toml Initial commit 2020-09-13 01:46:26 +01:00

README.md

T.I.L.

Repo containing the code for https://til.marcusnoble.co.uk where I record all small interesting things I learn.

Building from source

With Docker:

make docker-build

Standalone:

make build

License

See LICENSE