Skip to content

Commit

Permalink
Update jekyll and switch to kramdown
Browse files Browse the repository at this point in the history
  • Loading branch information
coalwater committed Dec 10, 2016
1 parent 23d24e2 commit 7d39221
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ paginate_path: 'page:num'

excerpt_separator: <!-- more -->

markdown: rdiscount
markdown: kramdown
permalink: date
highligher: true

Expand All @@ -29,7 +29,7 @@ author:
url: 'https://github.com/coalwater/'
email: '[email protected]'

theme:
my_theme:
repo: https://github.com/poole/lanyon
name: lanyon

Expand All @@ -44,5 +44,9 @@ links:
url: https://www.linkedin.com/in/mohammadabushady
icon: 'fa fa-linkedin'

gems:
- jekyll-paginate
- jekyll-gist

disqus:
shortname: 'coalwater'
2 changes: 1 addition & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ <h2>Online profiles</h2>
</nav>

<div class="sidebar-item">
<p>Theme built on <a href='{{ site.theme.repo }}' target='_blank'>{{ site.theme.name }}</a></p>
<p>Theme built on <a href='{{ site.mytheme.repo }}' target='_blank'>{{ site.theme.name }}</a></p>
</div>
</div>
3 changes: 1 addition & 2 deletions _posts/2015-03-10-maintaining-database-atomicity.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ tags:
- Rails
- ActiveRecord
---
{%capture gist_id%}{{post.gist_id}}{%endcapture%}
[Atomicity][atomicity-wiki] comes from the greek word 'a-tomos' which means
undevidable, atomic database transactions means that we want either all the
database operations to happen together, or none of them at all, which means that
Expand Down Expand Up @@ -60,5 +59,5 @@ automatically, and nothing will be persisted.



[atomicity-wiki]: https://en.wikipedia.org/wiki/Atomicity_%28database_systems%29
[atomicity-wiki]: https://en.wikipedia.org/wiki/Atomicity_%28database_systems
[nested-transactions]: http://api.rubyonrails.org/classes/ActiveRecord/Transactions/ClassMethods.html

0 comments on commit 7d39221

Please sign in to comment.