Pre-requisites: Hugo, Go and Git
Clone the repository on your local machine and navigate to the project directory.
# Clone the repo to your local machine
git clone https://github.com/qom-network/qom-docs.git
# Navigate to the project directory
cd qom-docsInstall required modules
hugo mod tidyStart the Hugo server on development mode.
hugo server --logLevel debug --disableFastRender -p 1313This will start a local server on port 1313, and you can access the site at http://localhost:1313.
You can now make changes to the site and see them live on the server. The server will keep running until you stop it manually ( Press Ctrl+C to stop ).
Content: All the content data is in the content directory. You can edit the markdown files in this directory to make changes to the site content, feel free to add new markdown files as well, organizing them in subdirectories, linking to them from other pages, etc.
- This site is powered by the Hextra Template, ror more information about how to configure it, visit: Hextra.
Root files: The root files are the configuration files for the site. All the configuration files are in the root directory. We should not edit these files unless we know what we are doing.