diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..b512c09 --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/.drone.yml b/.drone.yml index b1aab4d..048a4f5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,9 @@ steps: target: /dist path_style: true + - name: deploy + image: plugins/s3 + - name: send telegram notification image: appleboy/drone-telegram settings: diff --git a/dockerfile b/dockerfile new file mode 100644 index 0000000..de1b3cd --- /dev/null +++ b/dockerfile @@ -0,0 +1,3 @@ +FROM nginx +COPY dist /usr/share/nginx/html +EXPOSE 80 \ No newline at end of file diff --git a/index.html b/index.html index 5c0fdbb..a7d874d 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@
- avatar + avatar

It's me, 186526! @@ -60,27 +60,27 @@ 186526's Blog + src="assets/hexo.svg" /> 186526's Status + alt="186526's Status" src="assets/uptimerobot.ico" /> 186526 Network @ DN42 + alt="186526 Network @ DN42" src="assets/dn42.png" /> 186526's Gitea + alt="186526's Gitea" src="img/logo.svg" /> Github + src="assets/github.svg" /> Telegram + src="assets/telegram.svg" /> diff --git a/public/assets/background.png b/public/assets/background.png new file mode 100644 index 0000000..5f49a51 Binary files /dev/null and b/public/assets/background.png differ diff --git a/public/assets/background.webp b/public/assets/background.webp new file mode 100644 index 0000000..576f412 Binary files /dev/null and b/public/assets/background.webp differ diff --git a/public/assets/dn42.svg b/public/assets/dn42.svg new file mode 100644 index 0000000..f00ec76 --- /dev/null +++ b/public/assets/dn42.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + diff --git a/public/assets/github.svg b/public/assets/github.svg new file mode 100644 index 0000000..a8d1174 --- /dev/null +++ b/public/assets/github.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/hexo.svg b/public/assets/hexo.svg new file mode 100644 index 0000000..fab98a9 --- /dev/null +++ b/public/assets/hexo.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/lama.avatar.png b/public/assets/lama.avatar.png new file mode 100644 index 0000000..462d901 Binary files /dev/null and b/public/assets/lama.avatar.png differ diff --git a/public/assets/lsp.avatar.png b/public/assets/lsp.avatar.png new file mode 100644 index 0000000..b5d95f3 Binary files /dev/null and b/public/assets/lsp.avatar.png differ diff --git a/public/assets/telegram.svg b/public/assets/telegram.svg new file mode 100644 index 0000000..c67526f --- /dev/null +++ b/public/assets/telegram.svg @@ -0,0 +1,16 @@ + + + + Artboard + Created with Sketch. + + + + + + + + + + + \ No newline at end of file diff --git a/public/assets/uptimerobot.ico b/public/assets/uptimerobot.ico new file mode 100644 index 0000000..989c977 Binary files /dev/null and b/public/assets/uptimerobot.ico differ