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 c055e94b85
add all files
2 years ago
2020 add all files 2 years ago
2021 add all files 2 years ago
about add all files 2 years ago
assets add all files 2 years ago
blog add all files 2 years ago
book-notes add all files 2 years ago
contact add all files 2 years ago
cover-letter-vcc add all files 2 years ago
cover-letters add all files 2 years ago
emacspeak-tutorials add all files 2 years ago
ideas add all files 2 years ago
isaif add all files 2 years ago
links add all files 2 years ago
md add all files 2 years ago
resume add all files 2 years ago
scholarships/2020/cnib add all files 2 years ago
tests add all files 2 years ago
text add all files 2 years ago
tutoring add all files 2 years ago
LICENSE add all files 2 years ago
README.md add all files 2 years ago
feed.xml add all files 2 years ago
index.html add all files 2 years ago
public-key.asc add all files 2 years ago
robots.txt add all files 2 years ago
sitemap.xml add all files 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