basic course content added, more TODO

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-02-22 18:07:24 -08:00
commit 76468828e3
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
94 changed files with 22022 additions and 0 deletions

14
pages-uoregon-edu.cabal Normal file
View file

@ -0,0 +1,14 @@
name: pages-uoregon-edu
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.16.*
, process
, filepath
, pandoc
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010