There is a "blank theme"?

Hi!
I would like a find an “blank theme” to beginning coding without stuffs that I don’t need.
Any idea? :face_with_monocle:
Thanks!

did you read the theme tutorial in the official docs ?
I think the devtools new-theme is a good approach - from there it should also be quite straightforward to add parts from existing themes that you like.

1 Like

@JulesVlt, Using the DevTools plugin you can create a very minimalistic theme that only has the bare necessities:

  • Change directory to root of Grav installation
  • Install the devtools plugin: $ bin/gpm install devtools
  • Create new theme: $ bin/plugin devtools newtheme
    • Select [pure-blank ] Basic Theme using Pure.css
  • In /user/config/system.yaml set your new theme:
     pages:
        theme: my-new-theme
    
1 Like