You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
360 B

6 years ago
  1. # NullOctet Blog
  2. [![Concourse](https://concourse.nulloctet.com/api/v1/teams/nulloctet/pipelines/blog-nulloctet-com/jobs/publish/badge)](https://concourse.nulloctet.com/teams/nulloctet/pipelines/blog-nulloctet-com)
  3. Uses Hugo as the static site generator
  4. to build site to public/
  5. ```bash
  6. hugo
  7. ```
  8. to serve a local development version
  9. ```bash
  10. hugo server
  11. ```