updated todo, removed some cruft

This commit is contained in:
Adam Piontek 2021-07-09 12:29:48 -04:00
parent d29641d700
commit d9b2b6946a
4 changed files with 9 additions and 7 deletions

View file

@ -24,8 +24,8 @@
- [X] ~~*single-post blog post view?*~~ [2021-07-08]
- [X] ~~*MOVE TO MCCOY/DEV1 WORDPRESS (1.5.8 RC1 ?)*~~ [2021-07-08]
- [ ] create Resume page
- [ ] reconfigured social icons to allow filtering to professional icons
- [ ] also allowing 'social_icons' shortcode for inserting social icons from wp editor
- [X] ~~*reconfigured social icons to allow filtering to professional icons*~~ [2021-07-09]
- [X] ~~*also allowing 'social_icons' shortcode for inserting social icons from wp editor*~~ [2021-07-09]
- [ ] implement resume separator content
- [ ] implement resume content ... and update?
- [ ] re-do Front Page as content from within WP?
@ -39,10 +39,13 @@
- [ ] TRANSFER TO PRODUCTION
- [ ] content/settings (db export?)
- [ ] nginx config w/special root files
- [ ] use wordpress for filebrowser login auth?
- [ ] Plugins for security and optimization
- [ ] jetpack? markdown from that one?
- [ ] caching? lighthouse report (cat-roof webp, woff2 fonts)
- [ ] [info](https://wordpress.org/support/article/optimization/#browser-caching)
- [ ] comments? discussion?
- [ ] indieweb stuff?
- [ ] use wordpress for filebrowser login auth?
- [ ] Portfolio: just a blog category view of project blog posts?
- [ ] add recipe posts
- [ ] add some code/notes posts of things I've learned?

View file

@ -10,7 +10,6 @@ namespace WP_73k;
get_header(); ?>
<main class="container d-flex justify-content-center">
<div class="col-12 col-md-10 col-lg-9 col-xl-8 col-xxl-7 pb-2 mb-4 mt-3">
<h1><?= get_the_archive_title(); ?></h1>
@ -25,7 +24,6 @@ get_header(); ?>
?>
</div>
</main>
<?php
get_footer();

View file

@ -19,6 +19,7 @@ namespace WP_73k;
</div>
</footer>
<?php wp_footer(); ?>
<?php wp_footer(); ?>
</body>
</html>

View file

@ -10,7 +10,6 @@ namespace WP_73k;
get_header(); ?>
<main class="container d-flex justify-content-center">
<div class="col-12 col-md-10 col-lg-9 col-xl-8 col-xxl-7 pb-2 mb-4 mt-3">
<?php
@ -27,6 +26,7 @@ get_header(); ?>
<!-- ?php // dynamic_sidebar( 'sidebar' ); ? -->
<!-- </aside> -->
<!-- ?php // endif; ? -->
</div>
</main>
<?php