From cf1c558143548bb447a5485ee546c39ec27cd863 Mon Sep 17 00:00:00 2001 From: hyang Date: Sat, 26 Aug 2023 19:39:28 -0700 Subject: update --- .drone.yml | 4 ++-- .hugo_build.lock | 0 content/blog/allo.md | 13 +++++++++++++ hugo.toml | 2 +- public | 1 + themes/hugo-bearblog | 1 - 6 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 .hugo_build.lock create mode 100644 content/blog/allo.md create mode 160000 public delete mode 160000 themes/hugo-bearblog diff --git a/.drone.yml b/.drone.yml index a03b13c..4e26d9f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 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. diff --git a/hugo.toml b/hugo.toml index d9380a7..524e189 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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 index 0000000..bea5fec --- /dev/null +++ b/public @@ -0,0 +1 @@ +Subproject commit bea5fec147ec9d529f0ec243af002b246a8cab29 diff --git a/themes/hugo-bearblog b/themes/hugo-bearblog deleted file mode 160000 index 5fc1e03..0000000 --- a/themes/hugo-bearblog +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5fc1e03a7af2021d08c581d648c9082b3c48eb19 -- cgit v1.2.3