Skip to content

wittenbrock/wittenbrock-design-two

Repository files navigation

A preview of three blog posts with the caption: 'What I'm Thinking About'.

www.wittenbrockdesign.com.

A website that features my essays, opinions, and advice on computer programming.
Built with the static site generator Gatsby.js.


Features

  • Images managed and optimized by Cloudinary
  • Suggestions for further reading at the end of each blog post
  • Progressive web application (PWA)
  • A contact form with client side validation (Formik & Yup)
  • SEO (sitemap, schema.org data, OpenGraph & Twitter tags)
  • A RSS subscription feed

Technologies

This project:

  • was built with Gatsby.js
  • is styled with the utility-first CSS framework Tailwind
  • uses CSS-in-JS with Emotion
  • uses ESLint and Prettier for formatting and linting
  • is hosted on Netlify

Installation

1. Getting started.

Clone the git repository to your computer.

git clone https://github.com/wittenbrock/wittenbrock-design-two.git

2. Installing the dependencies.

Navigate to the wittenbrock-design-two directory and install its JavaScript dependencies.

cd wittenbrock-design-two
npm install

3. Start developing.

Open the project on a development server.

npm start

Check out the site in your internet browser by going to http://localhost:8000.