https://github.com/nagariahussain/portfolio-website
A static portfolio generator for my personal website.
https://github.com/nagariahussain/portfolio-website
Last synced: 4 months ago
JSON representation
A static portfolio generator for my personal website.
- Host: GitHub
- URL: https://github.com/nagariahussain/portfolio-website
- Owner: NagariaHussain
- Created: 2020-11-01T07:24:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T17:36:29.000Z (over 4 years ago)
- Last Synced: 2025-01-12T07:36:28.185Z (9 months ago)
- Language: Python
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Static Website Generator
A static portfolio generator for my personal website.
## Installation
Install node modules:
```bash
npm install
```Install python packages:
```bash
pip install --requirement requirements.txt
```## Usage
Generate Site:
```bash
python script.py
```Watch for changes:
```bash
python script.py -w (or --watch)
```Create a new blog/project boiler plate:
```bash
python script.py --new blog (or project)
```