A homemade GatsbyJS theme for my personal blog and website.
The “www.chrisvogt.me” repository contains the personal website and blog of Chris Vogt. The front-end code is located in the theme directory, while the blog articles are stored in the website directory. The development environment utilizes Yarn workspaces to separate the theme code from the content. The website can be previewed locally using localhost. The local development environment uses HTTPS and SSL, and self-signed certificates can be generated using mkcert. The production build of the website is output to the “public” directory within the website.
To install the website and blog theme, follow these steps:
To enable HTTPS and SSL in the local development environment, follow these steps:
To build the production website, run the provided command. The production build will be output to the “/public” directory within the website.
The “www.chrisvogt.me” repository contains the personal website and blog of Chris Vogt. It utilizes Yarn workspaces to separate the theme code from the content. The local development environment supports HTTPS and SSL, with self-signed certificates generated using mkcert. The production build of the website is output to the “public” directory within the website. The website and blog theme can be installed and previewed locally using localhost.