Skip to content

SimonRTC/blog

Repository files navigation

My Personal Blog

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].

Getting Started

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.

Prerequisites

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

Installing

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.

Contributing

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

License

This project is licensed under the Apache-2.0 license - see the LICENSE.md file for details.

About

Welcome to my blog!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published