Gitblog is a tool for programmers to post articles to github pages easily.
Functions:
- Switch between different user pages (orgs or other's user page)
- Add, edit and delete articles
- Upload images by paste or drag
- Swtich aritcle between
published
anddraft
Todo:
(#1)
-
Make sure nodejs and npm is installed.
-
Run
npm install bower install
-
Install Github-pages
sudo gem install github-pages
-
Make sure the following line is in your
/etc/hosts
file127.0.0.1 www.gitblog.io
-
Open a terminal, run
npm start
-
Open another terminal, run
sudo jekyll serve -w -P 80
-
Now you can have fun at
www.gitblog.io
-
Before you send a PR, make sure build the project first.
npm run build