Refactor Project Structure
- Process: Rearrange directories for improved organization.
Change Theme to Minima
- Process: Modify site’s configuration to apply the Minima theme.
Move Blogs to index.html
- Process: Transfer blog content to the main index page.
Edit post_list.html & post.html CSS
- Process: Modify CSS in the post list and individual post pages.
Create an About Me Page
- Process: Add a new HTML page containing personal information.
Troubleshooting
Broken post_list.html Parent Elevator
- Issue: Missing closing tag causing layout problem.
- Fix: Insert the proper closing tag in the HTML.
- Issue: Incorrect header display in blog posts.
- Fix: Apply relative positioning in the CSS.