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.
Tait Hoyem 668fb922a8
Add toc
2 years ago
..
2020 Update _site static files 3 years ago
2021 Update _site static files 3 years ago
about Update _site static files 3 years ago
assets not sure what I changed 2 years ago
blog Update _site static files 3 years ago
book-notes not sure what I changed 2 years ago
contact Update _site static files 3 years ago
cover-letter-vcc Update _site static files 3 years ago
cover-letters Update _site static files 3 years ago
emacspeak-tutorials Update _site static files 3 years ago
ideas Add toc 2 years ago
isaif Update _site static files 3 years ago
links Update _site static files 3 years ago
md Update _site static files 3 years ago
melody Update _site static files 3 years ago
resume not sure what I changed 2 years ago
scholarships/2020/cnib Update _site static files 3 years ago
tests Update _site static files 3 years ago
text Update _site static files 3 years ago
transcriptions not sure what I changed 2 years ago
tutoring Update _site static files 3 years ago
LICENSE Update _site static files 3 years ago
README.md Update _site static files 3 years ago
feed.xml not sure what I changed 2 years ago
index.html not sure what I changed 2 years ago
public-key.asc Update _site static files 3 years ago
robots.txt Update _site static files 3 years ago
sitemap.xml not sure what I changed 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