Organize the package [2/2] Move the CSS to the static folders Move the image to the static folders Figure out how to set the image for the blog This is possible we can set a parameter in the front matter which we can access using .Params.image We just need to set this in the front matter. We can make it a default option in the front matter by defining an archetype for the post. Check HUGO documentation about the header of the a post. Make Post Hugo-esque [5/5] Grab the image from the ArchetypeCan grab this by grabbing .Params.MastheadImage Grab the Posted Date from “HUGO“Can grab this by grabbing .PublishDate Grab the text from the post.Content Grab the title for the post.Title Create a post that has all the markup and add css to each of the markup Create the home page Add Summary Add Image support Add Read time to the bottom Add Posted on the bottom Create the mobile version Fix Disqus Short Name Remove the sidebar outer class – allow top-half and bottom-half to be seperate (ie header & footer)