Skip to content

Commit

Permalink
Begin transition to new name and domain
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Dec 2, 2019
1 parent b0d857f commit d4412ea
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 14 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
missing.csail.mit.edu
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Hacker Tools
# The Missing Semester of Your CS Education

Website for the [Hacker Tools](https://hacker-tools.github.io/) class!
Website for the [The Missing Semester of Your CS Education](https://missing.csail.mit.edu/) class!

(formerly known as [Hacker Tools](https://hacker-tools.github.io/))

Contributions are most welcome! If you have edits or new content to add, please
open an issue or submit a pull request.
Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup
title: 'hacker tools'
url: https://hacker-tools.github.io
title: 'the missing semester of your cs education'
url: https://missing.csail.mit.edu

# Settings
markdown: kramdown
Expand All @@ -13,7 +13,7 @@ future: true
# safe: true # breaks local rendering if enabled
timezone: America/New_York
analytics:
tracking_id: UA-53167467-10
tracking_id: UA-53167467-11

# Excludes
exclude:
Expand Down
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="nav-bg">
<nav id="top-nav">
<a href="/" id="logo">./hacker-tools</a>
<a href="/" id="logo">./missing-semester</a>
<input type="checkbox" id="menu-icon">
<label class="menu-label" for="menu-icon"></label>
<div class="trigger">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/lecture.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ <h1 class="title">{{ page.title }}{% if page.subtitle %} <span class="subtitle">
<hr>

<div class="small center">
<p><a href="https://github.com/hacker-tools/hacker-tools.github.io/blob/master/{{ page.path }}">Edit this page</a>.</p>
<p><a href="https://github.com/missing-semester/missing-semester/blob/master/{{ page.path }}">Edit this page</a>.</p>
</div>
10 changes: 5 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
layout: page
title: Hacker Tools
title: The Missing Semester of Your CS Education
---

**Note: this site is under construction for the 2020 offering of this IAP class.**

Learn to make the most of the tools that
[hackers](https://en.wikipedia.org/wiki/Hacker_culture) have been using for
decades.
Expand All @@ -29,9 +31,8 @@ Click on specific topics below to see lecture videos and lecture notes.

## About the class

**Lectures**: Hacker Tools has concluded for IAP 2019.
**Staff**: This class is co-taught by [Anish](https://www.anishathalye.com/), [Jon](https://thesquareplanet.com/), and [Jose](http://josejg.com/).
**Questions**: Email us at [hacker-tools@mit.edu](mailto:hacker-tools@mit.edu) or post on [r/hackertools](https://www.reddit.com/r/hackertools/)
**Questions**: Email us at [missing-semester@mit.edu](mailto:missing-semester@mit.edu).

## Beyond MIT

Expand All @@ -50,6 +51,5 @@ benefit from these resources. You can find posts and discussion on
---

<div class="small center">
<p>Taught as part of <a href="https://sipb.mit.edu/iap/">SIPB IAP 2019</a>. Co-sponsored by <a href="https://sipb.mit.edu/">SIPB</a> and <a href="https://www.eecs.mit.edu/">MIT EECS</a>.</p>
<p><a href="https://github.com/hacker-tools/hacker-tools.github.io">Source code</a>.</p>
<p><a href="https://github.com/missing-semester/missing-semester">Source code</a>.</p>
</div>
4 changes: 2 additions & 2 deletions web.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ For example the following script enables vim-like navigation using the J and K k
// @version 0.1
// @description Vim JK for our website
// @author You
// @match https://hacker-tools.github.io/*
// @match https://missing.csail.mit.edu/*
// @grant none
// ==/UserScript==

Expand Down Expand Up @@ -169,7 +169,7 @@ def snapshot_wayback(driver, url):


driver = Firefox()
url = 'https://hacker-tools.github.io'
url = 'https://missing.csail.mit.edu'
snapshot_wayback(driver, url)
```

Expand Down

0 comments on commit d4412ea

Please sign in to comment.