1st request #1

Merged
dtomlinson merged 70 commits from develop into master 2020-06-04 16:46:03 +00:00
3 changed files with 6 additions and 11 deletions
Showing only changes of commit 7cd3ad77a9 - Show all commits

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)