1
0
mirror of https://github.com/tommytran732/tommytran.io synced 2024-09-19 14:44:43 -04:00

Move to Cloudflare

This commit is contained in:
Tommy 2023-06-15 20:30:48 -07:00 committed by GitHub
parent 0ee0827297
commit e9201ee78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 36 deletions

View File

@ -1,5 +1,2 @@
# tommytran.io # tommytran.io
[![Netlify Status](https://api.netlify.com/api/v1/badges/0d797930-bbbe-41b6-a38c-95d349558533/deploy-status)](https://app.netlify.com/sites/tommytran-io/deploys)
My personal website. <br /> My personal website. <br />

View File

@ -1,33 +0,0 @@
[build.environment]
HUGO_VERSION = "0.113.0"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[[plugins]]
package = "netlify-plugin-checklinks"
[plugins.inputs]
# An array of glob patterns for pages on your site
# Recursive traversal will start from these
entryPoints = [
"*.html",
]
# Recurse through all the links and asset references on your page, starting
# at the entrypoints
recursive = true
# Checklinks outputs TAP (https://testanything.org/tap-version-13-specification.html)
# by default. Enabling pretty mode makes the output easier on the eyes.
pretty = true
# You can mark some check as skipped, which will block checklinks
# from ever attempting to execute them.
# skipPatterns is an array of strings you can match against failing reports
skipPatterns = [
"public/index.html",
"public/about/index.html",
"public/contact/index.html",
"public/404.html",
]