Skip to content

Commit e88dadc

Browse files
committed
added site.yaml
1 parent 2933ae5 commit e88dadc

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

data/en/site.yaml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Copyright Notice
2+
copyright: © 2024 Copyright.
3+
4+
# A disclaimer notice for the footer. Make sure you have set "params.footer.disclaimer.enable: true" in your `config.yaml` file.
5+
disclaimer: "This theme is under MIT license. So, you can use it for non-commercial, commercial, or private uses.
6+
You can modify or distribute the theme without requiring any permission from the theme author.
7+
However, the theme author does not provide any warranty or takes any liability for any issue with the theme."
8+
9+
# Meta description for your site. This will help the search engines to find your site.
10+
description: Portfolio and personal blog of Stefano Giannini
11+
12+
# specify the list of custom menus that you want to show in the top navbar.
13+
# they will be separated by a divider from the main menus.
14+
customMenus:
15+
- name: Docs
16+
url: https://toha-guides.netlify.app/posts/
17+
# specify whether to hide the menu item from top navbar or not.
18+
hideFromNavbar: false
19+
# specify whether to show the menu item in footer or not.
20+
# if you set it to true, make sure you have set `footer.navigation.customMenus: true` in your config.yaml
21+
showOnFooter: false
22+
23+
# Specify OpenGraph Headers
24+
openGraph:
25+
title: Stefano Giannini
26+
type: website
27+
description: Portfolio and personal blog of Stefano Giannini
28+
image: images/author/profile
29+
url: https://ragespin.github.io

hugo.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ languages:
3636
en:
3737
languageCode: en
3838
languageName: English
39-
title: "Stefano's Blog"
39+
title: "Stefano Giannini"
4040
weight: 1
4141
it:
4242
languageCode: it
4343
languageName: Italiano
44-
title: "Blog di Stefano"
44+
title: "Stefano Giannini"
4545
weight: 2
4646
# se:
4747
# languageCode: se
@@ -96,7 +96,7 @@ params:
9696
favicon: /images/site/favicon.png
9797

9898
# GitHub repo of your site
99-
gitRepo: https://github.com/hugo-toha/hugo-toha.github.io
99+
gitRepo: https://github.com/ragespin/ragespin.github.io
100100
# Default branch of your Git repo
101101
gitBranch: main
102102

0 commit comments

Comments
 (0)