This repository contains the source code for the Rex Manor neighborhood association website, built using the Hugo static site generator.
The project is structured as follows:
config.toml
: Contains the main configuration for the Hugo site, such as the base URL, language, and title.content/
: Contains the content files for the site, including the homepage (index.md
) and an about page (about.md
).layouts/
: Contains the HTML templates that define the structure and layout of the website._default/baseof.html
: Base template for all pages._default/list.html
: Template for list pages.partials/head.html
: Partial template to define the header of the page.
static/
: Contains static files such as CSS, images, etc.css/style.css
: Contains the CSS code for the web pages.
To use this website, you need to have Hugo installed on your system.
- Install Hugo.
- Clone this repository.
- Customize the configuration files.
- Run
hugo server
.
Contributions are welcome! If you have any suggestions or improvements, please create a pull request.
This project is licensed under the terms of the MIT license.