Closed jftuga closed 2 months ago
You don't need to recompile.
Tunalog generates data/themes/default
during setup for direct editing.
After making changes, clear your browser cache to see them, or restart Tunalog if changes don't take effect.
This may no longer be relevant, but:
If you changed the default theme and recompiled, you must manually remove /data/themes/default
.
Tunalog doesn’t override existing themes by default to protect user-edited themes.
If you prefer not to edit the theme files, you can add <style>
tags in Appearance > Injected Code.
This fixed my issue. Thank you.
I want to make my blog wider.
I tried editing the global
Content Width
towide
and then edited./system/themes/default/assets/style.css
:I recompiled and reran the binary, but the width still seems to be the same. IIRC, the original width was
810px
. What else do I need to change?Thanks.