cmneal26 / Tech-Writing-Project

Class repository
2 stars 1 forks source link

Add 11ty boilerplate from official 11ty starter project #15

Closed twalker closed 2 years ago

twalker commented 2 years ago

This adds the 11ty starter project to the repository.

It allows us to run the site on our machines, and to push updates to GitHub when we're ready.

Here is what the starter project looks like: https://twalker.github.io/Tech-Writing-Project/

I had issues automatically building the site, but it does automatically deploy the site. That's probably terribly cryptic, but I can explain when we meet. If this approach is too cumbersome, I can create another pull request with a simpler approach using Jekyll.

In the meantime, feel free to read my notes on "How to work on the site on your machine" the README.md file.

Related Issues

twalker commented 2 years ago

@cmneal26 ,

Looks great and runs locally.

Fantastic, I'm glad you were able to get everything installed and running. Getting started wih Node, git, and a new editor all at once is intense. Thank you for being game to try out a more elaborate setup--it'll give us a lot of flexibility in the upcoming projects.