diff options
author | hyang <hyang@hyang.xyz> | 2023-08-26 19:39:28 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-26 19:39:28 -0700 |
commit | cf1c558143548bb447a5485ee546c39ec27cd863 (patch) | |
tree | e634d109898cebc95950048e26f9c71d7eb21357 | |
parent | 19d662f289fbe2eea57728e31b3cdb96733f7a3e (diff) |
update
-rw-r--r-- | .drone.yml | 4 | ||||
-rw-r--r-- | .hugo_build.lock | 0 | ||||
-rw-r--r-- | content/blog/allo.md | 13 | ||||
-rw-r--r-- | hugo.toml | 2 | ||||
m--------- | public | 0 | ||||
m--------- | themes/hugo-bearblog | 0 |
6 files changed, 16 insertions, 3 deletions
@@ -10,7 +10,7 @@ steps: HUGO_ENV: production - name: deploy - image: golang + image: nginx commands: - - ls + - mv public /usr/share/nginx/html diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.hugo_build.lock diff --git a/content/blog/allo.md b/content/blog/allo.md new file mode 100644 index 0000000..bf3d80d --- /dev/null +++ b/content/blog/allo.md @@ -0,0 +1,13 @@ ++++ +title = "Allo" +date = "2023-08-26T19:36:34-07:00" + +# +# description is optional +# +# description = "An optional description for SEO. If not provided, an automatically created summary will be used." + +tags = [] ++++ + +Allo there. @@ -1,4 +1,4 @@ baseURL = 'https://hyang.xyz' languageCode = 'en-us' -title = '''Huaxuan's Bebsite''' +title = '''Huaxuan's Homepage''' theme = 'hugo-bearblog' diff --git a/public b/public new file mode 160000 +Subproject bea5fec147ec9d529f0ec243af002b246a8cab2 diff --git a/themes/hugo-bearblog b/themes/hugo-bearblog deleted file mode 160000 -Subproject 5fc1e03a7af2021d08c581d648c9082b3c48eb1 |