forked from supacode/supacode.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update scripts to work with IONOS * Remove stuff * Remove PWA * Revert "Remove stuff" This reverts commit b8ef6a0. * Remove a bunch more stuff * Try to fix some stuff * Ignore out folder when linting * Update Readme * Remove nvmre --------- Co-authored-by: Lennard Schwarz <[email protected]>
- Loading branch information
1 parent
108da78
commit af03eca
Showing
29 changed files
with
202 additions
and
3,741 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,4 +61,5 @@ module.exports = { | |
version: 'detect', | ||
}, | ||
}, | ||
ignorePatterns: ['out/'], // ignore the static build folder | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,6 @@ public/sw.js | |
public/sw.js.map | ||
public/workbox-*.js | ||
public/workbox-*.js.map | ||
|
||
|
||
# static files | ||
out* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1 @@ | ||
export const blogRoutes = { | ||
id: 'blog', | ||
text: 'Blog', | ||
url: '/blog', | ||
}; | ||
|
||
export const aboutRoutes = { | ||
id: 'about', | ||
text: 'About Me', | ||
url: '/#about', | ||
}; | ||
|
||
export const contactRoutes = { | ||
id: 'contact', | ||
text: 'Contact', | ||
url: '/#contact', | ||
}; | ||
|
||
export const experienceRoutes = { | ||
id: 'experience', | ||
text: 'Experience', | ||
url: '/#experience', | ||
}; | ||
|
||
export const routes = []; |
118 changes: 0 additions & 118 deletions
118
content/blogs/9-skills-to-look-for-full-stack-developer.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
date: '2021-10-18' | ||
title: Example stuff | ||
coverImage: '/assets/blog/computer-programmer-123.jpeg' | ||
excerpt: Example excerpt | ||
--- | ||
|
||
Example content |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: 'Example' | ||
company: 'Example Comp' | ||
location: 'Example' | ||
website: 'Example' | ||
duration: 'Example time' | ||
url: '#' | ||
index: 1 | ||
--- | ||
|
||
- Did some awesome stuff |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.