Website for NeoForged. Built using Hugo.
Download or install Hugo v0.118.2. (The executable is self-contained.)
To build the website, run hugo
. The site files will be found in the public
directory.
To serve the website on a local port and continuously watch for changes to the site files on disk, run hugo server
.
To build and include draft posts, append the -D
or --buildDrafts
argument, such as: hugo server -D
.
The contents of this repository are generally licensed under the Creative Commons Attribution 4.0 International (CC-BY 4.0). See LICENSE.txt
for full license text.
The contents of the themes/mainroad
directory, which is copied from vimux/mainroad, is licensed under the GNU General Public License, version 2 (GPLv2).