How to use this theme.
- You need a copy of
deno
, available at deno.land.
- Clone this repository locally.
rm -rf .git
to remove the version control
history if you want to.
- Edit your
_data/site.yml
and _config.ts
to add your name, description,
any links.
- OPTIONAL If you want to host with GitHub Pages with your own domain name,
follow these
instructions
and add a
CNAME
file to this repository.
git init && git add . && git commit -m "init: blog"
to reinitialise version
control for this repository.
- Run
deno task serve
to preview your blog. Add posts to posts/
. When
you're happy with it, commit and push and the GitHub Action takes care of the
rest.