This project aims to offer an easy to maintain, minimalistic, unified, project-independant place for Internet4000's support pages.
This project is hosted on Netlify, and will be deployed to support.internet4000.com for each new commit on the master branch of this git repository.
All content is stored in markdown files inside the content folder.
Using Hugo we can build a static website from the markdown files in the content folder.
- To get a development server, run
hugo serverand visit http://localhost:1313 - To build the site into the
distfolder, runhugo