A modern homepage project for BMS, built with Zola (a blazing fast static site generator), HTML, CSS, Sass, and JavaScript.
- Powered by Zola for fast, easy static site generation
- Responsive layout for all devices
- Modern design with custom styles
- Interactive elements using JavaScript
- Modular and maintainable codebase with Sass
- Zola – Static site generator
- HTML – Markup structure
- CSS – Styling and layout
- Sass – Advanced CSS with variables and mixins
- JavaScript – Interactivity and dynamic content
-
Install Zola
Follow Zola’s installation guide. -
Clone this repository:
git clone https://github.com/SimeonLukas/BMS-Homepage.git
-
Navigate to the project directory:
cd BMS-Homepage -
Serve the site locally:
zola serve
Then open http://127.0.0.1:1111 in your browser.
-
Build the site for production:
zola build
BMS-Homepage/
├── content/
├── static/
├── templates/
├── sass/
├── config.toml
├── index.html
└── ...
Contributions are welcome! Please fork the repository and create a pull request.
This project is licensed under the MIT License.