Skip to content

Commit

Permalink
Merge pull request #1 from schwannden/feat/add-prayer-projects
Browse files Browse the repository at this point in the history
feat(prayer): add prayer for kid and wife
  • Loading branch information
schwannden authored Jul 21, 2024
2 parents 11ad1b6 + a01a449 commit 8030ae8
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 22 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Inspired from https://github.com/actions/starter-workflows/blob/main/pages/nextjs.yml
name: CI Checker

on:
pull_request:
branches: main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: yarn
- id: configurepages
uses: actions/configure-pages@v5
- name: Restore cache
uses: actions/cache@v4
with:
path: .next/cache
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock') }}-
- run: yarn
- run: yarn build
env:
EXPORT: 1
UNOPTIMIZED: 1
BASE_PATH: ${{ steps.configurepages.outputs.base_path }}
2 changes: 1 addition & 1 deletion app/tag-data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"孩子":1,"平安":1}
{"孩子":1,"祝福":1}
32 changes: 32 additions & 0 deletions data/prayer/for-children/day1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: 第1天-成為禱告的父母
date: '2024-07-21'
tags: ['孩子', '祝福']
draft: false
summary: '成為禱告的父母'
---

# 上帝的話

> 不是你們揀選了我,是我揀選了你們,並且分派你們去結果子,叫你們的果子常存,使你們奉我的名,無論向父求什麼,他就賜給你們。
>> 約 15:16
> 行為純正的義人,他的子孫是有福的!
>> 箴 20:7
> 你們奉我的名無論求什麼,我必成就,叫父因兒子得榮耀。你們若奉我的名求什麼,我必成就。
>> 約 14:13-14
> 你們做父(母)親的,不要惹兒女的氣,只要照著主的教訓和警戒養育他們。
>> 弗 6:4
> 戴上救恩的頭盔,拿著聖靈的寶劍,就是神的道;靠著聖靈,隨時多方禱告祈求;並要在此儆醒不倦,為眾聖徒祈求。
>> 弗6:17-18
# 禱告

主啊,我要完全順服你。我知道照你心意養育孩子是一件我本能所不及的事,我知道我需要你幫助我。我要與你同工,並親自蒙受你的恩賜:即智慧、洞察力、啟示與引導。我也需要你的力量、忍耐及你豐盛的慈愛湧流貫穿我,教導我如何以你愛的方式去愛人。在我需要醫治、拯救、改變、成長、補足之處,我懇求你在我的裡面動工。

幫助我能公義、正直地活在你面前。將你的法則指教我,使我能順服你的誡命,行你眼中所喜悅的事情。

願你聖靈的榮美能清楚顯明在我裡面,使我成為一個敬虔的榜樣。賜我必備的技巧知道如何溝通、教導、並撫育孩子,使我能成為合你心意的父母。教導我如何禱告,並真正為這孩子的生命代求。主啊,你在聖經中說:「你們禱告,無論求什麼,只要信,就必得著。」(太21:22) 我奉耶穌的名祈求你增添我的信心,使我相信你在我心中所放入的一切代禱事項,都與這個孩子有密切的關係。
20 changes: 0 additions & 20 deletions data/prayer/for-children/peace.mdx

This file was deleted.

19 changes: 19 additions & 0 deletions data/prayer/for-wife/day1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 第1天
date: '2024-07-21'
tags: ['妻子', '祝福']
draft: false
summary: '使我的妻子生命中的每個層面都經歷我主我神的應許'
---

# 上帝的話

> 神的應許不論有多少,在基督都是是的,所以藉著他也都是實在的,叫神因我們得榮耀。
>> 林後 1:20

# 禱告

主啊!神的應許不論有多少,在基督裡都是對的,所以藉著你也都是實在的,因此我要奉你的名祝福______天天住在基督裡、使我的妻子______生命中的每個層面都經歷我主我神的應許,並使我神得榮耀。(林後1:20)

主啊!當我的妻子______偶有被過犯所勝,且她也願意在你的面前回轉時,求你幫助我要向她顯出堅定不移的愛心來接納且赦免她,免得撒但趁著機會勝過她。(林後2:8-11)奉主耶穌的名禱告,阿們!
8 changes: 7 additions & 1 deletion data/projectsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ const projectsData: Project[] = [
title: '為孩子禱告',
description: `為你的孩子禱告`,
imgSrc: '/static/images/projects/children.png',
href: '/tags/children',
href: '/tags/孩子',
},
{
title: '為妻子禱告',
description: `為你的妻子禱告`,
imgSrc: '/static/images/projects/children.png',
href: '/tags/妻子',
},
]

Expand Down

0 comments on commit 8030ae8

Please sign in to comment.