Get started
You can duplicate an existing template on the Template page of your blog’s dashboard. You can then make changes to the template using the online editor.
Edit templates locally
You can download a ZIP file of the template’s source files from the web template editor. After downloading and unzipping the file, move the extracted files into your blog’s folder under the following subdirectory:
/Templates/
Blot will automatically build the template from the files placed in this directory. However, the new local template will not be installed on your site automatically. Instead, it will appear in the list of templates available on the web template editor, where you can select it to use on your site.
Becoming proficient
After you have browsed the developer documentation, consider duplicating a copy of one of Blot’s templates and reading its source code.
TIP: You can inspect the JSON data used to render a template if you append the query string ?debug=true
to any URL on your blog.