Skip to content

Commit

Permalink
Merge branch 'main' of github.com:riceball-tw/astro-blog
Browse files Browse the repository at this point in the history
  • Loading branch information
riceball-tw committed Feb 14, 2024
2 parents 77ad8e5 + d66582c commit 2e4b618
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/pages-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,9 @@ jobs:
name: Deploy to Cloudflare Pages
steps:
- name: Checkout
uses: actions/checkout@v3
- name: setup node
uses: actions/setup-node@v3
uses: actions/checkout@v4
with:
node-version: 18
- name: Install Git LFS
run: git lfs install
- name: Fetch Git LFS files
run: git lfs fetch
- name: Apply Git LFS files to content
run: git lfs checkout
lfs: true
- name: install packages and build
run: |
npm install
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# WebDong - 網頁東東
**[WebDong](https://www.webdong.dev/) - Discover Interesting Things Around The Web**

> 是什麼原因導致網頁建構上遭遇瓶頸?以及如何突破?
> 「網頁東東」專門解決你對「網頁東東」的疑惑。
[About](https://www.webdong.dev/about/) /
[Posts](https://www.webdong.dev/post/) /
[Editor](https://www.webdong.dev/editor/) /
[Toolbox](https://www.webdong.dev/toolbox/)

製作網頁不只考驗單一領域的深度,也同時涉及多項領域,需要多方的整合知識和技能。在建構過程中,會遇到各種挑戰,包括設計、開發、內容創作……等方面。網頁東東使命是幫助開發者們克服其中挑戰,並提供更輕鬆且直覺的學習管道。

![image](/public/images/brand/default-og.jpg)
<br/>
<samp>code is licensed under MIT,<br> words and images are licensed under <a href='https://creativecommons.org/licenses/by-nc/4.0/'>CC BY-NC 4.0</a></samp>.

0 comments on commit 2e4b618

Please sign in to comment.