commit e1e5e51a1e25e191f4943a1f51c31d59a35dc79f
parent 4f3750b286799ee3add38558a30032cd72729550
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Sat, 2 Mar 2024 21:17:51 +0100
feat: change url
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_config.yml b/_config.yml
@@ -2,7 +2,7 @@
title_left : "Hive"
title_right : "DAV" # default: ""
description : "A curlable free/busy scheduler with CalDAV integration"
-keywords : "calendar, caldav, freebusy, curlable, scheduler"
+keywords : "p0c, calendar, caldav, freebusy, curlable, scheduler"
url : https://hivedav.p0c.ch # site url
baseurl : "" # apply repo name like "/myproject" if used under gh-pages branch, else (under master branch) just leave empty/blank
cover : "" # image uri like logo/cover image for site seo
diff --git a/_includes/nav.html b/_includes/nav.html
@@ -5,7 +5,7 @@
<ul class="navbar">
<li><a href="https://code.in0rdr.ch/hivedav">{% octicon repo %}<span> src</span></a></li>
<li><a href="https://web.libera.chat/gamja/#p0c">{% octicon comment-discussion %}<span> irc</span></a></li>
- <li><a href="https://cv.in0rdr.ch">{% octicon person %}<span> about</span></a></li>
+ <li><a href="https://p0c.ch">{% octicon person %}<span> about</span></a></li>
</ul>
</div>
</nav>