Customizing GoBlog while in containers #55
Unanswered
StarrWulfe
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I'm thinking about a good way to add custom CSS. It's on my todo list. Until then the best way is probably to create a fork, modify the original SCSS, compile it using |
Beta Was this translation helpful? Give feedback.
1 reply
-
Update: There's a new plugin for custom CSS. I hope that is a first helpful step. Feel free to share your thoughts! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone, I've decided to make a go at using GoBlog (pun definitely intended 😉)
I've gotten some help with getting started from @kandr3s but he also noted his instance is installed on bare metal and isn't dockerized.
I'd like to hack away on the layout and css set up just to add a different font and move menus around in the template as well as figure out some of the plug in functionality. However the instructions in docs.goblog.app are geared towards those installing directly.
Should I just mount
/original-assets/styles
and go about it that way or is there some other possibility by way of using the already mounted/static
that can be done on the fly?Beta Was this translation helpful? Give feedback.
All reactions