Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-xiaohei/pugo
a static site generator & deployer
https://github.com/go-xiaohei/pugo
golang pugo site-generator static-site-generation
Last synced: 3 months ago
JSON representation
a static site generator & deployer
- Host: GitHub
- URL: https://github.com/go-xiaohei/pugo
- Owner: go-xiaohei
- License: mit
- Archived: true
- Created: 2015-10-12T01:13:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T13:30:56.000Z (over 2 years ago)
- Last Synced: 2024-07-16T14:03:33.481Z (4 months ago)
- Topics: golang, pugo, site-generator, static-site-generation
- Language: Go
- Homepage: http://pugo.io
- Size: 17.9 MB
- Stars: 327
- Watchers: 28
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
new version is moved to [https://github.com/fuxiaohei/pugo](https://github.com/fuxiaohei/pugo)
# Pugo
[![Travis](https://img.shields.io/travis/go-xiaohei/pugo.svg)](https://travis-ci.org/go-xiaohei/pugo)
[![Codecov](https://img.shields.io/codecov/c/github/go-xiaohei/pugo.svg)](https://codecov.io/gh/go-xiaohei/pugo)
[![GoDoc](https://godoc.org/github.com/go-xiaohei/pugo?status.svg)](https://godoc.org/github.com/go-xiaohei/pugo)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-xiaohei/pugo)](https://goreportcard.com/report/github.com/go-xiaohei/pugo)a simple and fast static site generator by [Golang](https://golang.org).
**Current: 0.10.5 (Beta) 2016.09.19**
# Features
`Pugo` is a simple and fast static website generator. It renders `markdown` contents to `html` files with simple options. `Pugo` is designed to blog or simple contents website.
`Pugo` provides `windows`, `linux` and `macOS` pre-built binaries. It can be compiled by golang for other operating system.
**Full Documentation is available in [pugo.io](http://pugo.io)**
# Install
Suggest to use `Pugo` binaries directly. They have no dependencies.
# Contribute
- If any problem when using Pugo, add new issue
- If suggestion, add new issue with description of details for new idea
- If submit new patch, add new pull request for master branch