@frontity/mars-theme
) we are instead going to develop a custom theme from scratch. To do this we need to create a new package for our theme's code. As it's our first ever theme let's call our theme "my-first-theme".NOTE: Before continuing you may need to stop the dev server process that we ran previously with CONTROL+C.
theme
, so you can just press Enter at this point./packages/my-first-theme
. This is where we will be doing most of our work to build the theme.@frontity/mars-theme
from our settings and replace it with my-first-theme
.frontity.settings.js
: