2024-12-01 18:58:48 -05:00
2024-03-26 22:04:45 -04:00
2024-04-07 23:37:11 -04:00
2024-03-26 22:04:45 -04:00
2024-03-26 22:04:45 -04:00
2024-03-27 09:39:25 -04:00

NancyPortfolio

This is a git repository for the NancyPortfolio. The Portfolio is based on Hugo and Creative portfolio theme for hugo.

Run in local

Clone the repository:

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

Then, install Hugo.

For Linux:

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:

brew install hugo

Server the blog locally:

cd NancyPortfolio
hugo server

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

Description
No description provided
Readme 181 MiB
Languages
CSS 65.3%
HTML 30.9%
JavaScript 3.8%