1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 19:15:30 -04:00

v5: Revenge of the JavaScript 🦸 (#711)

Hugo ➡️ Next.js
This commit is contained in:
2021-12-30 08:18:41 -05:00
committed by GitHub
parent b7505fa260
commit 9979e1bf3f
577 changed files with 8019 additions and 11864 deletions
+14 -15
View File
@@ -1,15 +1,10 @@
# Hugo artifacts
public/
builds/
_vendor/
assets/jsconfig.json
hugo_stats.json
.hugo_build.lock
# next.js
.next/
out/
# webpack output
static/assets/
data/manifest.json
webpack_stats.json
# generated at build-time by next-sitemap
public/robots.txt
public/sitemap.xml
# node/npm/yarn
node_modules/
@@ -18,12 +13,10 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Lighthouse CI
.lighthouseci/
# here be secrets
*.env*
!.env.example
*.pem
# macOS/iCloud junk
.DS_Store
@@ -34,5 +27,11 @@ yarn-error.log*
*.icloud
.nosync
# local Vercel config
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel