Optimized imagesA

This commit is contained in:
Mike Conrad
2025-02-23 11:00:49 -05:00
parent bd02a69a06
commit 50497c1416
41 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
```shell
git clone https://git.hackanooga.com/mikeconrad/hackanooga.com.git
cd hackanooga.com
git checkout master
git submodule init
git submodule update
hugo server --disableFastRender
```