Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(posts/2024): add new entry #110

Merged
merged 2 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions posts/2018/12/31/2018-end.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
date: '2018-12-31T14:00:00+09:00'
title: '2018年 仕事終わり'
date: "2018-12-31T14:00:00+09:00"
title: "2018年 仕事終わり"
---

# TL;DR

[![image](/_rjyhayX.jpg)](https://x.com/9renpoto/status/1075281116548849664)

- [findy-code](https://findy-code.io/)で25位だったそうです

Check warning on line 10 in posts/2018/12/31/2018-end.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (findy)
- 偏差値は高くないです

## 芝生を温める
Expand Down Expand Up @@ -46,7 +46,7 @@

1. [CI](https://github.com/marketplace/category/continuous-integration)
1. 仕事でも依存しているし素振りしておくと便利
1. travis, ciecleci, werckerciなどを使うことが多い

Check warning on line 49 in posts/2018/12/31/2018-end.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (ciecleci)

Check warning on line 49 in posts/2018/12/31/2018-end.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (werckerci)
1. [Dependency management](https://github.com/marketplace/category/dependency-management)
1. JS系はrenovate
1. その他はdependabotなどが多い
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)