updated todo, removed some cruft
This commit is contained in:
parent
d29641d700
commit
d9b2b6946a
4 changed files with 9 additions and 7 deletions
9
TODO.md
9
TODO.md
|
@ -24,8 +24,8 @@
|
||||||
- [X] ~~*single-post blog post view?*~~ [2021-07-08]
|
- [X] ~~*single-post blog post view?*~~ [2021-07-08]
|
||||||
- [X] ~~*MOVE TO MCCOY/DEV1 WORDPRESS (1.5.8 RC1 ?)*~~ [2021-07-08]
|
- [X] ~~*MOVE TO MCCOY/DEV1 WORDPRESS (1.5.8 RC1 ?)*~~ [2021-07-08]
|
||||||
- [ ] create Resume page
|
- [ ] create Resume page
|
||||||
- [ ] reconfigured social icons to allow filtering to professional icons
|
- [X] ~~*reconfigured social icons to allow filtering to professional icons*~~ [2021-07-09]
|
||||||
- [ ] also allowing 'social_icons' shortcode for inserting social icons from wp editor
|
- [X] ~~*also allowing 'social_icons' shortcode for inserting social icons from wp editor*~~ [2021-07-09]
|
||||||
- [ ] implement resume separator content
|
- [ ] implement resume separator content
|
||||||
- [ ] implement resume content ... and update?
|
- [ ] implement resume content ... and update?
|
||||||
- [ ] re-do Front Page as content from within WP?
|
- [ ] re-do Front Page as content from within WP?
|
||||||
|
@ -39,10 +39,13 @@
|
||||||
- [ ] TRANSFER TO PRODUCTION
|
- [ ] TRANSFER TO PRODUCTION
|
||||||
- [ ] content/settings (db export?)
|
- [ ] content/settings (db export?)
|
||||||
- [ ] nginx config w/special root files
|
- [ ] nginx config w/special root files
|
||||||
- [ ] use wordpress for filebrowser login auth?
|
|
||||||
- [ ] Plugins for security and optimization
|
- [ ] Plugins for security and optimization
|
||||||
- [ ] jetpack? markdown from that one?
|
- [ ] 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?
|
- [ ] indieweb stuff?
|
||||||
|
- [ ] use wordpress for filebrowser login auth?
|
||||||
- [ ] Portfolio: just a blog category view of project blog posts?
|
- [ ] Portfolio: just a blog category view of project blog posts?
|
||||||
- [ ] add recipe posts
|
- [ ] add recipe posts
|
||||||
- [ ] add some code/notes posts of things I've learned?
|
- [ ] add some code/notes posts of things I've learned?
|
||||||
|
|
|
@ -10,7 +10,6 @@ namespace WP_73k;
|
||||||
|
|
||||||
get_header(); ?>
|
get_header(); ?>
|
||||||
<main class="container d-flex justify-content-center">
|
<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">
|
<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>
|
<h1><?= get_the_archive_title(); ?></h1>
|
||||||
|
@ -25,7 +24,6 @@ get_header(); ?>
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
<?php
|
<?php
|
||||||
get_footer();
|
get_footer();
|
|
@ -20,5 +20,6 @@ namespace WP_73k;
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<?php wp_footer(); ?>
|
<?php wp_footer(); ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -10,7 +10,6 @@ namespace WP_73k;
|
||||||
|
|
||||||
get_header(); ?>
|
get_header(); ?>
|
||||||
<main class="container d-flex justify-content-center">
|
<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">
|
<div class="col-12 col-md-10 col-lg-9 col-xl-8 col-xxl-7 pb-2 mb-4 mt-3">
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
@ -27,6 +26,7 @@ get_header(); ?>
|
||||||
<!-- ?php // dynamic_sidebar( 'sidebar' ); ? -->
|
<!-- ?php // dynamic_sidebar( 'sidebar' ); ? -->
|
||||||
<!-- </aside> -->
|
<!-- </aside> -->
|
||||||
<!-- ?php // endif; ? -->
|
<!-- ?php // endif; ? -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in a new issue