diff --git a/docs/customizing-your-tiddlyjam-website.html b/docs/customizing-your-tiddlyjam-website.html index 4cf3fef..baf41c8 100644 --- a/docs/customizing-your-tiddlyjam-website.html +++ b/docs/customizing-your-tiddlyjam-website.html @@ -71,7 +71,7 @@

Customizing your TiddlyJam Website

17th April, 2021
-

After installing the plugin from https://tiddlyjam.com/wiki, you can get started on customizing your website. Keep in mind that you will have to export to see the changes.

Publishing blogs

Publishing pages

Customizing the theme

TiddlyJam uses the pure CSS library Bulma 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 tiddlyjam.min.css tiddler with your version.

+

After installing the plugin from https://tiddlyjam.com/wiki, you can get started on customizing your website. Keep in mind that you will have to export to see the changes.

Publishing blogs

Publishing pages

Customizing the theme

TiddlyJam uses the pure CSS library Bulma 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 tiddlyjam.min.css tiddler with your version.

Additionally, any css files that are tagged $:/plugins/adithyab/tiddlyjam/css will be automatically exported and linked in the header of the exported static html.


diff --git a/docs/wiki.html b/docs/wiki.html index 2d9a886..c29a360 100644 --- a/docs/wiki.html +++ b/docs/wiki.html @@ -11878,7 +11878,7 @@ } } -
+
After installing the plugin from https://tiddlyjam.com/wiki, you can get started on customizing your website. Keep in mind that you will have to export to see the changes. 
 
 !! Publishing blogs
@@ -11896,7 +11896,9 @@
 *''Request for comment'': Should I change the tag for pages from `$:/plugins/adithyab/tiddlyjam/page` to `page`? Comments here: https://github.com/adithya-badidey/tiddlyjam/discussions
 
 !! Customizing the theme
-TiddlyJam uses the pure CSS library [[Bulma|https://bulma.io/]] 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 `tiddlyjam.min.css` tiddler with your version.
+TiddlyJam uses the pure CSS library [[Bulma|https://bulma.io/]] 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 `tiddlyjam.min.css` tiddler with your version. + +Additionally, any css files that are tagged `$:/plugins/adithyab/tiddlyjam/css` will be automatically exported and linked in the header of the exported static html.
TiddlyJam is designed to make it easy to export a simple blog from TW5 while providing the tools to make very complex websites.
diff --git a/tiddlers/Customizing your TiddlyJam Website.tid b/tiddlers/Customizing your TiddlyJam Website.tid
index 08ca6ad..3019815 100644
--- a/tiddlers/Customizing your TiddlyJam Website.tid	
+++ b/tiddlers/Customizing your TiddlyJam Website.tid	
@@ -1,5 +1,5 @@
 created: 20210417175858434
-modified: 20210417212130825
+modified: 20210418021337647
 published: 20210417212130813
 tags: blog howto $:/plugins/adithyab/tiddlyjam/live
 title: Customizing your TiddlyJam Website
@@ -22,4 +22,6 @@ After installing the plugin from https://tiddlyjam.com/wiki, you can get started
 *''Request for comment'': Should I change the tag for pages from `$:/plugins/adithyab/tiddlyjam/page` to `page`? Comments here: https://github.com/adithya-badidey/tiddlyjam/discussions
 
 !! Customizing the theme
-TiddlyJam uses the pure CSS library [[Bulma|https://bulma.io/]] 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 `tiddlyjam.min.css` tiddler with your version.
\ No newline at end of file
+TiddlyJam uses the pure CSS library [[Bulma|https://bulma.io/]] 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 `tiddlyjam.min.css` tiddler with your version.
+
+Additionally, any css files that are tagged `$:/plugins/adithyab/tiddlyjam/css` will be automatically exported and linked in the header of the exported static html.
\ No newline at end of file