Compare commits

...

3 Commits

Author SHA1 Message Date
669927c1fd feat: 修改信息。
Some checks reported errors
continuous-integration/drone Build is passing
continuous-integration/drone/push Build was killed
2022-07-17 15:59:57 +08:00
6d28de39c1 build: fix webhook push wihout authorization header.
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-17 11:23:39 +08:00
621fdf53a8 build: fix drone config.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2022-07-17 10:14:59 +08:00
6 changed files with 10 additions and 29 deletions

View File

@ -69,3 +69,4 @@ public
.DS_Store .DS_Store
secrets.txt secrets.txt
.drone.yml

View File

@ -92,22 +92,15 @@ clone:
disable: true disable: true
depends_on: depends_on:
- linux-amd64 - linux-amd64
volumes:
- name: dockersock
host:
path: /var/run/docker.sock
- name: fennec
host:
path: /home/ivan/srv/fennec
steps: steps:
- name: deploy - name: deploy
image: plugins/webhook image: plugins/webhook
settings: settings:
token-value: token_value:
from_secret: watchtower-webhook-token from_secret: watchtower-webhook-token
token-type: Bearer token_type: Bearer
urls: http://101.local/v1/update urls: https://watchtower.ivanli.cc/v1/update
content_type: application/json content_type: application/json
template: | template: |
{ {

8
.github/FUNDING.yml vendored
View File

@ -1,8 +0,0 @@
# These are supported funding model platforms
github: [LekoArts]
patreon: lekoarts
open_collective: # Replace with a single Open Collective username
ko_fi: lekoarts
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
custom: # Replace with a single custom sponsorship URL

View File

@ -1,9 +1,9 @@
FROM node:16-alpine as base FROM node:16-alpine as base
# RUN apk add --no-cache make gcc g++ python3
WORKDIR /app WORKDIR /app
COPY package-lock.json package.json ./ COPY package-lock.json package.json ./
RUN npm ci --no-audit --legacy-peer-deps RUN npm ci --no-audit --legacy-peer-deps
COPY . . COPY . .
FROM node:16-alpine as release FROM node:16-alpine as release
WORKDIR /app WORKDIR /app
COPY --from=base /app ./ COPY --from=base /app ./

View File

@ -1,4 +1,4 @@
<Title text="Projects" /> {/* <Title text="Projects" /> */}
- [3D Art with Cinema4D](https://www.lekoarts.de/art/3d?utm_source=minimal-blog&utm_medium=Theme) <!-- - [3D Art with Cinema4D](https://www.lekoarts.de/art/3d?utm_source=minimal-blog&utm_medium=Theme) -->
- [Landscape Photography](https://www.lekoarts.de/art/photography?utm_source=minimal-blog&utm_medium=Theme) <!-- - [Landscape Photography](https://www.lekoarts.de/art/photography?utm_source=minimal-blog&utm_medium=Theme) -->

View File

@ -2,9 +2,4 @@
你好呀! 你好呀!
</Text> </Text>
我是 Ivan Li从事 Web 全栈开发工作,最近在研究电子电路与嵌入式开发。这是我的博客,用来与到访的你分享我的繁星点点。 我是 Ivan Li我将在此与你分享 Web 全栈的 DevSeqOps、电子电路与嵌入式开发知识以及一些琐碎的生活。
我平常做 Web 开发一般会使用 React、Angular、Vue、NestJS 相关生态,我偏好 PostgreSQL 存储数据。我喜欢 MacOS 和 ArchLinux。
我正在学习 Rust 语言,它非常棒,我在用 Rust 和 ESP 32-C3 实现一些嵌入式的工程。我还在慢慢摸索电子电路知识,希望我能平安地学到足够用的知识。
哦,对了!因为平常使用 Logseq 做记录,它相当于我的扩展记忆体,我的很多公开内容都在那。不过最后我会找个时间,将内容梳理过来,请放心。