mblode / grav-theme-medium

Grav Medium Theme
MIT License
28 stars 11 forks source link

Custom theme based on medium theme? #16

Closed ghost closed 6 years ago

ghost commented 6 years ago

No issues, but a question...

What will happen to the changes in 'src' if I update the theme later? Will they be gone even if I use separate scss/css ? Or, is there a way to use 'medium' theme as base theme for custom theme?

Thank You!

mblode commented 6 years ago

You should be able to update the 'src' folder and all of the sass/scss files within that folder. Then you can use gulp to compile and minify the code which should spit the CSS and minified js out into the 'dist' folder. The base layout page is just looking for the CSS file within the 'dist' folder. Let me know if you need any more help/clarification 😄