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.
|
11 months ago | |
---|---|---|
.sass-cache/084094f6ba4d002e33353f27b81e2b5ee4e0ba28 | 3 years ago | |
_bibliography | 2 years ago | |
_book_notes | 2 years ago | |
_data | 11 months ago | |
_emacspeak_tutorials | 2 years ago | |
_includes | 2 years ago | |
_layouts | 2 years ago | |
_posts | 2 years ago | |
_sass | 2 years ago | |
about | 3 years ago | |
assets | 1 year ago | |
blind-linux-configs | 2 years ago | |
blog | 2 years ago | |
book-notes | 2 years ago | |
cheese | 2 years ago | |
contact | 3 years ago | |
cover-letter-vcc | 3 years ago | |
cover-letters | 3 years ago | |
emacspeak-tutorials | 2 years ago | |
examples | 2 years ago | |
ideas | 1 year ago | |
licenses | 2 years ago | |
links | 3 years ago | |
md | 2 years ago | |
resume | 2 years ago | |
scholarships/2020/cnib | 3 years ago | |
tests | 2 years ago | |
text | 2 years ago | |
tutoring | 3 years ago | |
.gitignore | 2 years ago | |
.jekyll-metadata | 2 years ago | |
404.html | 2 years ago | |
Gemfile | 2 years ago | |
Gemfile.lock | 2 years ago | |
README.md | 2 years ago | |
_config.yml | 2 years ago | |
index.html | 2 years ago | |
isaif.md | 2 years ago | |
public-key.asc | 3 years ago | |
update.sh | 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
License
The license for all the code in the website (not including _site) is the AGPLv3. The license for all content of the website (in _site) is available under CC-BY-SA 4.0.