diff --git a/README.md b/README.md new file mode 100644 index 0000000..a2d02f7 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# No GitHub + +Please visit https://nogithub.codeberg.page for more information. + +## Licenses + +- This repository is licensed under [CC-BY-SA-4.0](https://codeberg.org/NoGitHub/nogithub.codeberg.page/src/branch/main/LICENSE) +- It uses the theme [Hugo Bear Blog](https://github.com/janraasch/hugo-bearblog/), which is licensed under [MIT license](https://github.com/janraasch/hugo-bearblog/blob/master/LICENSE) +- The logo is licensed under [CC-BY-SA-4.0](https://codeberg.org/NoGitHub/nogithub.codeberg.page/src/branch/main/LICENSE) as well +- The GitHub icon used in the logo [is authored by Font Awesome](https://fontawesome.com) and is licensed under [CC-BY-SA-4.0](https://creativecommons.org/licenses/by/4.0/deed.en) diff --git a/config.toml b/config.toml index f2a41eb..b09f0f9 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,7 @@ baseURL = "https://example.com" theme = 'hugo-bearblog' # Basic metadata configuration for your blog. -title = "Not on GitHub" +title = "No GitHub" author = "Twann" copyright = "Copyright © 2022 Twann" languageCode = "en-US" @@ -24,18 +24,18 @@ ignoreErrors = ["error-disable-taxonomy"] # 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 = "icon-color.svg" + favicon = "favicon.svg" # 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"] + images = ["icon-color.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 = "Not on GitHub" + title = "No GitHub" # 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 :-). diff --git a/content/_index.md b/content/_index.md index 10409b4..dd9a36e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -55,4 +55,3 @@ If you want, you can add our badge to your website or to your repository's READM ```html Please don't upload to GitHub ``` - diff --git a/static/icon-color.svg b/static/favicon.svg similarity index 100% rename from static/icon-color.svg rename to static/favicon.svg