0
Fork 0
mirror of https://codeberg.org/NoGitHub/nogithub.codeberg.page.git synced 2024-12-21 22:52:58 -05:00
No-GitHub/config.toml

52 lines
2 KiB
TOML
Raw Normal View History

2022-10-17 04:20:53 -05:00
# Base URL used when generating links to your pages
# Set to the URL for your site
2022-10-17 04:33:14 -05:00
baseURL = "https://nogithub.codeberg.page/"
2022-10-17 04:20:53 -05:00
# The name of this wonderful theme ;-).
theme = 'hugo-bearblog'
# Basic metadata configuration for your blog.
2022-10-17 04:32:19 -05:00
title = "No GitHub"
2022-10-17 04:20:53 -05:00
author = "Twann"
copyright = "Copyright © 2022 Twann"
languageCode = "en-US"
# Generate a nice robots.txt for SEO
enableRobotsTXT = true
# Generate "Bearblog"-like URLs !only!, see https://bearblog.dev/.
disableKinds = ["taxonomy"]
ignoreErrors = ["error-disable-taxonomy"]
[params]
# The "description" of your website. This is used in the meta data of your generated html.
2022-10-17 04:41:59 -05:00
description = "This is a call to open source developers to not upload the work of others on GitHub."
2022-10-17 04:20:53 -05:00
# 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.
2023-05-12 09:19:43 -05:00
favicon = "icon.svg"
2022-10-17 04:20:53 -05:00
# 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.
2023-05-12 09:19:43 -05:00
images = ["icon.svg"]
2022-10-17 04:20:53 -05:00
# 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.
2022-10-17 04:32:19 -05:00
title = "No GitHub"
2022-10-17 04:20:53 -05:00
# 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 dont :-).
# 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"
2023-05-12 09:19:43 -05:00
[markup.goldmark.renderer]
unsafe= true