Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbriemann/glyph
A static site generator utilizing Github issues and pages.
https://github.com/dbriemann/glyph
Last synced: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T13:39:47.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T13:31:00.102Z (6 months ago)
- Language: Go
- Size: 1000 KB
- Stars: 64
- 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
[![Build Status](https://travis-ci.org/dbriemann/glyph.svg?branch=master)](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.