mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-23 21:14:21 +00:00
chore(global): update configs as usual
also update contents of the humans.txt file btw Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
bef9262872
commit
e5048e6f0f
6 changed files with 46 additions and 6 deletions
19
.envrc
19
.envrc
|
@ -1,8 +1,17 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if command -v devenv >> /dev/null; then
|
||||
eval "$(devenv direnvrc)"
|
||||
use devenv
|
||||
else
|
||||
echo "error: Install devenv first (https://devenv.sh) and then run 'direnv reload'"
|
||||
if [[ $DEBUG != "" ]]; then
|
||||
set -x
|
||||
fi
|
||||
|
||||
if command -v devenv >> /dev/null; then
|
||||
eval "$(devenv direnvrc)"
|
||||
use devenv
|
||||
else
|
||||
echo "error: Install devenv first (https://devenv.sh) and then run 'direnv reload'"
|
||||
return 1
|
||||
fi
|
||||
|
||||
if [[ $DEBUG != "" ]]; then
|
||||
set +x
|
||||
fi
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -21,3 +21,6 @@ devenv.local.nix
|
|||
|
||||
# pre-commit
|
||||
.pre-commit-config.yaml
|
||||
|
||||
# Cloudflare Wrangler
|
||||
.wrangler/
|
||||
|
|
3
.mailmap
Normal file
3
.mailmap
Normal file
|
@ -0,0 +1,3 @@
|
|||
Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev> <ajhalili2006@gmail.com>
|
||||
Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev> <ajhalili2006@andreijiroh.eu.org>
|
||||
Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev> <ajhalili2006@andreijiroh.xyz>
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
# user manual
|
||||
/manual /user-manual
|
||||
/manual/* /user-manual/:path
|
||||
|
||||
# legal
|
||||
/privacy /legal/privacy
|
||||
|
@ -25,3 +24,6 @@
|
|||
/security.txt /.well-known/security.txt
|
||||
/ads.txt /.well-known/ads.txt
|
||||
/keybase.txt /.well-known/keybase.txt
|
||||
|
||||
# dynamic routing
|
||||
/manual/* /user-manual/:path
|
|
@ -12,7 +12,7 @@
|
|||
From: Marilao, Bulacan, PH
|
||||
|
||||
/* SITE */
|
||||
Last update: 2025-02-11
|
||||
Last update: 2025-05-25 (might not be in sync with commit logs)
|
||||
Timezone: PHT (GMT+8)
|
||||
Version: Currently unversioned
|
||||
Language: English
|
||||
|
|
23
wrangler.jsonc
Normal file
23
wrangler.jsonc
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/recaptimedev-labs/workers-config-schema/refs/heads/main/config-schema.json",
|
||||
"name": "website",
|
||||
"account_id": "cf0bd808c6a294fd8c4d8f6d2cdeca05",
|
||||
"compatibility_date": "2025-06-01",
|
||||
"assets": {
|
||||
"directory": "./public",
|
||||
"html_handling": "auto-trailing-slash",
|
||||
"not_found_handling": "404-page",
|
||||
"run_worker_first": false
|
||||
},
|
||||
"build": {
|
||||
"command": "pipenv run build"
|
||||
},
|
||||
"workers_dev": true,
|
||||
"preview_urls": true,
|
||||
"routes": [
|
||||
{
|
||||
"custom_domain": true,
|
||||
"pattern": "andreijiroh.dev"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue