Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noofbiz/hugosite
- Owner: Noofbiz
- Created: 2018-05-23T13:51:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T05:00:06.000Z (11 months ago)
- Last Synced: 2024-01-06T06:21:36.837Z (10 months ago)
- Language: Shell
- Size: 11.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```