JamesFlare1212 2a881236cc fix url error
2024-11-07 21:15:07 -05:00
2024-06-30 23:43:49 +08:00
2024-07-04 22:57:21 +08:00
2024-09-16 04:18:31 -04:00
2024-11-07 21:15:07 -05:00
2024-11-07 21:15:07 -05:00
2024-03-12 00:36:05 -04:00
2024-11-07 21:15:07 -05:00
2024-04-13 21:20:17 -04:00
2024-04-17 17:36:26 -04:00
2024-10-25 13:31:28 -04:00

FlareBlog

This is a git repository for the FlareBlog. The Blog is based on Hugo and FixIt theme.

Run in local

Clone the repository:

git clone https://github.com/JamesFlare1212/FlareBlog.git

Then, install Hugo.

For Linux:

wget https://github.com/gohugoio/hugo/releases/download/v0.136.5/hugo_extended_0.136.5_linux-amd64.deb
dpkg -i hugo_extended_0.136.5_linux-amd64.deb

For MacOS:

brew install hugo

Server the blog locally:

cd FlareBlog
hugo server

Open the browser and go to http://localhost:1313/ to see the blog.

Description
No description provided
Readme 80 MiB
Languages
HTML 49.3%
Python 47.8%
SCSS 2.9%