Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  - about
  - blog
  - technology
Replace index with about
  • Loading branch information
paul-shannon-thrive-health committed Jul 20, 2019
1 parent df61d70 commit a7db030
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 366 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ permalink: /:categories/:year/:month/:day/:title
highlighter: rouge
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "strikethrough", "superscript", "with_toc_data"]
exclude: [ Gemfile, Gemfile.lock, gems, _assets, bower_components ]
exclude: [ Gemfile, Gemfile.lock, gems, _assets, bower_components, vendor ]
5 changes: 0 additions & 5 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li{% if page.tab == 'home' %} class="active"{% endif %}><a href="/">Home</a></li>
<li{% if page.tab == 'blog' %} class="active"{% endif %}><a href="/blog/">Blog</a></li>
<li{% if page.tab == 'about' %} class="active"{% endif %}><a href="/about/">About</a></li>
<!--
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
Expand All @@ -31,9 +29,6 @@
</li>
-->
</ul>
<p class="navbar-text navbar-right">
<a href="https://twitter.com/{{ site.author.twitter }}"><i class="fa fa-twitter fa-2x"></i></a>
</p>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
30 changes: 0 additions & 30 deletions about/index.html

This file was deleted.

36 changes: 0 additions & 36 deletions blog/_drafts/django_autocomplete.md

This file was deleted.

35 changes: 0 additions & 35 deletions blog/_drafts/linked_open_data.md

This file was deleted.

10 changes: 0 additions & 10 deletions blog/_posts/2014-06-24-fresh-windows-install.md

This file was deleted.

8 changes: 0 additions & 8 deletions blog/_posts/2014-06-24-reincarnated-blog.md

This file was deleted.

14 changes: 0 additions & 14 deletions blog/_posts/2014-06-25-installing-from-github-without-git.md

This file was deleted.

12 changes: 0 additions & 12 deletions blog/_posts/2014-06-25-updating-github-automatically.md

This file was deleted.

75 changes: 0 additions & 75 deletions blog/_posts/2014-08-27-raspberry-pi-as-digital-signage.md

This file was deleted.

25 changes: 0 additions & 25 deletions blog/atom.xml

This file was deleted.

39 changes: 0 additions & 39 deletions blog/index.html

This file was deleted.

44 changes: 26 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,30 @@
tab: "home"
---

<section class="content">

<div class="row">
<div class="col-md-7">
<h2 class="thin"><a href="/blog/">Blog</a> <a href="/blog/atom.xml" class="pull-right"><i class="fa fa-rss"></i></a></h2>
<ul class="listing">
{% for post in site.categories.blog limit:10 %}
<li>
<span>{{ post.date | date: "%B %e, %Y" }}</span> <a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</div>
<div class="col-md-5">
</div>
</div>


<section class="content about">
<div class="row vcard">
<div class="col-md-6">
<h1 class="fn big thin">Paul Shannon</h1>
<div>
<span class="title">Software Developer</span> @
<span class="org">NavCanada</span> in
<span class="adr">
<span class="locality">Ottawa</span>
</span>
</div>
<ul>
<li>Email: <span class="email">paul&#64;paulshannon.ca</span></li>
<li><a class="url" href="http://paulshannon.ca/">Homepage</a></li>
<li><a class="url" href="https://keybase.io/paulshannon">Keybase</a></li>
<li><a class="url" href="https://mastodon.technology/@PaulShannon">Mastodon</a></li>
<li><a class="url" href="https://twitter.com/paulshannon">Twitter</a></li>
<li><a class="url" href="http://stackoverflow.com/users/460877/paul-shannon">StackOverflow</a></li>
<li><a class="url" href="https://github.com/paulshannon">Github</a></li>
<li><a class="url" href="https://bitbucket.org/pauljshannon">Bitbucket</a></li>
</ul>
</div>
<div class="col-md-6">
<img class="photo img-responsive" src="http://paulshannon.ca/images/paulshannon.png" alt="Paul Shannon"/>
</div>
</div>
</section>
Loading

0 comments on commit a7db030

Please sign in to comment.