a new blog website for netsoc made with Hugo
add a new post you can either use hugo new post/name-of-post.md
and then
change directory tocontent/post
and edit the file you added, or just
simply add your own markdown of the blog post making sure to copy the header
format from another post
for updating the site use the command
hugo build
to run the development server use the command
hugo server
and go to http://localhost:1313