This repository contains the source code for the Artificial Intelligence Engineering (AIE) website. The site is built using Hugo, a fast and flexible static site generator, with the Beautiful Hugo theme.
- Hugo (version 0.124.0 or higher)
- Git
-
Clone the repository:
git clone https://github.com/your-username/aie.github.io.git cd aie.github.io -
Install the theme as a submodule:
git submodule add https://github.com/halogenica/beautifulhugo.git themes/beautifulhugo -
Start the Hugo server:
hugo server -D -
Open your browser and navigate to
http://localhost:1313to see the site.
The main configuration file is config.toml in the root directory. Edit this file to change site-wide settings.
- Add new pages in the
content/directory - Create blog posts in the
content/post/directory
Custom layouts can be added or modified in the layouts/ directory.
Add images, CSS, JavaScript, and other static files to the static/ directory.
The site is configured to deploy automatically to GitHub Pages when changes are pushed to the main branch. See the .github/workflows/hugo.yml file for the deployment configuration.
We welcome contributions to improve the AIE website. Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/AmazingFeature) - Make your changes
- Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License.
For questions or feedback, please contact Alexander S. Lundervold at [email protected].