diff options
-rw-r--r-- | settings.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.cfg b/settings.cfg index 2a878cc..4041636 100644 --- a/settings.cfg +++ b/settings.cfg @@ -7,11 +7,11 @@ header = <h1>Index</h1> src = content/index.txt [portfolio] title = daniel's projects -header = <h1>Projects</h1> Outdated list of some of my projects <br><br> +header = <h1>Projects</h1> A list and description of some of my projects and servers I maintain <br><br> src = content/portfolio.txt [blog] title = daniel's posts -header = <h1>Posts</h1>My posts about programming and things.<br>Date format is DD/(M)M/YYYY because I'm sane.<br><br> +header = <h1>Posts</h1>My posts about programming and things.<br>Date format is day/month/year because I'm sane.<br><br> # blog directory dir = posts # direct link directory |