diff --git a/README.md b/README.md index 1f303de..624d799 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
+
Path to a free self-taught education in Computer Science! @@ -87,8 +87,6 @@ just remember that you can't purchase success! # Curriculum -**Curriculum version**: `8.0.0` (see [CHANGELOG](CHANGELOG.md)) - - [Prerequisites](#prerequisites) - [Intro CS](#intro-cs) - [Core CS](#core-cs) @@ -443,7 +441,7 @@ What is next for you? The possibilities are boundless and overlapping: + Explore **borrowing and lifetimes** through [Rust](https://www.rust-lang.org/), a systems language which achieves memory- and thread-safety without a garbage collector! + Explore **dependent type systems** through [Idris](https://www.idris-lang.org/), a new Haskell-inspired language with unprecedented support for type-driven development. - + # Code of conduct [OSSU's code of conduct](https://github.com/ossu/code-of-conduct). diff --git a/_config.yml b/_config.yml index 25ad334..4089591 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,7 @@ title: Computer Science +remote_theme: "jekyll/minima" +minima: + skin: auto + nav_pages: + - FAQ.md + - HELP.md diff --git a/_includes/custom-head.html b/_includes/custom-head.html new file mode 100644 index 0000000..5081f57 --- /dev/null +++ b/_includes/custom-head.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..01b2469 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,17 @@ +