From 59186fd95c5d48265d23ed3378332c5af2aba18a Mon Sep 17 00:00:00 2001 From: ClementMabileau Date: Wed, 15 Nov 2023 17:33:07 +0100 Subject: [PATCH] Update .gitignore and README's TODO list (#8) * Update .gitignore to ignore certbot and todo list * Update todolist --- .gitignore | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9711c65..d6e0359 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ .env.prod .env.dev +# certbot folder +certbot/* + # hugo files *.lock diff --git a/README.md b/README.md index 93ad61e..87a1551 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Non-exhaustive TODO-list: - [X] fix nginx.conf and run_nginx.sh properly - [X] Add automatic deployment on push to src/** - [ ] write a workflow warning if the new content is still draft - - [ ] add https + - [X] add https - [ ] add posts from previous website - [ ] add a comments engine - - [ ] fix baseUrl and "iScsc" sidebar not redirecting + - [X] fix baseUrl and "iScsc" sidebar brand name not redirecting - [ ] print a `lastUpdate` or `updated` date param on posts - [ ] show posts which `draft` param is `true` in dev mode (if possible) - [ ] check when building (with builder target) that git submodule is updated