Initial site setup
Signed-off-by: ShangYi7 <shangyi6.tw@gmail.com>
This commit is contained in:
parent
dde735d3af
commit
bca908877c
4 changed files with 4436 additions and 79 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
baseURL: http://example.org/
|
||||
baseURL: http://ShangYi7.github.io
|
||||
languageCode: en-us
|
||||
title: Example Site
|
||||
|
||||
|
@ -80,7 +80,7 @@ params:
|
|||
favicon: /images/site/favicon.png
|
||||
|
||||
# GitHub repo of your site
|
||||
gitRepo: https://github.com/hugo-toha/hugo-toha.github.io
|
||||
gitRepo: https://github.com/ShangYi7/ShangYi7.github.io
|
||||
# Default branch of your Git repo
|
||||
gitBranch: main
|
||||
|
||||
|
@ -301,7 +301,7 @@ params:
|
|||
# Show/hide newsletter section in the footer. Default is "true".
|
||||
# Currently, it supports "mailchimp".
|
||||
newsletter:
|
||||
enable: true
|
||||
enable: false
|
||||
provider: mailchimp
|
||||
mailchimpURL: https://github.us1.list-manage.com/subscribe/post?u=19de52a4603135aae97163fd8&id=094a24c76e
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
|||
module github.com/hugo-toha/toha/v4
|
||||
module github.com/ShangYi7/ShangYi7.github.io
|
||||
|
||||
go 1.21
|
||||
|
|
4500
package-lock.json
generated
4500
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -34,7 +34,12 @@
|
|||
"postcss-cli": "project"
|
||||
}
|
||||
},
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"hugo": "^0.0.3",
|
||||
"mod": "^0.0.0",
|
||||
"npm": "^10.8.2",
|
||||
"pack": "^2.2.0"
|
||||
},
|
||||
"description": "A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist design and responsiveness.",
|
||||
"devDependencies": {
|
||||
"@fontsource/mulish": "4.5.13",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue