Skip to content

Commit

Permalink
feat(config): fix logo and tags
Browse files Browse the repository at this point in the history
1. fix logo
2. fix tags (chinese tags not supported)
3. fix some wording
  • Loading branch information
schwannden committed Jul 22, 2024
1 parent ce9715f commit 8b83228
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# visit https://giscus.app to get your Giscus ids
NEXT_PUBLIC_GISCUS_REPO=schwannden/prayer-blog
NEXT_PUBLIC_GISCUS_REPOSITORY_ID=R_kgDOMZHKvA
NEXT_PUBLIC_GISCUS_CATEGORY=Comment
NEXT_PUBLIC_GISCUS_CATEGORY_ID=DIC_kwDOMZHKvM4ChEhG
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

github: timlrx
github: schwannden
2 changes: 1 addition & 1 deletion app/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Home({ prayers }) {
<div className="divide-y divide-gray-200 dark:divide-gray-700">
<div className="space-y-2 pb-8 pt-6 md:space-y-5">
<h1 className="text-3xl font-extrabold leading-9 tracking-tight text-gray-900 dark:text-gray-100 sm:text-4xl sm:leading-10 md:text-6xl md:leading-14">
Latest
最新禱告
</h1>
<p className="text-lg leading-7 text-gray-500 dark:text-gray-400">
{siteMetadata.description}
Expand Down
2 changes: 1 addition & 1 deletion app/tag-data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"孩子":1,"祝福":2,"妻子":1}
{"child":1,"blessing":2,"wife":1}
26 changes: 25 additions & 1 deletion data/authors/default.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,28 @@ linkedin: https://www.linkedin.com/in/schwannden
github: https://github.com/schwannden
---

Schwannden is a follower of Christ.
禱告,沒有一定的形式。沒有一定的規則,沒有正確的做法。基督徒的禱告,常常不一定比非信徒還要神聖。

我們有了一個需要,我們發現我們需要上帝重視我們的需要,所以我們轉向上帝禱告。

那麼基督徒的禱告跟一般信仰的祈求有什麼差別呢?第一是禱告的對象,第二是我們在關係中禱告。

在禱告裡面,我們與創造世界的上帝,進入了一個親密的關係。正因為是親密的關係,所以禱告的時候我們不怕說錯話,不怕做錯事,不用在某個最恰當的時間,不需要具有特定的心情。

## 我們不用「成為什麼」才能跟上帝禱告,我們就開始禱告,隨時禱告。

> People go to God when they’re in need,
> plead for help, pray for blessings and bread,
> for rescue from their sickness, guilt, and death.
> So do they all. all of them, Christians and heathens.
>
> People go to God when God’s in need,
> find God poor, reviled, without shelter or bread,
> see God devoured by sin, weakness, and death.
> Christians stand by God in God’s own pain.
>
> God goes to all people in their need,
> fills body and soul with God’s own bread,
> goes for Christians and heathens to Calvary’s death
> and forgives them both.
>> Dietrich Bonhoeffer
10 changes: 8 additions & 2 deletions data/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/prayer/for-children/day1.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 第1天-成為禱告的父母
date: '2024-07-21'
tags: ['孩子', '祝福']
tags: ['child', 'blessing']
draft: false
summary: '成為禱告的父母'
---
Expand Down
4 changes: 2 additions & 2 deletions data/prayer/for-wife/day1.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 第1天
title: 第1天 經歷我主我神的應許
date: '2024-07-21'
tags: ['妻子', '祝福']
tags: ['wife', 'blessing']
draft: false
summary: '使我的妻子生命中的每個層面都經歷我主我神的應許'
---
Expand Down
8 changes: 2 additions & 6 deletions data/siteMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const siteMetadata = {
title: '禱告書',
author: 'Schwannden Kuo',
headerTitle: '禱告書',
description: '禱告不是一件事情,是一種生活方式。',
description: '禱告不是一件事情,是生而為人的一種內在本質。',
language: 'zh-tw',
theme: 'system', // system, dark or light
siteUrl: 'http://prayer.schwannden.com/',
Expand Down Expand Up @@ -39,11 +39,7 @@ const siteMetadata = {
// googleAnalyticsId: '', // e.g. G-XXXXXXX
// },
},
newsletter: {
// supports mailchimp, buttondown, convertkit, klaviyo, revue, emailoctopus
// Please add your .env file and modify it according to your selection
provider: 'buttondown',
},
newsletter: {},
comments: {
// If you want to use an analytics provider you have to add it to the
// content security policy in the `next.config.js` file.
Expand Down
Binary file modified public/static/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/images/twitter-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b83228

Please sign in to comment.