문제

I am currently making a custom theme, but I ran into an issue. How does one create custom options for Ghost blog users to change the color of certain elements on the page? For a broad general question: How does one make custom options in the first place? For now, the default options on a typical Ghost theme is changing the logo and banner image.

도움이 되었습니까?

해결책

Unfortunately Ghost is currently not supporting many customization features. That may be solved in the next release(0.5.*) when the plugin API comes in. Right now you can write your your style sheets in some prepossessing language like SASS and put all your customizations into a variables.sass file and ask your users to customize that file and compile it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top