mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 09:32:19 +00:00
remove darkvisitors params
This commit is contained in:
parent
ce1213cd14
commit
6a3cb9888b
2 changed files with 0 additions and 7 deletions
1
.github/workflows/deploy-prod.yml
vendored
1
.github/workflows/deploy-prod.yml
vendored
|
@ -47,7 +47,6 @@ jobs:
|
||||||
- name: Build with Hugo
|
- name: Build with Hugo
|
||||||
run: |
|
run: |
|
||||||
HUGO_REMOTE_FONT_PATH=${{ secrets.REMOTE_FONT_PATH }} \
|
HUGO_REMOTE_FONT_PATH=${{ secrets.REMOTE_FONT_PATH }} \
|
||||||
HUGO_DARKVISITORS=${{ secrets.DARKVISITORS_TOKEN }} \
|
|
||||||
hugo --minify
|
hugo --minify
|
||||||
- name: Insert 404 page
|
- name: Insert 404 page
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -8,12 +8,6 @@ numberOfRelatedPosts = 5
|
||||||
|
|
||||||
indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-."
|
indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-."
|
||||||
|
|
||||||
darkVisitors = [
|
|
||||||
"AI Assistant",
|
|
||||||
"AI Data Scraper",
|
|
||||||
"AI Search Crawler"
|
|
||||||
]
|
|
||||||
|
|
||||||
omgUser = "jbowdre"
|
omgUser = "jbowdre"
|
||||||
musicThreadId = "2aVjZUocjk96LELFbV5JvJjm14v"
|
musicThreadId = "2aVjZUocjk96LELFbV5JvJjm14v"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue