• Stars
    star
    242
  • Rank 161,168 (Top 4 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 8 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Blogging with Github Issues.

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

    issuance/index.html

    Lines 42 to 43 in 6868a93

    owner: "mateogianolio",
    repo: "issuance",
    and the issue login filter
    .filter(({ user }) => user.login === 'mateogianolio')
    to match your username/repo.
  3. Enable Github Pages in your repo settings if not already enabled.

Link to individual posts by appending ?<issue_number> to index.html.

Rate limiting

The Github API enforces a rate limit of 60 requests per hour per IP address (see #17).

Live examples

Styling

  • css/structure.css regulates the structure of the website,
  • css/typography.css regulates the typography.

More Repositories

1

ocr

Neural network OCR.
JavaScript
1,132
star
2

vectorious

Linear algebra in TypeScript.
TypeScript
911
star
3

sshync

Auto-sync files or directories over SSH.
JavaScript
751
star
4

hopfield-colors

Trains a Hopfield recurrent neural network to recognize colors and uses it to interpret images.
JavaScript
130
star
5

cryptochat

Encrypted P2P chat over ICMP.
JavaScript
80
star
6

keyword-miner

Extract a list of keywords from a website, sorted by word count.
JavaScript
50
star
7

matplotnode

C++ bindings for Node.js exposing a subset of matplotlib's functionality through the CPython API.
C++
38
star
8

waves-js

Wave-like text animation in pure JavaScript
CSS
26
star
9

cdefs

Describe C function prototypes in JSON.
C
24
star
10

scrabbler

Efficiently generates all valid english words from a given combination of letters and scores them according to scrabble rules
JavaScript
23
star
11

griderator

node.js grid generator
JavaScript
20
star
12

wordnet-visualization

A visualisation of the Princeton WordNet database
JavaScript
15
star
13

domp

Web scraping, crawling and DOM tree manipulation for Node.js.
JavaScript
14
star
14

walk-js

walk traversal
JavaScript
9
star
15

pixels

Image processing library
JavaScript
7
star
16

rexer

Generate matching strings from regular expressions.
JavaScript
6
star
17

blockman

Block-based array manipulation.
JavaScript
5
star
18

benchmaster

Benchmark.js wrapper for quick Node.js benchmarking.
JavaScript
5
star
19

concept-extractor

A method of comparing a website's content with a specified concept.
JavaScript
5
star
20

neuroviz

Visualize neural networks with matrix heatmaps
HTML
4
star