Skip to content

dartmouth-cs98/dartmouth-cs98.github.io

Repository files navigation

dartmouth-cs98.github.io

Netlify Status

Source for the website for Dartmouth CS98. Updated periodically. Now includes slides and notes. Contribute at your leisure.

NOTE: assignments tend to change without notice, so if you are taking the class please refer to canvas / the published site at cs52.me.


Built with: Jekyll, GitHub Pages, and Remarkjs

Local installation

gem install bundle

bundle install

bundle exec jekyll serve

or

bundle exec jekyll liveserve for live reloading

Slide Integration

uses remarkjs for building slides - if you use the

<div class="slide" markdown="0">

# Title

---

# Agenda

1. Introduction
2. Deep-dive
3. ...

---

# Introduction

this is an intro

---
</div>

By default the slide content will also be shown in converted markdown on the page. If you prefer to have slide only content add a hidden class.

About

Dartmouth CS98 Senior Design and Implementation Project Course Site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published