This is the source code for the LogicIQ website at logiciq.ca.
- Hugo (extended version)
- Git
- Clone the repository:
git clone https://github.com/LogicIQ/logiciq.ca.git
cd logiciq.ca- Initialize submodules:
git submodule update --init --recursive- Start the development server:
hugo server --buildDrafts- Open http://localhost:1313 in your browser
To build the static site:
hugoThe generated site will be in the public/ directory.
content/_index.md- Homepagecontent/about.md- About pagecontent/projects.md- Projects overviewcontent/docs/- Documentation pages
The site is automatically deployed when changes are pushed to the main branch.
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This project is licensed under the MIT License.