summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-26 19:39:28 -0700
committerhyang <hyang@hyang.xyz>2023-08-26 19:39:28 -0700
commitcf1c558143548bb447a5485ee546c39ec27cd863 (patch)
treee634d109898cebc95950048e26f9c71d7eb21357
parent19d662f289fbe2eea57728e31b3cdb96733f7a3e (diff)
update
-rw-r--r--.drone.yml4
-rw-r--r--.hugo_build.lock0
-rw-r--r--content/blog/allo.md13
-rw-r--r--hugo.toml2
m---------public0
m---------themes/hugo-bearblog0
6 files changed, 16 insertions, 3 deletions
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
--- /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.
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
+Subproject bea5fec147ec9d529f0ec243af002b246a8cab2
diff --git a/themes/hugo-bearblog b/themes/hugo-bearblog
deleted file mode 160000
-Subproject 5fc1e03a7af2021d08c581d648c9082b3c48eb1