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.
 
 
 
 
 
 
pure-data-hugo/hugo
Lucas Cordiviola 1f45ecc2c3 browse folder link 2 years ago
..
layouts add hugo folder 2 years ago
static/x browse folder link 2 years ago
.gitignore add hugo folder 2 years ago
Makefile index.htm 2 years ago
README.md add hugo folder 2 years ago
config.toml add hugo folder 2 years ago

README.md

pdmanual-hugo

The Pd Manual exported to .md files and then built to an HTML site via HUGO

To build the manual:

  1. Install HUGO --> https://gohugo.io/getting-started/installing/
  2. on a terminal cd to this cloned/downloaded repo.
  3. run the hugo command
  4. you should get something like
Start building sites …
hugo v0.89.4-AB01BA6E windows/amd64 BuildDate=2021-11-17T08:24:09Z VendorInfo=gohugoio

                   | EN
-------------------+-----
  Pages            | 10
  Paginator pages  |  0
  Non-page files   |  0
  Static files     | 43
  Processed images |  0
  Aliases          |  0
  Sitemaps         |  0
  Cleaned          |  0

Total in 111 ms

now a public folder has been created in the local repo. You can browse index.html

You can also run command hugo server and browse files via http://localhost:1313/ in your web-browser. If you edit the .md files on the content folder changes show-up live.