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:
- Theme should have a responsive layout and mobile friendly styles.
- Theme should contain a link to Typlog.com at the foot.
- Theme should have valid HTML markup.
- Post template should have valid microformats2 classes.