|
@@ -31,7 +31,7 @@ get_header(); ?>
|
|
<?php endforeach; ?>
|
|
<?php endforeach; ?>
|
|
<br>
|
|
<br>
|
|
<?php } ?>
|
|
<?php } ?>
|
|
- <?php $recentposts = get_posts(array( 'numberposts' => 7, 'offset' => 0 ) ); foreach ($recentposts as $post) : setup_postdata($post); ?>
|
|
|
|
|
|
+ <?php $recentposts = get_posts(array( 'numberposts' => 9, 'offset' => 0 ) ); foreach ($recentposts as $post) : setup_postdata($post); ?>
|
|
<li style="color:#777"><?php echo get_the_date('y/m/d'); ?> - <a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
|
|
<li style="color:#777"><?php echo get_the_date('y/m/d'); ?> - <a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
|
|
<?php endforeach; ?>
|
|
<?php endforeach; ?>
|
|
</ul>
|
|
</ul>
|
|
@@ -59,25 +59,63 @@ get_header(); ?>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="row mt-3 mb-5 pb-2">
|
|
|
|
|
|
+ <div class="row mt-3 pb-2">
|
|
<div class="col-lg-4">
|
|
<div class="col-lg-4">
|
|
<h5 class="fw-bold mt-2">Docs</h5>
|
|
<h5 class="fw-bold mt-2">Docs</h5>
|
|
<ul style="margin:0">
|
|
<ul style="margin:0">
|
|
<?php docs(); ?>
|
|
<?php docs(); ?>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="col-lg-4">
|
|
|
|
+ <h5 class="fw-bold mt-2">Notes</h5>
|
|
|
|
+ <ul style="margin:0">
|
|
|
|
+ <?php notes(); ?>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
<div class="col-lg-4">
|
|
<div class="col-lg-4">
|
|
<h5 class="fw-bold mt-2">Lists</h5>
|
|
<h5 class="fw-bold mt-2">Lists</h5>
|
|
<ul style="margin:0">
|
|
<ul style="margin:0">
|
|
<?php lists(); ?>
|
|
<?php lists(); ?>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="row mt-3 pb-2">
|
|
|
|
+ <div class="col-lg-4">
|
|
|
|
+ <h5 class="fw-bold mt-2">Learning</h5>
|
|
|
|
+ <ul style="margin:0">
|
|
|
|
+ <?php learning(); ?>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
<div class="col-lg-4">
|
|
<div class="col-lg-4">
|
|
- <h5 class="fw-bold mt-2">Notes</h5>
|
|
|
|
|
|
+ <h5 class="fw-bold mt-2">git Commits</h5>
|
|
<ul style="margin:0">
|
|
<ul style="margin:0">
|
|
- <?php notes(); ?>
|
|
|
|
|
|
+ <?php commits(); ?>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-lg-4">
|
|
|
|
+ <h5 class="fw-bold mt-2">Listening <span><small>( all @ <a href="https://davidawindham.com/studio/music/">/music )</a></small></span></h5>
|
|
|
|
+ <ul style="margin:0">
|
|
|
|
+ <?php listening(); ?>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="row mt-3 mb-5 pb-2">
|
|
|
|
+ <div class="col-lg-4">
|
|
|
|
+ <h5 class="fw-bold mt-2">Watching</h5>
|
|
|
|
+ <ul style="margin:0">
|
|
|
|
+ <?php watching(); ?>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+ <div class="col-lg-4">
|
|
|
|
+ <h5 class="fw-bold mt-2">Reading</h5>
|
|
|
|
+ <ul style="margin:0">
|
|
|
|
+ <?php reading(); ?>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-lg-4">
|
|
|
|
+
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|