Resize images

This commit is contained in:
Maruan Al-Shedivat 2017-05-27 13:47:56 -07:00
parent 39f821b7a3
commit 8353ae60e9

View File

@ -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