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 29e24a0588
A bunch of changes
6 months ago
.sass-cache/084094f6ba4d002e33353f27b81e2b5ee4e0ba28 Add curiosity post; update _site static files 4 years ago
_bibliography melodys stuff 3 years ago
_book_notes A bunch of changes 6 months ago
_data A bunch of changes 6 months ago
_drafts A bunch of changes 6 months ago
_emacspeak_tutorials Add language and library info 3 years ago
_includes A bunch of changes 6 months ago
_layouts yay! 2 years ago
_posts A bunch of changes 6 months ago
_sass update transcription css 2 years ago
about Add curiosity post; update _site static files 4 years ago
assets A bunch of changes 6 months ago
blind-linux-configs Add new pages 2 years ago
blog Decruft CSS 3 years ago
book-notes melodys stuff 3 years ago
cheese Add new pages 2 years ago
contact Gunicorn post 4 years ago
cover-letter-vcc Add cover letter for VCC; resume page 4 years ago
cover-letters Add proton cover letter 3 years ago
dice A bunch of changes 6 months ago
emacspeak-tutorials Less ambition 3 years ago
examples Add new pages 2 years ago
ideas merge 1 year ago
licenses merge 1 year ago
links Use lists in links lists instead of plain spans 4 years ago
md Add version information 9 months ago
resume A bunch of changes 6 months ago
scholarships/2020/cnib Fix spelling; pharsing 4 years ago
tests Add latex case test for mathml 3 years ago
text melodys stuff 3 years ago
tutoring Update _site static files 4 years ago
.gitignore add _site to gitignore" 2 years ago
404.html update pages 2 years ago
Gemfile not sure 2 years ago
Gemfile.lock merge 1 year ago
README.md Update licenses 2 years ago
_config.yml not sure what I changed 2 years ago
index.html A bunch of changes 6 months ago
isaif.md remove incorrect footnotes 2 years ago
public-key.asc Update public key 4 years ago
update.sh add update script; remove _site 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.