set up ewp.fyi
This commit is contained in:
parent
ee4b001300
commit
9d35d3b186
32
.github/workflows/ewp-fyi.yml
vendored
Normal file
32
.github/workflows/ewp-fyi.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
name: Deploy ewp.fyi
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
- 'sites/ewp.fyi/**'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
name: Deploy to Production
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
environment: production
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
deployments: write
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout master
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Publish to Cloudflare Pages
|
||||||
|
uses: cloudflare/pages-action@v1
|
||||||
|
with:
|
||||||
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
|
projectName: ewp-fyi
|
||||||
|
directory: sites/ewp.fyi
|
||||||
|
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
wranglerVersion: '2'
|
13
sites/ewp.fyi/404.html
Normal file
13
sites/ewp.fyi/404.html
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>NOT FOUND</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
Nothing was found at this URL.<br>
|
||||||
|
Maybe you want to head to the <a href="https://ewpratten.com">main site</a>?
|
||||||
|
</body>
|
||||||
|
</html>
|
45
sites/ewp.fyi/_redirects
Normal file
45
sites/ewp.fyi/_redirects
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
# Short links to ewpratten.com
|
||||||
|
/ https://ewpratten.com
|
||||||
|
/blog https://ewpratten.com/blog
|
||||||
|
/music https://ewpratten.com/music/
|
||||||
|
/photography https://ewpratten.com/photography
|
||||||
|
/photos /photography
|
||||||
|
/contact https://ewpratten.com/contact
|
||||||
|
/k https://ewpratten.com/keys/ssh
|
||||||
|
|
||||||
|
# Music streaming service profiles
|
||||||
|
/spotify https://open.spotify.com/artist/1aLNEmgqBJkhfkEZvf8Vh5
|
||||||
|
/apple-music https://music.apple.com/us/artist/evan-pratten/1611566708
|
||||||
|
|
||||||
|
# General social media
|
||||||
|
/github https://github.com/ewpratten
|
||||||
|
/youtube https://www.youtube.com/@ewpratten
|
||||||
|
/linkedin https://www.linkedin.com/in/ewpratten/
|
||||||
|
/qrz https://qrz.com/db/va3zza
|
||||||
|
|
||||||
|
# Minecraft modpack
|
||||||
|
/modpack https://ewpratten.com/games/minecraft/modpack
|
||||||
|
/modpack/:version https://ewpratten.com/download/minecraft-modpack/:version
|
||||||
|
|
||||||
|
# Minecraft maps
|
||||||
|
/sdfmc-map https://ewpratten.com/maps/minecraft/mc-sdf-org
|
||||||
|
/rsninja-map https://ewpratten.com/maps/minecraft/rsninja-2020
|
||||||
|
|
||||||
|
# Minecraft Mods
|
||||||
|
/client-ping https://modrinth.com/mod/client-ping
|
||||||
|
/illuminated-shields https://modrinth.com/resourcepack/illuminated-shields
|
||||||
|
|
||||||
|
# EWCONFIG
|
||||||
|
/config https://github.com/ewpratten/ewconfig
|
||||||
|
|
||||||
|
# Projects
|
||||||
|
/tilde-tweaks https://github.com/ewpratten/tilde-tweaks
|
||||||
|
/tilde-tweaks/* https://github.com/ewpratten/tilde-tweaks/raw/master/scripts/:splat
|
||||||
|
/protomask https://ewpratten.com/software/apps/protomask
|
||||||
|
/protomask/v* https://github.com/ewpratten/protomask/releases/tag/v:splat
|
||||||
|
/protomask/latest https://github.com/ewpratten/protomask/releases/latest
|
||||||
|
/lra https://github.com/ewpratten/lra
|
||||||
|
/mlv https://github.com/ewpratten/mlv
|
||||||
|
|
||||||
|
# Work
|
||||||
|
/cf-scripts https://cflare.co/ewp-scripts-bitbucket
|
Loading…
x
Reference in New Issue
Block a user