diff --git a/tasks.todo b/tasks.todo new file mode 100644 index 0000000..3e259ee --- /dev/null +++ b/tasks.todo @@ -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) diff --git a/to-do.md b/to-do.md deleted file mode 100644 index d50f304..0000000 --- a/to-do.md +++ /dev/null @@ -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.