Skip to content

Commit

Permalink
Resize images
Browse files Browse the repository at this point in the history
  • Loading branch information
alshedivat committed May 27, 2017
1 parent 39f821b commit 8353ae6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,21 @@ Photo formatting is made simple using rows of a 3-column system.
Make photos 1/3, 2/3, or full width.
Easily create beautiful grids within your blog posts and projects pages:

[![Photos](assets/img/photos-screenshot.png)](https://alshedivat.github.io/al-folio/projects/1_project/)
<p align="center">
<a href="https://alshedivat.github.io/al-folio/projects/1_project/">
<img src="assets/img/photos-screenshot.png" width="75%">
</a>
</p>

#### Code Highlighting
This theme implements Jekyll's built in code syntax highlighting with Pygments.
Just use the liquid tags `{% highlight python %}` and `{% endhighlight %}` to delineate your code:
[![Code](assets/img/code-screenshot.png)](https://alshedivat.github.io/al-folio/blog/2015/code/)

<p align="center">
<a href="https://alshedivat.github.io/al-folio/blog/2015/code/">
<img src="assets/img/code-screenshot.png" width="75%">
</a>
</p>

## Contributing

Expand Down

0 comments on commit 8353ae6

Please sign in to comment.