/wilon.github.io

A simple notes show page.

Primary LanguagePHP

wilon.github.io

Build Status

A simple notes show page. Fast search and copy.

show-gif

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 & :54 to your settings. And add your travis Environment Variables GH_TOKEN.
  • Next add your own notes.↓↓↓

Add Notes

  1. Write notes

    data/{SOME_NOTE}.md

  2. Add icon

    src/images/{SOME_NOTE}.png

  3. Browser Sync

Tips

You must write notes file data/{SOME_NOTE}.md like this:

### ${note title}
```${note code language}
    ${note content}
    ...
```