https://github.com/mateogianolio/issuance
Blogging with Github Issues.
https://github.com/mateogianolio/issuance
Last synced: 3 months ago
JSON representation
Blogging with Github Issues.
- Host: GitHub
- URL: https://github.com/mateogianolio/issuance
- Owner: mateogianolio
- License: mit
- Created: 2016-01-28T16:25:36.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-02-28T19:33:36.000Z (over 3 years ago)
- Last Synced: 2025-06-11T02:49:53.331Z (about 1 year ago)
- Language: HTML
- Homepage: https://mateogianolio.github.io/issuance
- Size: 113 KB
- Stars: 238
- Watchers: 9
- Forks: 36
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-list - issuance
README
# [issuance](https://mateogianolio.github.io/issuance)
> Open, free blogging on **Github pages** with **Github issues.**
### Quick setup
1. Fork this repository.
2. Open `index.html` and change `owner` and `repo` fields https://github.com/mateogianolio/issuance/blob/6868a93cd8f5e148662b11dfbad991f82c898cdc/index.html#L42-L43 and the issue login filter https://github.com/mateogianolio/issuance/blob/6868a93cd8f5e148662b11dfbad991f82c898cdc/index.html#L61 to match your username/repo.
3. Enable Github Pages in your repo settings if not already enabled.
Link to individual posts by appending `?` to `index.html`.
### Rate limiting
The Github API enforces a rate limit of 60 requests per hour per IP address (see [#17](https://github.com/mateogianolio/issuance/issues/17)).
### Live examples
* **https://casualjavascript.com**
### Styling
* `css/structure.css` regulates the structure of the website,
* `css/typography.css` regulates the typography.