-
Notifications
You must be signed in to change notification settings - Fork 6
Primer Spec theme #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 3 commits
1aa1071
905292d
0b2e715
75483e2
a5732a4
fb2f03a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,19 @@ | ||
| # frozen_string_literal: true | ||
| source 'https://rubygems.org' | ||
|
|
||
| group :jekyll_plugins do | ||
| gem 'github-pages' | ||
| gem 'jekyll-theme-primer' | ||
| gem 'jekyll-remote-theme' | ||
| gem 'webrick' | ||
| gem 'jekyll-seo-tag' | ||
| gem 'jekyll-remote-theme' | ||
| gem 'jekyll-github-metadata' | ||
|
seshrs marked this conversation as resolved.
Outdated
|
||
|
|
||
| # The following plugins are enabled on GitHub Pages without a _config.yml. | ||
| gem 'jekyll-optional-front-matter' | ||
| gem 'jekyll-readme-index' | ||
| gem 'jekyll-relative-links' | ||
| gem 'jekyll-default-layout' | ||
| gem 'kramdown-parser-gfm' | ||
| gem 'jemoji' | ||
| end | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,13 +2,26 @@ title: Introduction to Software Development Tooling | |
| description: > | ||
| Learn the command line, version control, build systems, and correctness in | ||
| Tufts' CS 50ISDT. | ||
| theme: jekyll-theme-primer | ||
| google_analytics: UA-26440738-1 | ||
| url: 'https://bernsteinbear.com' | ||
| url: "https://bernsteinbear.com" | ||
| baseurl: /isdt | ||
| favicon: /favicon.ico # TODO: verify | ||
| permalink: pretty | ||
| exclude: | ||
| - README.md | ||
| - LICENSE | ||
| - Gemfile | ||
| - Gemfile.lock | ||
|
|
||
| # Configuration for Primer Spec | ||
| # https://github.com/eecs485staff/primer-spec | ||
| remote_theme: eecs485staff/primer-spec | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you pin this to a tag or branch in your repository? Right now it tracks a moving target and might cause our site to change unexpectedly without any explicit action from us.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Great question! Primer Spec uses Semantic versioning, and I usually only release minor version bumps between semesters at the University of Michigan. Option 1: It seems like the Tufts semester schedule is somewhat similar to that of UMich. If you'd like, I can ensure that I do not make version bumps in the middle of a Tufts semester. Option 2: You can pin to a specific minor version of Primer Spec. You will always receive automatic |
||
| kramdown: | ||
| input: GFM | ||
| plugins: | ||
| - jekyll-remote-theme | ||
| - jekyll-optional-front-matter | ||
| - jekyll-readme-index | ||
| - jekyll-relative-links | ||
| - jekyll-default-layout | ||
| - jemoji | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| --- | ||
| layout: spec | ||
| --- | ||
| # Homework 4: VCS, Constructive | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| --- | ||
| layout: spec | ||
| --- | ||
| # Homework 5: BLD, Investigative | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| --- | ||
| layout: spec | ||
| --- | ||
| # Homework 6: BLD, Constructive | ||
|
|
||
| ## Build me up, buttercup | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| --- | ||
| layout: spec | ||
| --- | ||
| # Homework 7: COR, Investigative | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.