diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index 27bef54..4837cfa 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -1,6 +1,6 @@ name: Check spelling on: - pull_request: + pull_request: null jobs: spellcheck: runs-on: ubuntu-latest @@ -10,3 +10,5 @@ jobs: with: incremental_files_only: true strict: false +words: + - textlint diff --git a/.github/workflows/textlint.yml b/.github/workflows/textlint.yml index 84e71dc..6f8d3d3 100644 --- a/.github/workflows/textlint.yml +++ b/.github/workflows/textlint.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Deno uses: denoland/setup-deno@v1 with: - deno-version: v1.x + deno-version: v1.43.6 - run: deno cache __tests__/deps.ts - run: find posts/${{ matrix.year }} -name '*.md' | sort | xargs -I file deno task lint file diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..805299f --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,15 @@ +repos: + - repo: https://github.com/streetsidesoftware/cspell-cli + rev: v8.8.2 + hooks: + - id: cspell + - repo: https://github.com/hadolint/hadolint + rev: v2.12.0 + hooks: + - id: hadolint + - repo: local + hooks: + - id: secretlint + name: secretlint + language: docker_image + entry: secretlint/secretlint:latest secretlint diff --git a/cspell.json b/cspell.json index 08b0ffc..0997f61 100644 --- a/cspell.json +++ b/cspell.json @@ -18,7 +18,10 @@ "9renpoto", "bluesky", "denoland", + "hadolint", "healthz", - "preact" + "preact", + "tailwindcss", + "textlint" ] } diff --git a/deno.json b/deno.json index 190aec6..4cf912f 100644 --- a/deno.json +++ b/deno.json @@ -7,10 +7,7 @@ "lint": "deno run -A npm:textlint", "preview": "deno run -A main.ts" }, - "compilerOptions": { - "jsx": "react-jsx", - "jsxImportSource": "preact" - }, + "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "lock": false, "imports": { "$fresh/": "https://deno.land/x/fresh@1.6.8/", @@ -29,16 +26,6 @@ "$gfm": "https://deno.land/x/gfm@0.3.0/mod.ts", "$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts" }, - "lint": { - "rules": { - "tags": [ - "fresh", - "recommended" - ] - } - }, - "exclude": [ - "**/_fresh/*", - "cache" - ] + "lint": { "rules": { "tags": ["fresh", "recommended"] } }, + "exclude": ["**/_fresh/*", "cache"] } diff --git a/posts/2024/05/29/im-an-early.md b/posts/2024/05/29/im-an-early.md new file mode 100644 index 0000000..4761b42 --- /dev/null +++ b/posts/2024/05/29/im-an-early.md @@ -0,0 +1,34 @@ +--- +date: '2024-05-29' +title: 朝型 +snippet: I'm an early +--- + +# 近況 + +- パパ育休をもらって里帰り先より生活の基盤を移しました +- 生活スタイルを朝型にシフト中です + +## 大きく変わった生活 + +子供中心の時間設計を模索中。深夜対応は新規システムのオンコール対応の気分(アラートは大きめ)。 +夜は割とぐっすり寝てくれていて、ミルクは過剰に与えすぎてなくても良い。 + +寝かしつけは練習中で22-24時台のミルク前後テンションが高い。 +夜に自分の時間を作ることはその関係で悩んでいる。朝のミルクタイミングから起きて洗濯なり自分の時間を作っている。 + +仕事も早朝よりさせてもらうほうが今のところ便利が良さそうだ。 + +## 体調 + +引っ越しや新生児の受け入れなどで筋トレのリズムが狂っている。 +肩腰の違和感が起きやすい。体脂肪も上がったままだ。 + +育児と仕事と健康のリズムを安定させることの優先度が高い。 + +## 料理 + +最近台所を預かっている。まだスーパーの事情を把握できていない。 +世間はキャベツ🥬が高く茄子🍆 の美味しい季節になったようだ。 + +朝型になった関係で朝ご飯の需要が高まっている。効率の良い便利な朝ご飯を知りたい。 diff --git a/tailwind.config.ts b/tailwind.config.ts index 99dba8f..6a74ab1 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -1,4 +1,4 @@ -import { type Config } from "tailwindcss"; +import type { Config } from "tailwindcss"; export default { content: [