Hugo is a popular static website generator designed to create static HTML websites. It simplifies the process of building websites by generating all the necessary files and assets upfront, which can then be deployed to a web server.
Table of Contents
Getting Started
Follow these instructions to get started with the ODSH Website.
Prerequisites
Before you begin, ensure that you have Hugo installed on your system.
Build and run the application
To run the application, execute the following command:
hugo server --config config-stage.yml
This command will start the default web server, and you can access it at http://localhost:1313/.
Note: Remember to specify a configuration file (config-stage.yml or config-prod.yml).
Contributing
To contribute to this repository, create a branch or fork this repository, make your changes and create a merge request.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details.