Cloning DerrickReimer.com
May 27, 2019 • ☕️ 1 min read
i spent some time first ripping out the i18n in gatsby-theme-dev-blog
. its not something most people will want.
i also wanted to make sure that the page location was customizable. it used to depend on src/pages
, now you can pass in an option to use some other folder. this makes the theme more reusable.
after about 3 hours of work, i was done.