Hugo Docsy website using GitLab Pages.
Learn more about GitLab Pages at https://pages.gitlab.io and the official documentation https://docs.gitlab.com/ce/user/project/pages/.
Table of Contents
GitLab CI
This project's static Pages are built by GitLab CI, following the steps
defined in .gitlab-ci.yml
.
Building locally
To work locally with this project, you'll have to follow the steps below:
- Fork, clone or download this project
- Install Hugo extended version
- Preview your project on local host zsing the command
hugo server
- Add or edit content etc.
- Generate the website locally (optional) with the command
hugo --minify --gc --destination public
Read more at Hugo's documentation.
Preview your site
If you clone or download this project to your local computer and run hugo server
,
your site can be accessed under localhost:1313
.