🔗 makesite
Create your own custom Static Site Generator (like Jekyll or Hugo) by cloning and fulfilling the requirements in this repo!
📚 Table of Contents
- Project Structure
- Getting Started
- Deliverables
- Resources
Project Structure
📂 makesite
├── README.md
├── first-post.txt
├── latest-post.txt
├── makesite.go
└── template.tmpl
Getting Started
- Visit github.com/new and create a new repository named
makesite
. - Run each command line-by-line in your terminal to set up the project:
$ git clone git@github.com:Tech-at-DU/makesite.git
$ cd makesite
$ git remote rm origin
$ git remote add origin git@github.com:YOUR_GITHUB_USERNAME/makesite.git
Deliverables
For each task:
- Complete each task in the order they appear.
- Use GitHub Task List syntax to update the task list.
MVP
Complete the MVP as If you finish early, move on to the stretch challenges.
If you get stuck on any step, be sure to print the output to stdout
!
v1.0 Requirements
v1.0 Stretch Challenges
v1.1
v1.1 Requirements
v1.1 Stretch Challenges
v1.2
v1.2 Requirements
Resources
Lesson Plans
Example Code