Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noofbiz/hugosite

The Hugo bits to noofbiz.github.io
https://github.com/noofbiz/hugosite

Last synced: about 1 month ago
JSON representation

The Hugo bits to noofbiz.github.io

Awesome Lists containing this project

README

        

# Noofbiz github site

This is the workspace for my github site:

Noofbiz.github.io

The site is built using [Hugo](https://gohugo.io)

### To serve:

```
hugo server -p $PORT --bind $IP
```

### To push to github

```
./deploy.sh
```

### To add a blog post
```
hugo new post/POSTNAME.md
```