first commit
This commit is contained in:
26
README.md
Normal file
26
README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# FlareBlog
|
||||
|
||||
This is a git repository for the FlareBlog. The Blog is based on [Hugo](https://gohugo.io/) and [FixIt](https://github.com/hugo-fixit/FixIt) theme.
|
||||
|
||||
## Run in local
|
||||
|
||||
Clone the repository:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/JamesFlare1212/FlareBlog.git
|
||||
```
|
||||
|
||||
install hugo:
|
||||
|
||||
```bash
|
||||
apt install hugo
|
||||
```
|
||||
|
||||
Run the server:
|
||||
|
||||
```bash
|
||||
cd FlareBlog
|
||||
hugo server
|
||||
```
|
||||
|
||||
Open the browser and go to `http://localhost:1313/` to see the blog.
|
||||
Reference in New Issue
Block a user