Customize blog theme / css #903
Etiketter
Inga etiketter
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
Ingen milstolpe
Inget projekt
Inga tilldelade
2 Deltagare
Notiser
Förfallodatum
Inget förfallodatum satt.
Beroenden
No dependencies set.
Reference: Plume/Plume#903
Laddar…
Lägg till tabell
Hänvisa till i nytt ärende
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
before I start using my new plume blog I'd like to customize some colors. Searched documentation, but haven't found an example how to change background / text colors with custom blog css?
https://docs.joinplu.me/guide/manage-a-blog/
Would it possible to get a listing of some css attributes to change the base color schema?
Sorry, there's no listing neither examples. But documentation is here: https://docs.joinplu.me/guide/creating-themes/
Copying default theme from static directory is a good start point.
Tried with a simple theme.css in the following directories, but it's ignored as blog theme?
./css/blog-<BLOG_NAME>/theme.css
./css/<BLOG_NAME>/theme.css
./css/<BLOG_NAME>-<THEME_NAME>/theme.css
./css/blog-<THEME_NAME>/theme.css
(don't make sense because wouldn't belong to a defined blog?!)So how to name directory and file to get it work?
Can you try:
cp -r static/css/default-light static/css/myblog
static/css/myblog/theme.css
And choose the theme
myblog
in env varDEFAULT_THEME
or blog setting at/~/<BLOG_NAME>/edit
.