Skip to content

Commit

Permalink
Add McCarthy post
Browse files Browse the repository at this point in the history
  • Loading branch information
eah13 committed Aug 23, 2013
1 parent c105e11 commit 73299d8
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 1 deletion.
5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ authors:
github:
twitter:
about: Ludwig Wittgenstein discovered that the meaning of E=mc^2 is its use.
mccarthy:
name: John McCarthy
prof: true
website: http://common-lisp.net/
about: John McCarthy invented LISP. Use it.
jdoe:
name: John Doe
prof: false
Expand Down
32 changes: 32 additions & 0 deletions _site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,35 @@ professorjekyll
===============

A collaborative course blog with support for multiple authors.

See the example site deployed on [Github Pages](http://silshack.github.io/professorjekyll).

## Purpose
It's crucial to teach modern programming tools alongside basic coding skills. Git and Github are valuable and pervasive tools, but they're seldom integrated into programming classes. Enter Professor Jekyll.

Our goal with Professor Jekyll is to make it easy for instructors to set up a collaborative companion blog for their courses. Students can get comfortable with using [Github Flow in the Browser](https://github.com/blog/1557-github-flow-in-the-browser) (or even a simple push-to-master flow in the very beginning), _in parallel to_ learning their for loops, if statements, and flow of control. As the course progresses, add in issues, pull requests, and even milestones.

## Usage

For now, these cryptic instructions will suffice: Clone it, edit the remotes to point to your own GH repo, enable gh-pages, and proceed to edit.

Notably:
* `_config.yml` - this is where you'll define your course and author information
* `_layouts/default.html` - the pages are hard-coded into the header. You'll also likely want to change the footer a little.
* `css/main.css` - I haven't touched the base CSS beyond some minor tweaks.

Full documentation should be complete by the end of 2013.

## Contributing
I'd love contributions. TODOs:
* populate header page links automatically
* little Gravitars for authors everywhere
* Better/distinctive default CSS

Open an issue with your suggestion so we can discuss, or if it's a small one just pull request it.

## Contributors
This project is maintained by Elliott Hauser.

## License
Provided under an MIT License. See LICENSE.md
2 changes: 2 additions & 0 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ <h1 class="title"><a href="http://silshack.github.io/professorjekyll/">Professor

<li><span>07 Aug 2013</span> &raquo; <a href="http://silshack.github.io/professorjekyll//jekyll/update/2013/08/07/multiple-authors.html">Multiple Authors!</a> by Ludwig Wittgenstein</li>

<li><span>01 Aug 2013</span> &raquo; <a href="http://silshack.github.io/professorjekyll//jekyll/update/2013/08/01/programming.html">Programming</a> by John McCarthy</li>

</ul>
</div>

Expand Down
20 changes: 19 additions & 1 deletion _site/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ <h4 id='albert_einstein'>Albert Einstein</h4>





</ul>
<h4 id='ludwig_wittgenstein'>Ludwig Wittgenstein</h4>

Expand All @@ -54,9 +56,25 @@ <h4 id='ludwig_wittgenstein'>Ludwig Wittgenstein</h4>
<li><span>=> <a href='http://silshack.github.io/professorjekyll//jekyll/update/2013/08/07/multiple-authors.html'>Multiple Authors!</a> - 07 Aug 2013</span></li>




</ul>
<h4 id='john_mccarthy'>John McCarthy</h4>

<p>John McCarthy invented LISP. Use it.</p>
<ul class='posts'>






<li><span>=> <a href='http://silshack.github.io/professorjekyll//jekyll/update/2013/08/01/programming.html'>Programming</a> - 01 Aug 2013</span></li>


</ul>
<h3 id='intro_to_hacking_participants'>Intro to Hacking Participants</h3>
<br /><br />
<br /><br /><br />
<h4 id='john_doe'>John Doe</h4>

<p>John Doe gets very strange test emails all the time.</p>
Expand Down

0 comments on commit 73299d8

Please sign in to comment.