Tailoring front page; adding Liquid references to readme
This commit is contained in:
parent
42778d9c14
commit
7d2f2b20a9
|
@ -7,6 +7,7 @@ Support for Categories and Tags were inspired by [this blog entry](http://www.mi
|
||||||
If you want to find out more about using `github-pages` for blogging or want to improve our blog the following links might be good starting points
|
If you want to find out more about using `github-pages` for blogging or want to improve our blog the following links might be good starting points
|
||||||
* [Jekyll documentation, i.e. how to include images](http://jekyllrb.com/docs/posts/)
|
* [Jekyll documentation, i.e. how to include images](http://jekyllrb.com/docs/posts/)
|
||||||
* [Github pages powered by Jekyll](https://github.com/jekyll/jekyll/wiki/sites)
|
* [Github pages powered by Jekyll](https://github.com/jekyll/jekyll/wiki/sites)
|
||||||
|
* Liquid Documentation [here](https://docs.shopify.com/themes/liquid-documentation/basics) and [here](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers)
|
||||||
|
|
||||||
Please note to set the proxy if you are working from within the Haufe Intranet
|
Please note to set the proxy if you are working from within the Haufe Intranet
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ site.baseurl }}/">Home</a>
|
<a href="{{ site.baseurl }}/">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
{% for page in site.pages %}
|
{% for page in site.pages %}
|
||||||
{% if page.title %}
|
{% if page.title %}
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
layout: page
|
layout: page
|
||||||
title: Impressum
|
title: Impressum
|
||||||
permalink: /impressum/
|
permalink: /impressum/
|
||||||
header-img: "images/about-bg.jpg"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Holger Reinhardt
|
Holger Reinhardt
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
|
title: We are haufe-lexware.com
|
||||||
---
|
---
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
|
|
Loading…
Reference in a new issue