Updating todo list

This commit is contained in:
2020-05-29 04:36:55 +01:00
parent 8fc3229fe8
commit 7cd3ad77a9
3 changed files with 6 additions and 11 deletions

BIN
blog/.DS_Store vendored

Binary file not shown.

BIN
blog/themes/.DS_Store vendored

Binary file not shown.

View File

@@ -1,11 +1,6 @@
App.js: Tasks:
✔ Document using the `/* webpackChunkname: "name" */ @done (5/29/2020, 12:34:27 AM) ☐ Move all the scss into the new theme.
✔ What does `const { default: App }` do? @done (5/29/2020, 12:34:29 AM) ☐ Move the image shortcode into the new theme.
☐ Recreate the fonts scss file and apply it.
Plugins: ☐ Download and create the monospace font.
✔ Add `purgecss-webpack-plugin`: <https://pusher.com/tutorials/webpack-part-7>. @done (5/29/2020, 12:46:26 AM) ☐ Create a gulpfile to build the search index.
Notes:
Do this after the html templates have been added - this will only import the css classes that have been used.
Layout:
✔ Make sure the contents of app.js and main.js are documented. Specifically the content of main.js so it imports the app.js. @done (5/29/2020, 12:46:35 AM)