[±] Re-init the repository
This commit is contained in:
parent
acf0835eca
commit
db314d1b7f
22
.gitignore
vendored
22
.gitignore
vendored
@ -1,4 +1,20 @@
|
|||||||
.vscode
|
# Hugo
|
||||||
|
public
|
||||||
|
resources
|
||||||
|
assets/jsconfig.json
|
||||||
|
.hugo_build.lock
|
||||||
|
|
||||||
|
# VSCode
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
!.vscode/*.code-snippets
|
||||||
|
.history/
|
||||||
|
*.vsix
|
||||||
|
|
||||||
|
# Fucking macOS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
public/
|
.AppleDouble
|
||||||
resources/
|
.LSOverride
|
||||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "themes/hugo-theme-stack"]
|
|
||||||
path = themes/hugo-theme-stack
|
|
||||||
url = https://github.com/realSunyz/hugo-theme-stack/
|
|
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2024 Yanzheng SUN
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
@ -1,4 +1,5 @@
|
|||||||
![pub.seven.blog](https://socialify.git.ci/realSunyz/pub.seven.blog/image?description=1&descriptionEditable=Made%20with%20%F0%9F%8C%90%20Hugo%20%26%20%F0%9F%92%96%20my%20passion.&font=Jost&language=1&logo=https%3A%2F%2Fwww.svgrepo.com%2Fdownload%2F246093%2Fdiary.svg&name=1&owner=1&pattern=Circuit%20Board&theme=Auto)
|
## Seven's Blog
|
||||||
|
|
||||||
![Better Stack Badge](https://uptime.betterstack.com/status-badges/v2/monitor/w1un.svg)
|
### License
|
||||||
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/realSunyz/pub.seven.blog/main?style=flat)
|
|
||||||
|
This project is licensed under the MIT License - see the [LICENSE](https://github.com/realSunyz/pub.seven.blog/blob/main/LICENSE) file for details.
|
@ -1,5 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
date = '{{ .Date }}'
|
||||||
date = {{ .Date }}
|
|
||||||
draft = true
|
draft = true
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
+++
|
+++
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
baseURL: https://sunyz.net/
|
baseURL: https://sunyz.net/
|
||||||
theme: hugo-theme-stack
|
theme:
|
||||||
|
|
||||||
defaultContentLanguage: "zh-cn"
|
defaultContentLanguage: "zh-cn"
|
||||||
defaultContentLanguageInSubdir: true
|
defaultContentLanguageInSubdir: true
|
||||||
|
3
hugo.toml
Normal file
3
hugo.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
baseURL = 'https://blog.sunyz.dev/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'Seven's Blog'
|
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
{"Target":"scss/style.min.abbd69b2908fdfcd5179898beaafd374514a86538d81639ddd2c58c06ae54e40.css","MediaType":"text/css","Data":{"Integrity":"sha256-q71pspCP381ReYmL6q/TdFFKhlONgWOd3SxYwGrlTkA="}}
|
|
Binary file not shown.
Before Width: | Height: | Size: 410 B |
@ -1 +0,0 @@
|
|||||||
d94a08adbd097b48067f8f26b7697e6e
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 21da06e448fe466ef0a03d1c717847f0eb0049fe
|
|
Loading…
Reference in New Issue
Block a user