Hugo website for personal site.
Table of Contents
To work locally with this project, you'll have to follow the steps below:
- Fork, clone or download this project
- Initialize the theme:
git submodule update --init --recursive
- Install Hugo
- Preview your project:
hugo server
- Add content
- Generate the website:
hugo
(optional)
Read more at Hugo's documentation.
NOTE:
- If you have nix-shell installed, you can run
nix-shell
to enter a shell with Hugo installed. - If you have docker and compose installed, you can the docker-compose file to run the website locally.
If you clone or download this project to your local computer and run hugo server
,
your site can be accessed under localhost:1313/hugo/
.
The theme used is adapted from https://github.com/vaga/hugo-theme-m10c.
-
CSS is missing!
For your site to look like the website you must install m10c theme as a submodule. You can do this by running the following command:
git submodule update --init --recursive