Skip to content

mesouug/pupil-docs-website

 
 

Repository files navigation

pupil-docs-website

pupil docs static site generator

Dependencies & Setup

  • hugo - static site generator written in Go
    • macOS: brew install hugo
    • Linux: snap install hugo
    • Windows: see hugo installation guide here
  • Pygments
    • pip install pygments or pip3 install pygments

Clone the repo and submodules:

git clone --recursive https://github.com/pupil-labs/pupil-docs-website.git

Preview site on local server

Build and serve only published content

hugo server

Build and serve published content and drafts

hugo server -D

Serve on custom port

hugo server -p 3030

See server options in hugo docs here.

Content

All text and image content are stored in the content directory. content is a submodule with repo at pupil-docs.

All content is written in markdown.

About

static site generator for pupil docs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.8%
  • Shell 16.1%
  • HTML 11.1%
  • JavaScript 6.0%