Source code of initmanfs.eu, hosted on Gitlab pages
To work locally with this project, you'll have to follow the steps below:
- Fork, clone or download this project (in recursive mode)
git clone --recursive [email protected]:initmanfs/initmanfs.gitlab.io.git
- Install Hugo
- Preview your project:
hugo server
- Add content
- Generate the website:
hugo
(optional)
Read more at Hugo's documentation.
If you clone or download this project to your local computer and run hugo server
,
your site can be accessed under localhost:1313/
.