p0c-website

Proof of concepts for fun and profit
git clone https://git.in0rdr.ch/p0c-website.git
Log | Files | Refs | README | LICENSE

commit a4e51ec8224107df5fa97f04d438723f60880081
parent 54578aaa68e21dc60faf2c092f3a3fe2d684438c
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sat,  2 Mar 2024 20:55:29 +0100

feat: change site config

Diffstat:
M_config.yml | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/_config.yml b/_config.yml @@ -1,9 +1,9 @@ # Site settings -title_left : "Think" -title_right : "space" # default: "" -description : "Minimalist Jekyll theme for technical writing blog." -keywords : "Jekyll, theme, free, download, SEO, blog, web, minimalist, thinkspace" -url : https://heiswayi.github.io/thinkspace # site url +title_left : "p0c" +#title_right : "space" # default: "" +description : "Proof of concepts for fun and profit" +keywords : "poc, p0c, proof, concept, software, engineering, diary, journal, myheats, hivedav" +url : https://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 @@ -28,7 +28,7 @@ sass: # Author settings author: - name : "John Doe" + name : "Andreas Gruhler" plugins: - jekyll-sitemap