diff options
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | doc/src/404.md | 12 | ||||
| -rw-r--r-- | doc/src/doc/index.md | 2 | ||||
| -rw-r--r-- | doc/src/index.md | 4 |
4 files changed, 16 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac1b4ef..cc2bc97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: uses: cloudflare/pages-action@1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} + accountId: 8279a0db87c255a58a89ca7fd11612ab projectName: crocc directory: doc/dst gitHubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/doc/src/404.md b/doc/src/404.md new file mode 100644 index 0000000..120c18a --- /dev/null +++ b/doc/src/404.md @@ -0,0 +1,12 @@ +--- +title: 404 +description: Crocc is a simple and fast static-site generator based on Markdown. +keywords: [] +publication_time: 2023-04-26T21:50:00Z +author: Nicolas Paul <n@nc0.fr> +--- +# 404 + +The page you are looking for does not exist. + +[Go back to the homepage](/) diff --git a/doc/src/doc/index.md b/doc/src/doc/index.md index 21a70fb..d01420b 100644 --- a/doc/src/doc/index.md +++ b/doc/src/doc/index.md @@ -20,4 +20,4 @@ author: Nicolas Paul <n@nc0.fr> - [Markdown syntax](/doc/markdown) - [Template syntax](/doc/template) -- [Input/output directory](/doc/iodir.md) +- [Input/output directory](/doc/iodir) diff --git a/doc/src/index.md b/doc/src/index.md index b5ce035..dcd98b0 100644 --- a/doc/src/index.md +++ b/doc/src/index.md @@ -78,10 +78,10 @@ See the [documentation](/doc) for more information. ## License -The project is governed by a BSD-style license that can be found in the +The project is governed by a BSD-style license that can be found in the [LICENSE](https://github.com/n1c00o/crocc/blob/master/LICENSE) file. -The banner image is a [photo](https://unsplash.com/photos/R3sgrDvXz3I) from +The banner image is a [photo](https://unsplash.com/photos/R3sgrDvXz3I) from [Unsplash](https://unsplash.com/) by [Thomas Couillard](https://unsplash.com/@thomascouillard). |
