Resize images
This commit is contained in:
parent
39f821b7a3
commit
8353ae60e9
13
README.md
13
README.md
|
|
@ -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.
|
Make photos 1/3, 2/3, or full width.
|
||||||
Easily create beautiful grids within your blog posts and projects pages:
|
Easily create beautiful grids within your blog posts and projects pages:
|
||||||
|
|
||||||
[](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
|
#### Code Highlighting
|
||||||
This theme implements Jekyll's built in code syntax highlighting with Pygments.
|
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:
|
Just use the liquid tags `{% highlight python %}` and `{% endhighlight %}` to delineate your code:
|
||||||
[](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
|
## Contributing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue