Genericize some more content

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

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

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

@ -2,4 +2,4 @@
layout: post layout: post
shortnews: true 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, year = 2014,
month = 5 month = 5
} }

@ -2,9 +2,8 @@
layout: default layout: default
title: Code 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 * [uwsampa on GitHub](https://github.com/uwsampa/)
details.

@ -3,6 +3,12 @@ layout: default
title: Home title: Home
notitle: true 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> <h2>News</h2>
<ul class="news list-unstyled"> <ul class="news list-unstyled">
@ -23,6 +29,4 @@ notitle: true
{% assign numposts = site.posts | size %} {% assign numposts = site.posts | size %}
{% if numposts >= site.front_page_news %} {% if numposts >= site.front_page_news %}
<p><a href="{{ site.base }}/blog/">Older posts&hellip;</a></p> <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 %} {% endif %}

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

Loading…
Cancel
Save