Skip to content

Commit

Permalink
Update .gitignore and README's TODO list (#8)
Browse files Browse the repository at this point in the history
* Update .gitignore to ignore certbot and todo list

* Update todolist
  • Loading branch information
ctmbl authored Nov 15, 2023
1 parent 6cbdb7f commit 59186fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.env.prod
.env.dev

# certbot folder
certbot/*

# hugo files
*.lock

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59186fd

Please sign in to comment.