Genericize some more content

master
Adrian Sampson 11 years ago
parent 93b887066a
commit 563a7f338f

@ -6,12 +6,11 @@ profx:
bio: |
Professor X is the leader and founder of X-Men.
melody:
display_name: "Melody Kadenko"
webpage: "http://www.cs.washington.edu/homes/melody/"
display_name: "Scott Summers"
webpage: "http://en.wikipedia.org/wiki/Cyclops_(comics)"
role: staff
bio: |
Melody is our Program Director. She actually makes magic stuff happen.
And beware of the Spoon of Death.
Scott, also known as Cyclops, shoots lasers from his eyes, which makes him the perfect administrative assistant.
wolverine:
display_name: "Wolverine"
@ -27,4 +26,4 @@ storm:
jean:
display_name: "Jean Grey"
role: alum
bio: "Ph.D., 2013. Now at Microsoft Research."
bio: "Ph.D., 2013. Now at Microsoft Research."

@ -1,7 +1,6 @@
---
layout: default
---
<h2>{{ page.title }}</h2>
<p class="meta">{{ page.date | date_to_string }}</p>
<div class="post">

@ -2,4 +2,4 @@
layout: post
shortnews: true
---
Testing .. Testing ...
This is a short notice of something that happened recently. Just a news update blurb in no great detail.

@ -0,0 +1,7 @@
---
layout: post
title: "A Full Blog Post"
---
Unlike a short news post, a blog post has its own page and lots of text. Text text text.
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.

@ -5,4 +5,3 @@
year = 2014,
month = 5
}

@ -2,9 +2,8 @@
layout: default
title: Code
---
If you like this template, find our other code here:
This is an example of an additional page you could add to the site (and its navigation).
* [uwsampa on GitHub](https://github.com/uwsampa/)
If you like this template, find our group's other code here:
See the licensing terms within each project's codebase for the requisite legal
details.
* [uwsampa on GitHub](https://github.com/uwsampa/)

@ -3,6 +3,12 @@ layout: default
title: Home
notitle: true
---
<div class="jumbotron">
<p>
The <b>Awesome Research Group</b> at <b>Example U</b> does all sorts of
research. Here is a place where we tell you exactly what that is!
</p>
</div>
<h2>News</h2>
<ul class="news list-unstyled">
@ -23,6 +29,4 @@ notitle: true
{% assign numposts = site.posts | size %}
{% if numposts >= site.front_page_news %}
<p><a href="{{ site.base }}/blog/">Older posts&hellip;</a></p>
{% else %}
<p><a href="{{ site.base }}/oldnews.html">Older news posts&hellip;</a></p>
{% endif %}

@ -3,7 +3,7 @@ layout: default
title: Publications
---
<p>
<a href="{{ site.base }}/bib/sampa-pubs.bib">Download BibTeX.</a>
<a href="{{ site.base }}/bib/pubs.bib">Download BibTeX.</a>
</p>
{% include pubs.html %}

Loading…
Cancel
Save