Welcome to the source repository of my blog! This blog is powered by Hugo, a fast and flexible static site generator, and it features articles, guides, and tutorials related to [Your Blog Topic].
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Before you can run this project, you'll need to install Hugo on your machine. You can find detailed installation instructions for Hugo at Hugo Installation Guide.
# For Ubuntu/Debian
sudo apt install hugo
# For Windows
choco install hugo -confirm
# For MacOS
brew install hugo
To get your development environment running, clone the repository and start the Hugo server:
# Clone this repository
git clone https://github.com/SimonRTC/blog.git
# Navigate into the repository
cd blog
# Start the Hugo server
hugo server -D
Visit http://localhost:1313/ in your web browser to view the blog.
We welcome contributions from everyone. Here's how you can contribute:
- Fork the repository
- Create your feature branch (git checkout -b feature/AmazingFeature)
- Commit your changes (using conventional commit with scope please!)
- Push to the branch (git push origin feature/AmazingFeature)
- Open a new Pull Request
This project is licensed under the Apache-2.0 license - see the LICENSE.md file for details.