/ohara-docs

Primary LanguageHTMLApache License 2.0Apache-2.0

ohara-docs

This repository build with Hugo and Academic and use Github Pages to host OharaStream website.

Building development environment

  • If you are newbie to Hugo, this would be a great getting started.
  • If you are already installed Hugo, for the preview ohara-docs from local, just type:
    [ohara-docs]$ ./view.sh
    
  • You alse can use Hugo command directly, for example:
    [ohara-docs]$ hugo server [-D] [--disableFastRender] [--bind=0.0.0.0]
    
    • -D: include content marked as draft
    • --disableFastRender: enables full re-renders on changes
    • --bind: interface to which the server will bind(default "127.0.0.1")