Skip to content

Ryann10/TIL

Repository files navigation

Today I Learned

Commit what I learned today with the following rules. referred by thoughtbot til

Basic rules

  • Create document with GFM (Github Flavored Markdown). (extension .md)
  • Folder name should be related with technology or programming language. (Should not create document in root)
  • Use only english name when create a new document.

Use in local

Use gollum, pow and anvil.

Install gollum

#Prerequisite
$ [sudo] brew install icu4c

$ [sudo] gem install gollum

Install & Uninstall pow

#Install
$ curl get.pow.cx | sh

#Uninstall
$ curl get.pow.cx/uninstall.sh | sh

How to run

$ cd path/to/this_local_repo
$ gollum
$ cd ~/.pow
$ ln -s path/to/this_local_repo til.wiki

Access http://til.wiki.dev/ in browser.

Install Anvil

pow GUI management tool http://anvilformac.com/

Releases

No releases published

Packages

No packages published

Languages