tiny config adjustments
This commit is contained in:
parent
ac66a79e7d
commit
0f454bd527
4 changed files with 2 additions and 14 deletions
|
@ -6,7 +6,7 @@ permalink: /blog/:year/:month/:day/:title/
|
||||||
relative_permalinks: false
|
relative_permalinks: false
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
title: foo
|
title: Les Crapeuds Fous
|
||||||
#tagline: 'foo's website
|
#tagline: 'foo's website
|
||||||
description: Foo's blog...
|
description: Foo's blog...
|
||||||
url: https://shelleycavaness.github.io/wildtoad/
|
url: https://shelleycavaness.github.io/wildtoad/
|
||||||
|
@ -96,7 +96,3 @@ disqus_shortname: foo
|
||||||
# Analytics and webmaster tools stuff goes here
|
# Analytics and webmaster tools stuff goes here
|
||||||
#google_analytics: xyz123abc
|
#google_analytics: xyz123abc
|
||||||
|
|
||||||
#### For dummy website only - remove if you wish ####
|
|
||||||
github_repo: https://github.com/dyndna/lanyon-plus
|
|
||||||
version: 1.1.0
|
|
||||||
## END ##
|
|
||||||
|
|
|
@ -96,7 +96,3 @@ disqus_shortname: foo
|
||||||
# Analytics and webmaster tools stuff goes here
|
# Analytics and webmaster tools stuff goes here
|
||||||
#google_analytics: xyz123abc
|
#google_analytics: xyz123abc
|
||||||
|
|
||||||
#### For dummy website only - remove if you wish ####
|
|
||||||
github_repo: https://github.com/dyndna/lanyon-plus
|
|
||||||
version: 1.1.0
|
|
||||||
## END ##
|
|
||||||
|
|
|
@ -36,10 +36,6 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if site.version %}
|
|
||||||
<a class="sidebar-nav-item" href="{{ site.github_repo }}"><em>lanyon-plus project</em></a>
|
|
||||||
<a class="sidebar-nav-item" href="{{ site.github_repo }}/releases/tag/v{{ site.version }}">Download v{{ site.version }}</a>
|
|
||||||
{% endif %}
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<hr class="gh">
|
<hr class="gh">
|
||||||
|
|
|
@ -8,7 +8,7 @@ Credits: {{ site.url }}/disclosure
|
||||||
-->
|
-->
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
<body>
|
<body class="theme-base-0b">
|
||||||
|
|
||||||
{% include sidebar.html %}
|
{% include sidebar.html %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue