Skip to content

linxiaojing/hubpress.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubpress.io

HubPress is tool to build static blog with Asciidoc content (thanks to @asciidoctor).

HubPress is actually in preview, if you find some bugs come to see us.

A complete documentation will come here soon.

To test HubPress, fork this repository and update the config.json file :

{
  "meta": {
    "username": "put your username here",
    "repositoryName": "put your repository name here",
    "branch": "master"
    },
    "theme": {
      "name": "Casper"
    }
  }

If you don’t use the domain <username>.github.io, you must set branch to gh-pages.

For the blog HubPress, same configuration file is :

  {
    "meta": {
      "username": "hubpress",
      "repositoryName": "blog.hubpress.io",
      "branch": "gh-pages"
      },
      "theme": {
        "name": "Casper"
      }
    }

About

A web application to build your blog on GitHub

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 79.7%
  • Handlebars 14.2%
  • JavaScript 5.2%
  • Other 0.9%