mirror of
https://codeberg.org/NoGitHub/nogithub.codeberg.page.git
synced 2024-12-21 14:42:58 -05:00
update website
This commit is contained in:
parent
01afba36cd
commit
bd0b1f6db5
4 changed files with 14 additions and 5 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -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)
|
|
@ -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 :-).
|
||||
|
|
|
@ -55,4 +55,3 @@ If you want, you can add our badge to your website or to your repository's READM
|
|||
```html
|
||||
<a href="https://nogithub.codeberg.page"><img src="https://nogithub.codeberg.page/badge.svg" alt="Please don't upload to GitHub"></a>
|
||||
```
|
||||
|
||||
|
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in a new issue