Skip to content

Commit 563a7f3

Browse files
committed
Genericize some more content
1 parent 93b8870 commit 563a7f3

File tree

8 files changed

+22
-15
lines changed

8 files changed

+22
-15
lines changed

_data/people.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ profx:
66
bio: |
77
Professor X is the leader and founder of X-Men.
88
melody:
9-
display_name: "Melody Kadenko"
10-
webpage: "http://www.cs.washington.edu/homes/melody/"
9+
display_name: "Scott Summers"
10+
webpage: "http://en.wikipedia.org/wiki/Cyclops_(comics)"
1111
role: staff
1212
bio: |
13-
Melody is our Program Director. She actually makes magic stuff happen.
14-
And beware of the Spoon of Death.
13+
Scott, also known as Cyclops, shoots lasers from his eyes, which makes him the perfect administrative assistant.
1514
1615
wolverine:
1716
display_name: "Wolverine"
@@ -27,4 +26,4 @@ storm:
2726
jean:
2827
display_name: "Jean Grey"
2928
role: alum
30-
bio: "Ph.D., 2013. Now at Microsoft Research."
29+
bio: "Ph.D., 2013. Now at Microsoft Research."

_layouts/post.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
layout: default
33
---
4-
<h2>{{ page.title }}</h2>
54
<p class="meta">{{ page.date | date_to_string }}</p>
65

76
<div class="post">

_posts/2014-05-14-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
layout: post
33
shortnews: true
44
---
5-
Testing .. Testing ...
5+
This is a short notice of something that happened recently. Just a news update blurb in no great detail.

_posts/2014-05-25-anothertest.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: post
3+
title: "A Full Blog Post"
4+
---
5+
Unlike a short news post, a blog post has its own page and lots of text. Text text text.
6+
7+
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

bib/pubs.bib

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ @InProceedings{XXX
55
year = 2014,
66
month = 5
77
}
8-

code.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
layout: default
33
title: Code
44
---
5-
If you like this template, find our other code here:
5+
This is an example of an additional page you could add to the site (and its navigation).
66

7-
* [uwsampa on GitHub](https://github.com/uwsampa/)
7+
If you like this template, find our group's other code here:
88

9-
See the licensing terms within each project's codebase for the requisite legal
10-
details.
9+
* [uwsampa on GitHub](https://github.com/uwsampa/)

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
title: Home
44
notitle: true
55
---
6+
<div class="jumbotron">
7+
<p>
8+
The <b>Awesome Research Group</b> at <b>Example U</b> does all sorts of
9+
research. Here is a place where we tell you exactly what that is!
10+
</p>
11+
</div>
612

713
<h2>News</h2>
814
<ul class="news list-unstyled">
@@ -23,6 +29,4 @@ <h2>News</h2>
2329
{% assign numposts = site.posts | size %}
2430
{% if numposts >= site.front_page_news %}
2531
<p><a href="{{ site.base }}/blog/">Older posts&hellip;</a></p>
26-
{% else %}
27-
<p><a href="{{ site.base }}/oldnews.html">Older news posts&hellip;</a></p>
2832
{% endif %}

publications.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: Publications
44
---
55
<p>
6-
<a href="{{ site.base }}/bib/sampa-pubs.bib">Download BibTeX.</a>
6+
<a href="{{ site.base }}/bib/pubs.bib">Download BibTeX.</a>
77
</p>
88

99
{% include pubs.html %}

0 commit comments

Comments
 (0)