Skip to content

m1dsolo/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

m1dsolo's blog

deploy

Introduction

This repository contains the source code for m1dsolo's blog, built with Hugo and deployed to Github Pages and cloud server using Github Actions.

Welcome to visit my blog: https://m1dsolo.xyz ~ 🎉

If you want to learn more about how to build a blog like this, please refer to the blog post .

Features

Usage

If you want to build a blog like this on your local machine, you can follow the steps below:

# Clone
git clone https://github.com/m1dsolo/blog.git
cd blog

# Download theme
git submodule update --init --recursive

# Start server
hugo server -D

Then you can visit http://localhost:1313 to view the blog.

Contributing

If you find any bugs, typos or have any suggestions, please feel free to open an issue or create a pull request.

License

MIT © m1dsolo