- Notifications
You must be signed in to change notification settings - Fork15
gitpress makes your blogging easier
75team/gitpress
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Git Press + is a light weight tool to create the web site of your github project on easist way.
You can build your own site just follow three steps:
If you don't have a README.md (or README.markdown) file on your project, create one.
Create a configure file named gitpress.json on your project.
touch gitpress.json & echo '{}' > gitpress.jsongit add gitpress.jsongit commit -a -m 'add gitpress configure' & git push origin master
visit your site withhttp://<repo>.<user>.gitpress.org
When you push your files to your project, the new updates will effected in 2 or 3 minutes.
If you want to run gitpress server on your own webserver, it is still so easy:
sudo npm install gitpresssudo gitpress your_username/your_repo
Then visit:http://localhost:8361
MIT
About
gitpress makes your blogging easier
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.