Skip to content

LogicIQ/logiciq.ca

Repository files navigation

LogicIQ Website

This is the source code for the LogicIQ website at logiciq.ca.

Built With

  • Hugo - Static site generator
  • Hextra - Hugo theme

Development

Prerequisites

  • Hugo (extended version)
  • Git

Local Development

  1. Clone the repository:
git clone https://github.com/LogicIQ/logiciq.ca.git
cd logiciq.ca
  1. Initialize submodules:
git submodule update --init --recursive
  1. Start the development server:
hugo server --buildDrafts
  1. Open http://localhost:1313 in your browser

Building

To build the static site:

hugo

The generated site will be in the public/ directory.

Content Structure

  • content/_index.md - Homepage
  • content/about.md - About page
  • content/projects.md - Projects overview
  • content/docs/ - Documentation pages

Deployment

The site is automatically deployed when changes are pushed to the main branch.

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

License

This project is licensed under the MIT License.

About

logiciq.ca

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published