+ <p>After installing the plugin from <a class="tc-tiddlylink-external" href="https://tiddlyjam.com/wiki" rel="noopener noreferrer" target="_blank">https://tiddlyjam.com/wiki</a>, you can get started on customizing your website. Keep in mind that you will have to export to see the changes. </p><h2 class="">Publishing blogs</h2><ul><li>Just tag any tiddler as <code>blog</code> and it will become visible under the 'Blog' tab in the <code>TiddlyJam Dashboard</code>.</li><li>The tiddlers tagged 'blog' will be exported using the default 'blog' content template.</li><li>To publish the blog, click on its publish button. <ul><li>After you publish any blog, it will become visible the next time you build your website.</li></ul></li></ul><h2 class="">Publishing pages</h2><ul><li>Just tag any tiddler as <code>$:/plugins/adithyab/tiddlyjam/page</code> and it will become visible under the 'Pages' tab in the <code>TiddlyJam Dashboard</code>.</li><li>The 'page' tag doesnt have a content template, so it will need some custom html work to get working properly.<ul><li>See the <code>index</code> tiddler for reference on how a page is built.</li></ul></li><li>To publish the page, click on its publish button. <ul><li>After you publish any page, it will become visible the next time you build your website.</li></ul></li><li><strong>Request for comment</strong>: Should I change the tag for pages from <code>$:/plugins/adithyab/tiddlyjam/page</code> to <code>page</code>? Comments here: <a class="tc-tiddlylink-external" href="https://github.com/adithya-badidey/tiddlyjam/discussions" rel="noopener noreferrer" target="_blank">https://github.com/adithya-badidey/tiddlyjam/discussions</a></li></ul><h2 class="">Customizing the theme</h2><p>TiddlyJam uses the pure CSS library <a class="tc-tiddlylink-external" href="https://bulma.io/" rel="noopener noreferrer" target="_blank">Bulma</a> by default. The simplest way to customize the look and feel of your website is to download the css/sass from the Bulma website and customize it. Once you're done customizing, replace the <code>tiddlyjam.min.css</code> tiddler with your version.</p><p>Additionally, any css files that are tagged <code>$:/plugins/adithyab/tiddlyjam/css</code> will be automatically exported and linked in the header of the exported static html.</p>
0 commit comments