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.
 
 
 
 
 
 
Lucas Cordiviola 12d76b5363 gitignore 1 year ago
asio add all initial files 1 year ago
doc browse folder link 1 year ago
extra add all initial files 1 year ago
font add all initial files 1 year ago
hugo browse folder link 1 year ago
libpd add all initial files 1 year ago
linux add all initial files 1 year ago
m4 add all initial files 1 year ago
mac add all initial files 1 year ago
man add all initial files 1 year ago
md add all initial files 1 year ago
msw add all initial files 1 year ago
po add all initial files 1 year ago
portaudio add all initial files 1 year ago
portmidi add all initial files 1 year ago
src hugo clean 1 year ago
tcl add all initial files 1 year ago
.dir-locals.el add all initial files 1 year ago
.editorconfig add all initial files 1 year ago
.gitignore gitignore 1 year ago
INSTALL.htm add all initial files 1 year ago
INSTALL.txt add all initial files 1 year ago
LICENSE.txt add all initial files 1 year ago
Makefile.am edit main makefile.am 1 year ago
README.md readme 1 year ago
README.txt add all initial files 1 year ago
autogen.sh add all initial files 1 year ago
configure.ac edit configure.ac 1 year ago
pd.pc.in add all initial files 1 year ago

README.md

pure-data-hugo

this repo builds the html manual from .md files using HUGO via makefile.gnu or autotools

it has been tested on Windows and Linux.

To build install hugo in your system:

  • Windows/MinGW pacman -S mingw64/mingw-w64-x86_64-hugo

  • Linux(Debian) sudo apt install hugo

  • macOS brew install hugo