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 5d4a4e5cbe
Add latex case test for mathml
3 years ago
..
2020 Fix dead link 3 years ago
2021 Fix up 3 years ago
about Update _site 3 years ago
assets Add accessibility post 3 years ago
blog remove draft article 3 years ago
contact Update _site 3 years ago
cover-letter-vcc Update _site 3 years ago
cover-letters Update _site 3 years ago
emacspeak-tutorials Add accessibility post 3 years ago
ideas Update _site 3 years ago
links Update _site 3 years ago
melody Fix dead link 3 years ago
resume Update _site 3 years ago
scholarships/2020/cnib Update _site 3 years ago
tests Add latex case test for mathml 3 years ago
tutoring Update _site 3 years ago
LICENSE Update _site static files 4 years ago
README.md Add files for blog post 3 of INTP; add .terminal CSS class. The blog post dates are a lie. 4 years ago
feed.xml Fix dead link 3 years ago
index.html Update _site 3 years ago
public-key.asc Update public key 4 years ago
robots.txt Update to rubuy 4 3 years ago
sitemap.xml Fix dead link 3 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