Skip to content
/ website Public

My Personal Website. Built with 11ty ๐Ÿ’… ๐ŸŒŒ

License

Notifications You must be signed in to change notification settings

tthew/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

My Personal Website. Built with 11ty ๐Ÿ’… ๐ŸŒŒ

Resources

License

Stars

Watchers

Forks