Giter Club home page Giter Club logo

issuance's People

Contributors

denzuko avatar mateogianolio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

issuance's Issues

How to view my blog?

Is step 3 optional?
Should't lib/globals.js be in .gitignore since it contain my token?
Also, can you add another step that tells me what to do after I pushed to gh-pages branch?

License?

Hi Mateo, which License this project uses?

"Releases" for posts and "Issues" for Q&A?

It would be cool to see a version of this that leveraged the ability to put notes in a GitHub release as the actual content for a "post", and have issues -- those created by other users at least -- moved to a separate section called Q&A, ร  la Tumblr.

Superfluous comma

Intro into love2d
in love2d, tutorial,
by egordorichev, 5/1/2017

That comma, after tutorial, is superfluous

Testing

Does this appear on the blog too?

Do we really need to create a token?

the no-scope personal access token still grants read-only access to private repos. I tested using just "x" as my token and it works just fine since github's api is read-only by default for public repos. Maybe test out some different scenarios to see if this is true. if it is, remove the token requirement from your documentation and hard-code the token to "x" as I have done.

here's my sample using "x" as the token:
https://dmidlo.github.io/blog/

  • open it up in devtools, look at elements > head > script
  • My token is assigned to the const TOKEN

Quick setup

This is a Github issue rendered as a blog post.

Setting up your own blog is pretty straightforward:

  1. Fork this repository.
  2. Create a Github personal access token with no scope.
  3. Open js/globals.js and change USERNAME to your username and TOKEN to the token you just created.

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

Example issue title

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;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.