Skip to content

Commit

Permalink
Update Primer and use git modules
Browse files Browse the repository at this point in the history
  • Loading branch information
floogulinc committed Apr 21, 2019
1 parent 9213f83 commit a162243
Show file tree
Hide file tree
Showing 196 changed files with 28 additions and 14,738 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "primer"]
path = primer
url = https://github.com/primer/primer.git
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ repository: UMM-CSci/senior-seminar

sass:
style: compressed
load_paths:
- primer/modules/

# Build settings
markdown: kramdown
Expand All @@ -26,6 +28,7 @@ highlighter: rouge
exclude:
- Gemfile
- Gemfile.lock
- primer/

plugins:
- jekyll-readme-index
Expand Down
6 changes: 3 additions & 3 deletions _layouts/resource.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
---

<div class="columns docs-layout">
<div class="one-fourth column sidebar">
<div class="one-fifth column sidebar">

<nav class="menu docs-menu">
<nav class="menu ">
{% assign sorted_res = site.resources | sort:"order" %}
{% for res in sorted_res %}
<a class="menu-item {% if page.url == res.url %}selected{% endif %}" href="{{ site.baseurl }}{{ res.url }}">
Expand All @@ -15,7 +15,7 @@
</nav>

</div>
<div class="three-fourths column markdown-body main-content">
<div class="four-fifths column markdown-body main-content">
{% comment %}
<h1 class="page-title">
{{ page.title }}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/seminar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="columns docs-layout">
<div class="one-fifth column sidebar">

<nav class="menu docs-menu">
<nav class="menu ">
<a class="menu-item {% if page.url == '/seminars/' %}selected{% endif %}" href="{{ "/seminars/" | relative_url }}">
All Seminars
<span class="Counter">{% include total-paper-count.html %}</span>
Expand Down
21 changes: 0 additions & 21 deletions _sass/primer-alerts/LICENSE

This file was deleted.

151 changes: 0 additions & 151 deletions _sass/primer-alerts/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions _sass/primer-alerts/index.scss

This file was deleted.

80 changes: 0 additions & 80 deletions _sass/primer-alerts/lib/flash.scss

This file was deleted.

21 changes: 0 additions & 21 deletions _sass/primer-avatars/LICENSE

This file was deleted.

Loading

0 comments on commit a162243

Please sign in to comment.