mateogianolio / issuance

Blogging with Github Issues.

Home Page:https://mateogianolio.github.io/issuance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example issue title

mateogianolio opened this issue · comments

Example issue body, rendered with marked.

  1. List item
  2. List item
  3. List item
Code block
{
  const a = 2;
  const b = 2;
  return a * b;
}

Is it possible to add comments (use API) on top page without jumping to github internal page?

Yes, if you add user authentication, either via username/password login form or webflow, anything is possible :)

Nice project mate!! Really liked it.

Thanks! I appreciate it :)

Great idea @mateogianolio .. I was thinking of a way to make a github powered blog without exposing users to terminal & code and here it is.

I'm glad you like it.

Great idea ! A nice way to use github as a cms ! 😁

Hello! I would like to work on this issue , could you suggest me where to start?