Adding todo

This commit is contained in:
2020-05-04 05:01:56 +01:00
parent ccc22c5c0d
commit 4e8898267c
2 changed files with 18 additions and 10 deletions

18
tasks.todo Normal file
View File

@@ -0,0 +1,18 @@
Projects:
Tasks:
Images:
☐ Add image to homepage + document
☐ Add image to post + document
Animate:
☐ Add animate on scroll
Note:
Do we add this to the html, or do we use the themes js options?
Layout:
☐ Sort out colour scheme
Misc:
☐ Add search to project
✔ Add commento to project @done (5/4/2020, 4:59:34 AM)

View File

@@ -1,10 +0,0 @@
# To do
- Add images to posts + homepage and document where they go.
## Questions
Can we edit files in a submodule and commit them to the parent git repo?
No, doing this will send a pull request to merge the changes.
Instead use `git clone` and commit the repo to your main repo. Then if you need to pull the remote repo in the future you can go into it and pull, and handle any conflicts manually.