summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2018-11-05 23:56:07 +1030
committerDaniel Jones <admin@danieljon.es>2018-11-05 23:56:07 +1030
commitd3f7e9adee9023e371593e406fe44fa5575fa8f8 (patch)
treee8d5673e75c285dc996a72de50b8491ef1975e64
parent93b978dae882fdfa554b8ec9c99155f31d1a12da (diff)
downloadwebsite-d3f7e9adee9023e371593e406fe44fa5575fa8f8.tar.gz
website-d3f7e9adee9023e371593e406fe44fa5575fa8f8.zip
changed blog->posts, directories as well. removed template links
-rw-r--r--settings.cfg6
-rw-r--r--template.txt3
2 files changed, 4 insertions, 5 deletions
diff --git a/settings.cfg b/settings.cfg
index b3c1812..dc1318d 100644
--- a/settings.cfg
+++ b/settings.cfg
@@ -10,10 +10,10 @@ title = daniel's projects
header = <h1>Projects</h1> Outdated list of some of my projects <br><br>
src = content/portfolio.txt
[blog]
-title = daniel's blog
-header = <h1>Blog</h1> Rambles about programming, technology and life.<br><br>
+title = daniel's posts
+header = <h1>Posts</h1> Rambles about programming, technology and life.<br><br>
# blog directory
-dir = blog
+dir = posts
# direct link directory
direct = direct
srcdir = content/blog
diff --git a/template.txt b/template.txt
index 13ddb6d..f5f83ce 100644
--- a/template.txt
+++ b/template.txt
@@ -26,8 +26,7 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-
<body>
<div class="middle">
<h1>danieljon.es</h1>
-<a href="https://danieljon.es">normal</a> <a href="https://solarized.danieljon.es">solarized</a> <a href="https://dark.danieljon.es">dark</a> <a href="https://nocss.danieljon.es">no css</a> <br>
-<a href="/">index</a> <a href="/blog">blog</a> <a href="/opinions">opinions</a> <a href="/interesting.html">interesting</a> <a href="https://git.danieljon.es">cgit</a> <br>
+<a href="/">index</a> <a href="/posts">posts</a> <a href="/opinions">opinions</a> <a href="/interesting.html">interesting</a> <a href="https://git.danieljon.es">cgit</a> <br>
<a href="/like.html">likes</a> <a href="/dislike.html">dislikes</a>
{INFO}
</div>