A simple notes show page. Fast search and copy.
Require Latest nodejs
+ npm
+ gulp
, And Ubuntu require:
sudo add-apt-repository ppa:dhor/myway
sudo apt-get update
sudo apt-get install graphicsmagick
sudo apt-get install imagemagick
git clone https://github.com/wilon/wilon.github.io.git
cd wilon.github.io
npm install
gulp server
Then open http://localhost:3000 in your browser.
- Fork this repo.
- Modify
.travis.yml :27 & :54
to your settings. And add your travis Environment VariablesGH_TOKEN
. - Next add your own notes.↓↓↓
-
Write notes
data/{SOME_NOTE}.md
-
Add icon
src/images/{SOME_NOTE}.png
-
Browser Sync
You must write notes file data/{SOME_NOTE}.md
like this:
### ${note title}
```${note code language}
${note content}
...
```