Skip to content

Instantly share code, notes, and snippets.

@narutaro
Last active December 27, 2015 22:15
Show Gist options
  • Save narutaro/3205b6008782df4c66f4 to your computer and use it in GitHub Desktop.
Save narutaro/3205b6008782df4c66f4 to your computer and use it in GitHub Desktop.
Welcome to Gistlog

#Welcome to Gistlog

##What is Gistlog? Gistlog makes your gist snippets readable like a blog. This page is the live sample of Gistlog. All the contents here come form your gist.

##Intallation This repositry consists of html, css and js so just clone this repogitry to any web server. I recommend to use github pages. Just push to your repositry as <your_name>.github.io

git clone https://github.com/narutaro/narutaro.github.io.git

##Configuration

Gist acccount

Specify your github account name in config.js file. Your public gist will be organized as this sample page. The only gists which are written in markdown and single file gist will be show up.

Default page

Specify your default gist id in config.js file. It will be the top page of the site.

About me

The image and profile description comes from your github's profile. Gistlog uses "location" field in github profile page as profile description - see right top of this page.

##Share your gist with a gist id When you want to share one of your gistlog article, you can do so by the gist id in a query string.

http://narutaro.github.io/?=3205b6008782df4c66f4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment