Skip to content

Commit

Permalink
release v2.5 & add some stock photos
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Buschmann committed Feb 15, 2020
1 parent f61ff4a commit 858a731
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Just fork the repo and adjust the `_config.yml` to use with [Github Pages](https
You can use this theme with the `jekyll-remote-theme` plugin. Just create an empty repo, copy over the `index.html` file and add this to your `_config.yml`:

```yaml
remote_theme: niklasbuschmann/contrast@v2.4
remote_theme: niklasbuschmann/contrast@v2.5

plugins:
- jekyll-remote-theme
Expand Down
10 changes: 4 additions & 6 deletions _posts/2017-01-01-advanced-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ mathjax: true
layout: post
---

![Swiss Alps](https://user-images.githubusercontent.com/4943215/55412536-edbba180-5567-11e9-9c70-6d33bca3f8ed.jpg)

## MathJax

You can enable MathJax by setting `mathjax: true` on a page or globally in the `_config.yml`. Some examples:
Expand Down Expand Up @@ -49,15 +51,11 @@ Upload an image to the *assets* folder and embed it with `![title](/assets/name.

The `.large` wrapper can be used to increase the width of an image or iframe.

![Flower](https://user-images.githubusercontent.com/4943215/55412447-bcdb6c80-5567-11e9-8d12-b1e35fd5e50c.jpg)

[Flower](https://unsplash.com/photos/iGrsa9rL11o) by Tj Holowaychuk

<div class="large" markdown="1">
![Swiss Alps](https://user-images.githubusercontent.com/4943215/55412536-edbba180-5567-11e9-9c70-6d33bca3f8ed.jpg)
![Flower](https://user-images.githubusercontent.com/4943215/55412447-bcdb6c80-5567-11e9-8d12-b1e35fd5e50c.jpg)
</div>

[Swiss Alps](https://unsplash.com/photos/u0DmxB76uF4) by René Reichelt
[Flower](https://unsplash.com/photos/iGrsa9rL11o) by Tj Holowaychuk

## Embedded content

Expand Down
2 changes: 2 additions & 0 deletions _posts/2017-02-01-markdown-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Markdown examples"
layout: post
---

![Coffee](https://user-images.githubusercontent.com/4943215/74586455-c8048300-4fe7-11ea-84ba-aa49f3abb014.jpeg)

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus magna felis sollicitudin mauris. Integer in mauris eu nibh euismod gravida. Duis ac tellus et risus vulputate vehicula. Donec lobortis risus a elit.
Expand Down
4 changes: 3 additions & 1 deletion _posts/2017-03-01-welcome-to-jekyll.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "Welcome to Jekyll"
categories: introduction
layout: post
---

![Laptop](https://user-images.githubusercontent.com/4943215/74586452-bcb15780-4fe7-11ea-94a8-7a9b52bf04b3.jpeg)

You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.


Expand Down

0 comments on commit 858a731

Please sign in to comment.