MarkWiltberger / markwiltberger.github.io

0 stars 0 forks source link

Add blog posts back to site #5

Open MarkWiltberger opened 1 month ago

MarkWiltberger commented 1 month ago

Change the layout of the main page:

These are probably pretty straightforward changes to make.

You will want to do some combination of:

MarkWiltberger commented 1 month ago

Created a branch called: add-blog-posts-back-to-site

MarkWiltberger commented 1 month ago

Committed a new file as a blank sample blog post with the commit: add new blank blog post as an example The file is: docs\_posts\2024-06-04-memo-on-the-realtor-app.markdown

MarkWiltberger commented 1 month ago

Changed the layout of the index.md file from 'page' to 'home' in order to show the blog posts againm with this commit: Change index layout from 'page' to 'home' to show blog post list However, although this shows that it works, a new or modified layout will need to be done in order to show the front content matter, as noted in the issue description.

MarkWiltberger commented 1 month ago

The branch was renamed: add-blog-posts-back-to-site-0005 An effort will need to be made when the blog is re-added back to the site to merge new layouts with the blog in the navigation menu and a modified home page and a blog base page layout and the blog entries. This should be done after at least two blog posts have been written and are ready to be published.

MarkWiltberger commented 1 month ago

When a new issue is created that addresses the previous comment, the current issue can be closed.