This portfolio website is created with Gatsby. The light or dark theme is not trigerable. It's based on your browser's current theme.
-
Install the Gatsby CLI
npm install -g gatsby-cli
-
Create a new Gatsby site with the Portfolio Minimal Starter.
gatsby new portfolio-minimal https://github.com/konstantinmuenster/gatsby-starter-portfolio-minimal-theme
-
Once installed, you can begin developing your site.
cd portfolio-minimal gatsby develop
-
By default, the Portfolio Minimal Starter has a
content
directory at the root of your Gatsby site. There, you can edit the theme settings as well as add content for your sections. To learn more about it, have a look at the Readme of Portfolio Minimal.