Skip to content

Commit

Permalink
Update README.md with jekyll build guide
Browse files Browse the repository at this point in the history
  • Loading branch information
toto6038 committed Mar 11, 2022
1 parent be37dc0 commit 3262825
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,31 @@
# 臺灣自由開源 L10N 社群支援站。l10n-tw.github.io

## 建置網站

本網站採用 Jekyll 來產生靜態網頁。您需要安裝[必要軟體](https://jekyllrb.com/docs/installation/)以繼續以下步驟。

### 啟動本機測試伺服器

```shell
bundle exec jekyll serve
```


```shell
jekyll serve
```

### 產生部署網站成品

```shell
jekyll build
```

## 變數說明

### 開啟、關閉 AMP 網頁

```
AMP: [true], false
```
Expand All @@ -20,4 +43,4 @@ info (![img](https://fonts.gstatic.com/s/i/materialicons/info/v7/24px.svg)),
warning (![img](https://fonts.gstatic.com/s/i/materialiconsoutlined/warning/v5/24px.svg))
```
INFO-ICON: [info], warning
```
```

0 comments on commit 3262825

Please sign in to comment.