Blog project for The Shiproom
Before you begin, ensure you have met the following requirements:
- Hugo Extended Version [specify version] (Installation guide: Hugo installation)
- Node.js (optional, if you are using a theme that requires node packages)
- Git (for version control and deployment)
git submodule update --init --recursive
To serve your Hugo site locally:
hugo server
This will start the Hugo server on http://localhost:1313 and automatically reload the page as you make edits to your files.
To create a new blog post, run:
hugo new posts/my-new-post.md
To build your site with production-ready assets:
hugo --minify
https://github.com/adityatelange/hugo-PaperMod/wiki/Installation