Major Blog Structure Changes
Posted on
Tagged TIL, 11ty : I tried and failed to make the front page ALSO function as a blog page.
I'm going to make the front page a blog like old-school Wordpress blogs. (Update: that's not possible in Wordpress-you either have a static page or the first page of your blog. I might can do that setup in 11ty, but not this first time I've used the software.) I want to preserve my current code right here in the website.
Well, dang. The Nunjucks code doesn't show up below here. So the archive exists in the source code, but isn't visible below! Major problem!!!
<!-- this is the old stuff -->
<h2>Recent Posts </h2>
<p>This is code to show number of recent posts you are going to display:
NaN Posts
<p>
<p><s>Figure out where the Feed item in menu comes from and kill it!</s></p>
<p>So i could put an <b>introduction to the website here</b>, then list recent blog posts below. </p>
<p>Dolor mollis curabitur condimentum pulvinar turpis magna. Quis justo vel a egestas facilisis lacus velit commodo montes. Quam iaculis tristique tortor taciti posuere nullam ridiculus iaculis. Eros tempor nisl nam ullamcorper fermentum mauris diam nisl lacinia. Mi odio condimentum aenean iaculis nulla. </p>
<!--
So this is where the listing of posts comes from. you have to go here to modify the date display. Also, you took off the numbering of posts.
-->
<ul style="transform: rotate(360deg);" class="postlist">
</ul>
<h2>Recent TIL </h2>
<p>This is code to show number of recent posts you are going to display:
NaN TILs
<p>
<!--
So this is where the listing of posts comes from. you have to go here to modify the date display. Also, you took off the numbering of posts.
-->
<!--- <ul reversed class="TILlist"> -->
<ul style="transform: rotate(360deg);" class="TILlist">
</ul>