Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuxiaohei/pugo
a simple site generator
https://github.com/fuxiaohei/pugo
Last synced: 3 months ago
JSON representation
a simple site generator
- Host: GitHub
- URL: https://github.com/fuxiaohei/pugo
- Owner: fuxiaohei
- License: apache-2.0
- Created: 2022-04-20T00:47:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T00:55:35.000Z (over 1 year ago)
- Last Synced: 2024-05-08T02:30:47.737Z (6 months ago)
- Language: Go
- Size: 512 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - fuxiaohei/pugo - a simple site generator (Go)
README
# PuGo
a simple static site generator.
#### Why ?
I wanted to learn how to use golang, so I decided to write a simple static site generator. Even 'Hugo' is fully static site generator, but I just want a simple blog generator.
## Usage
create a folder named 'demo' to start site project.
```bash
$ mkdir demo
$ cd demo
$ pugo init
```build site:
```bash
$ pugo build ./cmd/pugo
```site locally on 'http://localhost:18080/':
```bash
$ pugo server
```