update mermaid to 10.x

This commit is contained in:
JamesFlare1212
2024-03-17 01:26:59 -04:00
parent 8bb682728e
commit e076e5ba36
5 changed files with 58 additions and 180 deletions

View File

@@ -10,13 +10,20 @@ Clone the repository:
git clone https://github.com/JamesFlare1212/FlareBlog.git
```
install hugo:
Then, install Hugo.
For Linux:
```bash
apt install hugo
wget https://github.com/gohugoio/hugo/releases/download/v0.122.0/hugo_extended_0.122.0_linux-amd64.deb
dpkg -i hugo_extended_0.122.0_linux-amd64.deb
```
Run the server:
For MacOS:
```bash
brew install hugo
```
Server the blog locally:
```bash
cd FlareBlog