Update nav, add instructions, update footer

This commit is contained in:
Justin Ehrenhofer
2021-09-22 17:28:18 -05:00
parent c8b09f7b18
commit ea82cad450
5 changed files with 12 additions and 20 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
To edit the navbar:
`/_data/navigation.yml`

View File

@@ -2,6 +2,8 @@
- title: Home
url: /
- title: Blog
url: /blog/
- title: Scholarships
url: /scholarships/
- title: Funds

View File

@@ -1,19 +0,0 @@
{% if page.comments != false and jekyll.environment == "production" %}
<div class="page-comments">
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = '{{ page.url | absolute_url }}';
this.page.identifier = '{{ page.url | absolute_url }}';
};
(function() {
var d = document, s = d.createElement('script');
s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
</div>
{% endif %}

View File

@@ -18,7 +18,7 @@
{% if site.copyright %}
{{ site.copyright | markdownify }}
{% else %}
<p>&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://github.com/mmistakes/so-simple-theme" rel="nofollow">So Simple</a>.</p>
<p>&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}.</p>
{% endif %}
</div>
</footer>

View File

@@ -4,3 +4,9 @@ limit: 10
show_excerpts: true
entries_layout: list
---
# Test title
Test additional text
Hopefully [this link to Google](https://google.com) works!