Skip to content

TylerHext/tylerhext.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

120 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tylerhext.com

Personal website built with 11ty (Eleventy).

Quick Start

# Install dependencies
npm install

# Build site
npm run build

# Serve locally with live reload
npm run serve

# Clean build directory
npm run clean

Adding Content

Update an existing post

  1. Edit the post in src/posts/
  2. Add new content (photos, text)
  3. Update the updated date in frontmatter
  4. Build and deploy

Add a new post

  1. Create src/posts/your-post-name.md
  2. Add frontmatter and content
  3. Place images in src/assets/images/
  4. Build and deploy

See CLAUDE.md for detailed documentation.

Deployment

The site deploys automatically via GitHub Pages from the docs/ directory on the master branch.

npm run build
git add .
git commit -m "Update site"
git push origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors