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.

12 lines
162 B

6 years ago
  1. # Null Octet Blog
  2. Uses Hugo as the static site generator
  3. to build site to public/
  4. ```bash
  5. hugo
  6. ```
  7. to serve a local development version
  8. ```bash
  9. hugo server
  10. ```