Files to serve to NGINX (original code contained in tait.tech repository).
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 f2c75e5717
inital commit
2 years ago
404 inital commit 2 years ago
2020 inital commit 2 years ago
2021 inital commit 2 years ago
about inital commit 2 years ago
assets inital commit 2 years ago
blog inital commit 2 years ago
book-notes inital commit 2 years ago
cheese inital commit 2 years ago
contact inital commit 2 years ago
cover-letter-vcc inital commit 2 years ago
cover-letters inital commit 2 years ago
emacspeak-tutorials inital commit 2 years ago
ideas inital commit 2 years ago
isaif inital commit 2 years ago
links inital commit 2 years ago
md inital commit 2 years ago
resume inital commit 2 years ago
scholarships/2020/cnib inital commit 2 years ago
tests inital commit 2 years ago
text inital commit 2 years ago
transcriptions inital commit 2 years ago
tutoring inital commit 2 years ago
LICENSE inital commit 2 years ago
README.md inital commit 2 years ago
feed.xml inital commit 2 years ago
index.html inital commit 2 years ago
public-key.asc inital commit 2 years ago
robots.txt inital commit 2 years ago
sitemap.xml inital commit 2 years ago
update.sh inital commit 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