first commit

This commit is contained in:
JamesFlare1212
2024-03-26 22:04:45 -04:00
commit 9e54cceae7
54 changed files with 1646 additions and 0 deletions

33
README.md Normal file
View File

@@ -0,0 +1,33 @@
# NancyPortfolio
This is a git repository for the FlareBlog. The Blog is based on [Hugo](https://gohugo.io/) and [Creative portfolio theme for hugo](https://github.com/kishaningithub/hugo-creative-portfolio-theme) theme.
## Run in local
Clone the repository:
```bash
git clone https://github.com/JamesFlare1212/NancyPortfolio.git
```
Then, install Hugo.
For Linux:
```bash
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
```
For MacOS:
```bash
brew install hugo
```
Server the blog locally:
```bash
cd NancyPortfolio
hugo server
```
Open the browser and go to `http://localhost:1313/` to see the blog.