mirror of
https://github.com/extreme-tech-seminar/extreme-tech-seminar.github.io.git
synced 2024-11-14 19:19:34 +00:00
Replacing jekyll welcome post with our announcement
This commit is contained in:
parent
5fa62c821d
commit
6c6415c2fe
3 changed files with 8 additions and 28 deletions
|
@ -25,8 +25,9 @@
|
|||
<div class="page-navbar-container">
|
||||
<ul class="page-nav">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/announcement.html">Announcement</a></li>
|
||||
<li><a href="/2014/05/01/announcing-extreme-tech-seminar.html">Announcement</a></li>
|
||||
<li><a href="/sicp/">SICP</a></li>
|
||||
<li><a href="/archive.html">Archive</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Welcome to Jekyll!"
|
||||
date: 2014-04-30 16:57:18
|
||||
categories: jekyll update
|
||||
---
|
||||
|
||||
You'll find this post in your `_posts` directory - edit this post and re-build (or run with the `-w` switch) to see your changes!
|
||||
To add new posts, simply add a file in the `_posts` directory that follows the convention: YYYY-MM-DD-name-of-post.ext.
|
||||
|
||||
Jekyll also offers powerful support for code snippets:
|
||||
|
||||
{% highlight ruby %}
|
||||
def print_hi(name)
|
||||
puts "Hi, #{name}"
|
||||
end
|
||||
print_hi('Tom')
|
||||
#=> prints 'Hi, Tom' to STDOUT.
|
||||
{% endhighlight %}
|
||||
|
||||
Check out the [Jekyll docs][jekyll] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll's GitHub repo][jekyll-gh].
|
||||
|
||||
[jekyll-gh]: https://github.com/mojombo/jekyll
|
||||
[jekyll]: http://jekyllrb.com
|
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
title: Invitation - Extreme Tech Seminar
|
||||
layout: post
|
||||
title: Announcing the Extreme Tech Seminar
|
||||
author: Kevin McAllister
|
||||
layout: page
|
||||
---
|
||||
|
||||
This is an announcement and an invitation to participate in the Tech Seminar being held at CoreDial. Join the Google Group [Extreme Tech Seminar](https://groups.google.com/d/forum/extreme-tech-seminar) to receive further announcements.
|
||||
We'd like to announce and invite you to attend the new Extreme Tech Seminar, a regular meeting to systematically study technology topics using significant works in the field, beginning with the seminal text _Structure and Interpretation of Computer Programs_!
|
||||
|
||||
Join the Google Group [Extreme Tech Seminar](https://groups.google.com/d/forum/extreme-tech-seminar) to receive further announcements.
|
||||
|
||||
## What ##
|
||||
|
||||
|
@ -60,3 +62,4 @@ To learn and grow. To keep from getting too comfortable and lazy in our careers
|
|||
* We'll decide on the next chunk of work and the leader for meeting two at the end of the first meeting.
|
||||
|
||||
This is less than a week away, so sign up and get some study in.
|
||||
|
Loading…
Reference in a new issue