-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move html colors to classes * Refactor routing and navbar * Unify SEO definitions, set some base url and email strings * Lots of refactoring, cleaning up, polish * Fix variable fonts, typography, some dark mode polish * Clean up bookmarks, ama, about * Fix stack font weight * Restructure pages, make mono default type * Polish and pages cleanup * Projects pages cleanup * Dark mode polish * Start repopulating home * Copy, type polish * Work on changelog * Fix 404, typescript errors * Responsive polish and cleanup * Yarn and fix tests * Remove husky
- Loading branch information
1 parent
83dfcf3
commit df529fb
Showing
140 changed files
with
2,984 additions
and
4,062 deletions.
There are no files selected for viewing
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
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,17 +1,45 @@ | ||
const path = require('path') | ||
const withMDX = require('@next/mdx')({ | ||
extension: /\.mdx?$/, | ||
}) | ||
|
||
module.exports = withMDX({ | ||
pageExtensions: ['ts', 'tsx', 'mdx'], | ||
module.exports = { | ||
images: { | ||
domains: ['pbs.twimg.com'], | ||
domains: ['pbs.twimg.com', 'overthought.ghost.io'], | ||
}, | ||
env: { | ||
FATHOM_SITE_ID: process.env.FATHOM_SITE_ID, | ||
FATHOM_CUSTOM_URL: process.env.FATHOM_CUSTOM_URL, | ||
GHOST_API_KEY: process.env.GHOST_API_KEY, | ||
SIMPLECAST_V2_API_KEY: process.env.SIMPLECAST_V2_API_KEY, | ||
}, | ||
}) | ||
async redirects() { | ||
return [ | ||
{ | ||
source: '/uses', | ||
destination: '/stack', | ||
permanent: true, | ||
}, | ||
{ | ||
source: '/design-details', | ||
destination: '/app-dissection', | ||
permanent: true, | ||
}, | ||
{ | ||
source: '/design-details/:slug', | ||
destination: '/app-dissection/:slug', | ||
permanent: true, | ||
}, | ||
{ | ||
source: '/journal', | ||
destination: '/writing', | ||
permanent: true, | ||
}, | ||
{ | ||
source: '/overthought', | ||
destination: '/writing', | ||
permanent: true, | ||
}, | ||
{ | ||
source: '/overthought/:slug', | ||
destination: '/writing/:slug', | ||
permanent: true, | ||
}, | ||
] | ||
}, | ||
} |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
Oops, something went wrong.
df529fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: