Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 665 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 665 Bytes

tthew-website

This is the repo for my personal website.

Built with the web platform first on top of 11ty.

Getting Started

  1. Make a directory and navigate to it:
mkdir website
cd website
  1. Clone this Repository
git clone https://github.com/tthew/website.git 

Review eleventy.config.js and _data/metadata.js to configure the site’s options and data.

  1. Install dependencies
npm install
  1. Run Eleventy

Generate a production-ready build to the _site folder:

npx @11ty/eleventy

Or build and host on a local development server:

npx @11ty/eleventy --serve