Files
FlareBlog/README.md
2025-05-04 15:24:15 -04:00

667 B

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 --recurse-submodules https://github.com/JamesFlare1212/FlareBlog.git

Then, install Hugo.

For Linux:

wget https://github.com/gohugoio/hugo/releases/download/v0.146.0/hugo_extended_0.146.0_linux-amd64.deb
sudo dpkg -i hugo_extended_0.146.0_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.