Skip to content
Snippets Groups Projects

Build Status


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:

  1. Fork, clone or download this project
  2. Install Hugo extended version
  3. Preview your project on local host zsing the command hugo server
  4. Add or edit content etc.
  5. 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.