diff --git a/config.toml b/config.toml index 30c6e0d..0d7e2d1 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,57 @@ baseURL = 'http://localhost/' -languageCode = 'en-uk' title = 'Lieuwe Leene' + +languageCode = 'en-uk' theme = 'hermit' relativeURLs = true canonifyURLs = true + +enableGitInfo = true +pygmentsCodefences = true +pygmentsUseClasses = true +hasCJKLanguage = true +rssLimit = 10 +copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." +enableEmoji = true + +themeColor = "#494f5c" + + +[taxonomies] + tag = "tags" + [params] - date = "Jan 2, 2006" + dateform = 'Jan 2, 2006' + dateformShort = 'Jan 2' + dateformNum = '2006-01-02' + dateformNumTime = '2006-01-02 15:04 -0700' + homeSubtitle = "Welcome Friend. 🐸" + +[author] + name = 'L. B. Leene' + +[[params.social]] + name = 'linkedin' + url = 'https://www.linkedin.com/in/lleene/' + +[[params.social]] + name = 'twitter' + url = 'https://twitter.com/LieuweLeene' + +[[params.social]] + name = 'email' + url = 'mailto:lieuwe@leene.dev' + +[[params.social]] + name = "github" + url = "https://git.leene.dev/lieuwe" + +[menu] + [[menu.main]] + name = "Posts" + url = "posts/" + weight = 16 + [[menu.main]] + name = "About" + url = "about/" + weight = 16 diff --git a/content/main/about.md b/content/about.md similarity index 83% rename from content/main/about.md rename to content/about.md index 0b198db..b3dcb78 100644 --- a/content/main/about.md +++ b/content/about.md @@ -5,4 +5,4 @@ draft: false --- -=] +Hello friend. diff --git a/content/posts/afirst.md b/content/posts/afirst.md new file mode 100644 index 0000000..8629d66 --- /dev/null +++ b/content/posts/afirst.md @@ -0,0 +1,12 @@ +--- +title: "A first" +date: 2021-08-24T10:24:27+02:00 +draft: false +toc: false +images: +tags: + - website + - WIP +--- + +hello