Website sources for https://blenderdmx.eu
This website uses Hugo. To build the sources, you need to install it first.
Linux:
sudo snap install hugomacOS:
brew install hugoWindows:
winget install Hugo.Hugo.ExtendedInstall NPM dependencies
npm installCompile website:
hugoThe compiled HTML files will be stored in the public folder.
Instead of building static HTML files, you can also start a Hugo development server with live reload:
hugo serveTo create a new blog post, run
hugo new blog/202X-XX-XX-blog-post-name.mdThis will create a new file blog/202x-XX-XX-blog-post-name.md from the blog archetype with inserted
boilerplate and some pre-filled frontmatter fields.