chore(website): move website to website folder
This reverts commit b6e52e128e
.
@ -2,7 +2,7 @@
|
|||||||
/.git/
|
/.git/
|
||||||
/.github/
|
/.github/
|
||||||
/npm/
|
/npm/
|
||||||
/docs/
|
/website/
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
.editorconfig
|
.editorconfig
|
||||||
|
2
.github/workflows/ci.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
args: >
|
args: >
|
||||||
--exclude "%7Busername%7D|file:///|https://datatracker.ietf.org|protonmail"
|
--exclude "%7Busername%7D|file:///|https://datatracker.ietf.org|protonmail"
|
||||||
-v *.md docs/docs/* docs/blog/*
|
-v *.md website/docs/* website/blog/*
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
0
docs/.gitignore → website/.gitignore
vendored
@ -41,13 +41,13 @@ const config = {
|
|||||||
sidebarPath: require.resolve("./sidebars.js"),
|
sidebarPath: require.resolve("./sidebars.js"),
|
||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
// Remove this to remove the "edit this page" links.
|
// Remove this to remove the "edit this page" links.
|
||||||
editUrl: "https://github.com/orhun/git-cliff/tree/main/docs/",
|
editUrl: "https://github.com/orhun/git-cliff/tree/main/website/",
|
||||||
},
|
},
|
||||||
blog: {
|
blog: {
|
||||||
showReadingTime: true,
|
showReadingTime: true,
|
||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
// Remove this to remove the "edit this page" links.
|
// Remove this to remove the "edit this page" links.
|
||||||
editUrl: "https://github.com/orhun/git-cliff/tree/main/docs/",
|
editUrl: "https://github.com/orhun/git-cliff/tree/main/website/",
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: require.resolve("./src/css/custom.css"),
|
customCss: require.resolve("./src/css/custom.css"),
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 716 B After Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |