An open API service indexing awesome lists of open source software.

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.

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)
```