Skip to content

qom-network/wiki

Repository files navigation

Local Development

Pre-requisites: Hugo, Go and Git


Run the site locally

Step 1

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-docs

Step 2

Install required modules

hugo mod tidy

Step 3

Start the Hugo server on development mode.

hugo server --logLevel debug --disableFastRender -p 1313

This 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 ).


Which files could I edit?

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.

About

Knowledge base for the Qom Network. A place where we can document all the information about the network, the tools, the projects, the community, etc.

Topics

Resources

License

Stars

Watchers

Forks

Contributors