|
b0faca2f21
|
Replace SRI template tag with package
|
2020-05-02 20:28:19 +01:00 |
|
|
72d88dc7cf
|
Use correct attribute to reference JS file
|
2020-05-02 15:12:29 +01:00 |
|
|
73c1e142b6
|
Merge CI and docker workflows
|
2020-05-02 13:55:29 +01:00 |
|
|
2d7dea438f
|
Add SRI for static assets
Will extract out into a library someday
|
2020-05-02 13:48:44 +01:00 |
|
|
15c25e5cdb
|
Convert navigation to primarily sidebar
|
2020-05-02 12:53:02 +01:00 |
|
|
c07394768e
|
Hide footer on homepage
|
2020-05-02 11:45:57 +01:00 |
|
|
19716c31fa
|
Add favicon
|
2020-04-25 22:05:48 +01:00 |
|
|
2450c81196
|
Add about page
|
2020-04-25 20:35:34 +01:00 |
|
|
2bf177c349
|
Add CI badges
|
2020-04-25 18:56:41 +01:00 |
|
|
9c856cc7ac
|
Show image information
|
2020-04-25 18:55:28 +01:00 |
|
|
dad0cd00e6
|
Split docker and deploy workflows to avoid issues with conditionals
|
2020-04-25 16:59:51 +01:00 |
|
|
6d1db6b18e
|
Revert "Try removing quotes"
This reverts commit bafb2beabb .
Causes a syntax error
|
2020-04-25 16:58:04 +01:00 |
|
|
bafb2beabb
|
Try removing quotes
|
2020-04-25 16:57:27 +01:00 |
|
|
9153e2bc73
|
Add Dockerfile for production deployment
|
2020-04-25 16:50:04 +01:00 |
|
|
fdcc881f81
|
Use set -x rather than echoing progress
|
2020-04-25 15:40:59 +01:00 |
|
|
48cfaf8025
|
Move JS from a tag into a file
|
2020-04-25 15:40:08 +01:00 |
|
Jake Howard
|
2e39767860
|
Merge pull request #2 from RealOrangeOne/dependabot/npm_and_yarn/node-sass-4.14.0
Bump node-sass from 4.13.1 to 4.14.0
|
2020-04-24 12:23:18 +01:00 |
|
dependabot-preview[bot]
|
eddc5bc663
|
Bump node-sass from 4.13.1 to 4.14.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 4.14.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.1...v4.14.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-24 08:26:52 +00:00 |
|
|
c66af9defa
|
Simplify homepage
I quite liked the old style
|
2020-04-20 20:57:02 +01:00 |
|
Jake Howard
|
30e77f3cfb
|
Merge pull request #1 from RealOrangeOne/dependabot/pip/coverage-5.1
Bump coverage from 5.0.4 to 5.1
|
2020-04-15 14:50:09 +01:00 |
|
dependabot-preview[bot]
|
3e36d6871f
|
Bump coverage from 5.0.4 to 5.1
Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.0.4 to 5.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.0.4...coverage-5.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-15 11:56:33 +00:00 |
|
|
e4e079a3e0
|
Rename index to homepage so it's more unique
|
2020-04-13 12:52:50 +01:00 |
|
|
27298cd707
|
Add view name to template for nicer styling
|
2020-04-13 12:50:08 +01:00 |
|
|
f3ab567e47
|
Make the homepage
|
2020-04-13 12:32:26 +01:00 |
|
|
4a31f0fcf6
|
Add basic navbar
|
2020-04-13 11:37:39 +01:00 |
|
|
aa54319778
|
Add basic homepage test
|
2020-04-13 10:50:59 +01:00 |
|
|
a0cddae1c7
|
Inject settings into template context
|
2020-04-13 10:42:21 +01:00 |
|
|
d5c04c7dee
|
Add homepage template view
|
2020-04-13 10:39:38 +01:00 |
|
|
e42e67efdc
|
Install materialize and FA to actually check static build works nicely
Note: It didn't
|
2020-04-12 17:48:03 +01:00 |
|
|
8ae997e45f
|
Add static file pipeline
|
2020-04-12 16:15:46 +01:00 |
|
|
d850cd6aac
|
Init node
|
2020-04-12 15:51:48 +01:00 |
|
|
f3c4a6c135
|
Debug should be true during local dev
|
2020-04-12 15:48:21 +01:00 |
|
|
a57262ec5e
|
Run Django tests with coverage
|
2020-04-12 15:46:37 +01:00 |
|
|
ebfbc3f285
|
Run tests on CI
|
2020-04-12 15:37:22 +01:00 |
|
|
f81448bfd2
|
Add setup helper script
|
2020-04-12 15:35:36 +01:00 |
|
|
bf025dc31e
|
Add django-environ
|
2020-04-12 15:35:01 +01:00 |
|
|
7cd38b5808
|
Force manage.py to be executed through env
|
2020-04-12 15:19:39 +01:00 |
|
|
65c08dc1bb
|
Add whitenoise for static files
|
2020-04-12 15:19:26 +01:00 |
|
|
e4d652ac6b
|
Install debug toolbar
|
2020-04-12 14:52:22 +01:00 |
|
|
2aedcd3183
|
init Django project
|
2020-04-12 14:42:03 +01:00 |
|
|
efc84afc4b
|
Init python environment
|
2020-04-12 14:32:55 +01:00 |
|
|
11223c3803
|
Add gitignore
|
2020-04-12 14:21:19 +01:00 |
|
Jake Howard
|
1042b2a849
|
Initial commit
|
2020-04-12 14:17:49 +01:00 |
|