A simple starter repository built with Jekyll static site generator, adapted from the Sustain theme.
To begin experimenting with it, use the button below to copy the repository to your GitHub account and deploy it to Netlify:
Good question. Here's what it will do...
- Netlify will clone the Git repository of this project into your Github or GitLab account. It will be asking for permission to add the repo for you.
- We'll create a new site for you in Netlify, and configure it to use your shiny new repo. Right away you'll be able to deploy changes by pushing changes to your repo.
- That's it really.
Try:
- editing values in
_config.yml
- creating a new blog post like the others in
_posts/
- changing or adding projects in
_data/projects.json
- customizing the visual style in
static/css/main.css
For more extensive changes, you may want to clone your repository and serve the site locally.