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: add new entry #100

Merged
merged 2 commits into from
Aug 12, 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
35 changes: 35 additions & 0 deletions posts/2024/08/12/gaining_fat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: 体脂肪↗
date: "2024-08-12"
snippet: Gaining Fat
---

# TL;DR

- 体脂肪が増加傾向にある
- うまく時間が作れなくて悩ましい
- 朝の時間をうまく活用したい
- 8月は睡眠時間削って運動するチャレンジも考える

## 夜に時間が作れない

- 8-9時には寝かしつけ🍼
- 仕事が長引いた分はごはんやお風呂の時間を削っていく

## 深夜の🍼と不安定な二度寝

- 👶は寝返りやうつ伏せ寝がブーム
- 動きたいときは動きたい
- 3-4時で寝かしつけ再チャレンジして二度寝するか悩む

## 運動(ジム)

- 今は週末の午前中に時間が取れたらジムで運動
- 週2日2−3時間体を動かす
- できれば平日にも体を動かしたい

## 朝活

- 平日朝にランニングしてる人をSNSでよく見かける
- 4-5時ぐらいはまだ真夏でも活動できそう
- 👶にあと1時間寝てもらうか、不定期で睡眠時間2-3時間削って運動に回すか8月チャレンジする
2 changes: 1 addition & 1 deletion routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
ogImage="https://avatars3.githubusercontent.com/u/520693?s=460&v=4"
/>
</Head>
<main class="max-w-screen-lg w-full px-4 pt-4 mx-auto">
<main class="max-w-screen-md w-full px-4 pt-4 mx-auto">

Check warning on line 26 in routes/index.tsx

View check run for this annotation

Codecov / codecov/patch

routes/index.tsx#L26

Added line #L26 was not covered by tests
<Bio author={author} />
<div class="mt-8">
{posts.map((post) => <PostCard post={post} />)}
Expand Down