https://github.com/dbriemann/glyph
A static site generator utilizing Github issues and pages.
https://github.com/dbriemann/glyph
Last synced: 18 days ago
JSON representation
A static site generator utilizing Github issues and pages.
- Host: GitHub
- URL: https://github.com/dbriemann/glyph
- Owner: dbriemann
- License: mit
- Created: 2018-03-13T09:19:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T13:39:47.000Z (over 4 years ago)
- Last Synced: 2024-11-05T11:52:19.079Z (6 months ago)
- Language: Go
- Size: 1000 KB
- Stars: 65
- Watchers: 5
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - glyph - A static site generator utilizing Github issues and pages. (etc)
- awesome - glyph - A static site generator utilizing Github issues and pages. (etc)
README
[](https://travis-ci.org/dbriemann/glyph)
# glyph
A static site generator utilizing Github issues and Github pages.
See [my blog](https://dbriemann.github.io/blog/) as an example of how it can look and [my introduction to Glyph](https://dbriemann.github.io/blog/2-introducing-glyph-static-site-generator-powered-by-github-issues-and-pages.html).
## Usage
Install glyph by downloading [the latest release](https://github.com/dbriemann/glyph/releases/latest) or by running `go get -u -v github.com/dbriemann/glyph`.
Head over to [glyph-zero](https://github.com/dbriemann/glyph-zero) and continue with the provided instructions.
## Credits
Glyph uses several awesome libraries. Here is a list for acknowledgement:
- github.com/BurntSushi/toml
- github.com/google/go-github/github
- github.com/PuerkitoBio/goquery
- github.com/cbroglie/mustache
- github.com/gorilla/feeds
- github.com/gosimple/slug
- github.com/shurcooL/github_flavored_markdownIf something is missing drop me a message or open an issue.