Skip to content

wilon/wilon.github.io

 
 

Repository files navigation

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}
    ...
```

About

A simple notes show page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 43.6%
  • HTML 34.8%
  • JavaScript 16.3%
  • CSS 3.0%
  • Vim Script 1.2%
  • Shell 1.1%