You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
2020 | 2 years ago | |
2021 | 2 years ago | |
about | 2 years ago | |
assets | 2 years ago | |
blog | 2 years ago | |
book-notes | 2 years ago | |
contact | 2 years ago | |
cover-letter-vcc | 2 years ago | |
cover-letters | 2 years ago | |
emacspeak-tutorials | 2 years ago | |
ideas | 2 years ago | |
isaif | 2 years ago | |
links | 2 years ago | |
md | 2 years ago | |
resume | 2 years ago | |
scholarships/2020/cnib | 2 years ago | |
tests | 2 years ago | |
text | 2 years ago | |
tutoring | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
feed.xml | 2 years ago | |
index.html | 2 years ago | |
public-key.asc | 2 years ago | |
robots.txt | 2 years ago | |
sitemap.xml | 2 years ago |
README.md
tait.tech
The uncompiled version of my website. Compiled files in _site
To compile
To compile the files, simply use the bundle Ruby gem.
bundle exec jekyll build
to compile once. If you decide you want to actually have changes appear instantly, use the following
bundle exec jekyll watch
To run a local web server to view the changes on:
bundle exec jekyll server -w
This will watch for the latest changes, compile them, and make them available on localhost:4000