You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started with an almost completely empty theme and have been building up the templates and template parts in the Site Editor.
Now I need to be able to save the intermediary stages of the theme development.
I don't want to save the files as template and template part .html files since these would be automatically loaded as part of the theme. Is this a silly idea?
Alternatives:
Deliver the minimal part of thisis as a new theme called minimal. Similar to emptytheme but even less.
Store the exported templates and template parts as .htm files
As 2. but provide a mechanism to load them as patterns.
Store the exported templates and template parts as .html files anyway
Consideration
I'm already storing screenshots which make the theme rather large
The text was updated successfully, but these errors were encountered:
Actually, it's a good idea to store the latest version of the templates and template parts in the theme's folders since I'm going to need them when I move the site to live.
My latest ideas are:
If you really want the minimal theme checkout version 0.0.0 or 0.1.0. There are styling problems if experimental-theme.json is empty.
Discarded / abandoned templates and template parts can be saved as .htm files.
For bobbingwide/oik-patterns#4 I've moved the .htm files to the patterns directory and renamed them to .html. Some of them are OK. But most should be trashed and replaced with more appropriate patterns.
These can be extracted from existing content. Examples being:
I started with an almost completely empty theme and have been building up the templates and template parts in the Site Editor.
Now I need to be able to save the intermediary stages of the theme development.
I don't want to save the files as template and template part
.html
files since these would be automatically loaded as part of the theme. Is this a silly idea?Alternatives:
.htm
files.html
files anywayConsideration
The text was updated successfully, but these errors were encountered: