Skip to content

Commit

Permalink
feat(posts/2024): add new entry
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Dec 31, 2024
1 parent 54c7a1a commit 424c748
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 14 deletions.
12 changes: 3 additions & 9 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"imports": {
"$fresh-testing-library/": "https://deno.land/x/[email protected]/",
"$fresh/": "https://deno.land/x/fresh@1.6.8/",
"$fresh/": "https://deno.land/x/fresh@1.7.3/",
"$fresh_seo": "https://deno.land/x/[email protected]/mod.ts",
"$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts",
"./": "./",
Expand All @@ -29,14 +29,8 @@
},
"lint": {
"rules": {
"tags": [
"fresh",
"recommended"
]
"tags": ["fresh", "recommended"]
}
},
"exclude": [
"**/_fresh/*",
"cache"
]
"exclude": ["**/_fresh/*", "cache"]
}
102 changes: 98 additions & 4 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as $healthz from "./routes/healthz.tsx";
import * as $index from "./routes/index.tsx";
import * as $rss_xml from "./routes/rss.xml.ts";
import * as $SearchButton from "./islands/SearchButton.tsx";
import { type Manifest } from "$fresh/server.ts";
import type { Manifest } from "$fresh/server.ts";

const manifest = {
routes: {
Expand Down
47 changes: 47 additions & 0 deletions posts/2024/12/31/2024-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
date: 2024-12-31
title: 2024も終わると聞いて
---

# TL;DR

1. 2024年は家族との時間を大切にしつつ、仕事や趣味を楽しんだが、体重増加や耳鳴りが気になった
1. 来年は運動や柔軟を習慣化し、仕事面では安定と新たな挑戦を目指したい
1. 家族や仕事のバランスを保ちながら、充実した1年にしたい

## 振り返り

- プライベート
- 2024年は子どものために時間を使えた
- 在宅で仕事をできることに感謝
- 育休を取得し子育てや家事をリードしてくれている奥さんに感謝
- 体調
- 体重が過去最大になっている
- 健康診断は問題ない
- 酒を飲む量は減った
- たまに耳鳴りがするようになった
- 趣味
- 車の運転が最近楽しい
- もう少し子どもが大きくなったら山に登ったりなどしたい
- 仕事
- インプットもアウトプットも減ってしまっている
- 得意なことを中心にやらせてもらっている
- チャレンジは少なめ

## 来年の目標

- 体調
- もう少し安定してジムに通うなり運動する
- 苦手な柔軟をする
- 仕事
- 共働き体制を安定させる
- 波を小さくする
- 非機能要件にチャレンジを作る

## 過去

- [2023 年終わり](https://9renpoto.win/entry/2023/12/31/end)
- [2019 年終わり](https://9renpoto.win/entry/2019/12/31/2019-end)
- [2018 年終わり](https://9renpoto.win/entry/2018/12/31/2018-end)
- [2017 年終わり](https://9renpoto.win/entry/2017/12/31/2017-end)
- [2016 年終わり](https://9renpoto.win/entry/2017/01/01/2016)

0 comments on commit 424c748

Please sign in to comment.