From 69938db1b6fb80bcd5876fa02041e8955cb480ab Mon Sep 17 00:00:00 2001 From: minoplhy Date: Fri, 8 Mar 2024 23:31:06 +0700 Subject: [PATCH] hugo-owu-se : add simple page --- .hugo_build.lock | 0 config.toml | 42 +++++++++++++++++++++++++++++++++++++++++- content/_index.md | 8 ++++++++ 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 .hugo_build.lock create mode 100644 content/_index.md diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/config.toml b/config.toml index 1d7c819..2e2d1e5 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,43 @@ -baseURL = 'http://example.org/' +baseURL = 'https://owu.se' languageCode = 'en-us' title = 'My New Hugo Site' +theme = 'hugo-bearblog' + +# Generate a nice robots.txt for SEO +enableRobotsTXT = true + +disableKinds = ["taxonomy"] +ignoreErrors = ["error-disable-taxonomy"] +[permalinks] + blog = "/blog/:slug/" + tags = "/tags/:slug" + +[params] + # The "description" of your website. This is used in the meta data of your generated html. + description = "Hugo + Bear = :heart:" + + # The path to your "favicon". This should be a square (at least 32px x 32px) png-file. + # Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder. + favicon = "images/favicon.png" + + # These "images" are used for the structured data templates. This will show up, when + # services like Twitter or Slack want to generate a preview of a link to your site. + # See https://gohugo.io/templates/internal#twitter-cards and + # https://gohugo.io/templates/internal#open-graph. + images = ["images/share.png"] + + # Another "title" :-). This one is used as the site_name on the Hugo's internal + # opengraph structured data template. + # See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph. + title = "Hugo ʕ•ᴥ•ʔ Bear" + + # This theme will, by default, inject a made-with-line at the bottom of the page. + # You can turn it off, but we would really appreciate if you don’t :-). + hideMadeWithLine = true + + # By default, this theme displays dates with a format like "02 Jan, 2006", but + # you can customize it by setting the `dateFormat` param in your site's config + # file. See [Hugo's Format function docs](https://gohugo.io/functions/format/) + # for details. An example TOML config that uses [ISO + # 8601](https://en.wikipedia.org/wiki/ISO_8601) format: + # dateFormat = "2006-01-02" \ No newline at end of file diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..b6a64e0 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,8 @@ ++++ +# This title is used as the og:title on Hugo's internal +# opengraph structured data template on the home page. +# See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph. +title = "oɯu.se : Made with ❤️ straight from hell!" ++++ + +{{}}

UuUWwUPOd

{{
}} \ No newline at end of file