Update default and config
parent
1e3866c66c
commit
2547ea1734
|
@ -5,3 +5,6 @@ logo: assets/img/logo.png
|
||||||
show_downloads: false
|
show_downloads: false
|
||||||
google_analytics:
|
google_analytics:
|
||||||
theme: jekyll-theme-minimal
|
theme: jekyll-theme-minimal
|
||||||
|
github:
|
||||||
|
repository_url: https://git.glados.no/oyvindskaaden/glados.no
|
||||||
|
owner_url: https://github.com/oyvindskaaden
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<p>{{ site.description | default: site.github.project_tagline }}</p>
|
<p>{{ site.description | default: site.github.project_tagline }}</p>
|
||||||
|
|
||||||
{% if site.github.is_project_page %}
|
{% if site.github.is_project_page %}
|
||||||
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
|
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on my git <small>{{ site.github.repository_nwo }}</small></a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if site.github.is_user_page %}
|
{% if site.github.is_user_page %}
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
{% if site.github.is_project_page %}
|
{% if site.github.is_project_page %}
|
||||||
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
|
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
<p><small>Hosted on GLaDOS — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
|
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
|
||||||
|
|
Loading…
Reference in New Issue