Skip to content

Commit

Permalink
jekyll build from Action a4cb827
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoeders committed Sep 11, 2024
0 parents commit 24451f5
Show file tree
Hide file tree
Showing 123 changed files with 6,354 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
serve: install
bundle exec jekyll serve --livereload

install:
bundle install

build: install
bundle exec jekyll build

check_links: build
bundle exec htmlproofer --ignore_missing_alt true --ignore_empty_alt true --ignore_status_code "0,403" ./_site

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## BYU CCL website

This is the website for the BYU Configurable Computing Lab.

This website is created using [Jekyll](https://jekyllrb.com/).

Committing to this repo will automatically update the CCL website. See the [How To Wiki page](https://github.com/byuccl/byuccl.github.io/wiki/How-To-Make-CCL-Website-Changes)
Binary file added assets/ashcraft_fpt18.pdf
Binary file not shown.
Binary file added assets/ashcraft_fpt19.pdf
Binary file not shown.
Binary file added assets/bohman_tns18.pdf
Binary file not shown.
Binary file added assets/cahill_trets21.pdf
Binary file not shown.
Binary file added assets/coast_tns20.pdf
Binary file not shown.
Binary file added assets/cook_fpt22.pdf
Binary file not shown.
Binary file added assets/cook_trets22.pdf
Binary file not shown.
Binary file added assets/gaskin_fpl20.pdf
Binary file not shown.
Binary file added assets/goeders_fccm17.pdf
Binary file not shown.
Binary file added assets/hastings_ivsw18.pdf
Binary file not shown.
Binary file added assets/jamal_trets20.pdf
Binary file not shown.
Binary file added assets/james_tns21.pdf
Binary file not shown.
Binary file added assets/mckendrick_fpt22.pdf
Binary file not shown.
Binary file added assets/mckendrick_fpt23.pdf
Binary file not shown.
Binary file added assets/pynq_fccm18.pdf
Binary file not shown.
Binary file added assets/stirk_reconfig19.pdf
Binary file not shown.
Binary file added assets/stirk_tns23.pdf
Binary file not shown.
Binary file added assets/xbert_fccm21.pdf
Binary file not shown.
Loading

0 comments on commit 24451f5

Please sign in to comment.