wilon.github.io
wilon.github.io copied to clipboard
A simple notes show page.
wilon.github.io
A simple notes show page. Fast search and copy.

Require
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
Development
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.
Build your own github.io webpage notes
- Fork this repo.
- Modify
.travis.yml :27 & :54to your settings. And add your travis Environment VariablesGH_TOKEN. - Next add your own notes.↓↓↓
Add Notes
-
Write notes
data/{SOME_NOTE}.md -
Add icon
src/images/{SOME_NOTE}.png -
Browser Sync
Tips
You must write notes file data/{SOME_NOTE}.md like this:
### ${note title}
```${note code language}
${note content}
...
```