Submit your theme

Typlog hosts all themes on GitHub. To list your theme in Typlog theme registry, you need to create a pull request to add your theme into registry.json file.

For example, your theme is hello, you can add it to registry.json:

{
"ueno": "typlog/ueno",
"nezu": "typlog/nezu",
"ginza": "typlog/ginza",
"meguro": "typlog/meguro",
"akasaka": "typlog/akasaka",
"...": "...",
"hello": "{github_username}/hello"
}

There are some requirements for us to accept your theme:

  1. Theme should have a responsive layout and mobile friendly styles.
  2. Theme should contain a link to Typlog.com at the foot.
  3. Theme should have valid HTML markup.
  4. Post template should have valid microformats2 classes.
Read more