Lucas

Anza borrego
My favorite place in southern California.

Post with Eleventy.

Eleventy

Section Header

  1. Navigate to your website directory
cd /path/to/website/directory
  1. Make a blog post, edit your site, etc...
  2. Build your project.
npx Eleventy
  1. Stage your changes. (Add changes you made to git)
git add *
  1. Commit your changes to git.
git commit -m "description of your changes"
  1. Upload your changes to github.
git push
  1. Done! You should see your website updated.