Skip to content

▲ next.js

Compare
Choose a tag to compare
@bradgarropy bradgarropy released this 31 Jan 04:22
3879504
▲ next.js (#265)

* remove gatsby packages. install next packages.

* change compiled output directory.

* change from gatsby-link to next-link

* change from gatsby-plugin-seo to next-seo.

* adjust next image props.

* remove all imports from gatsby.

* fix image blur.

* fix image blur.

* add layout to each page.

* fix css module imports.

* load svgs as react components.

* add fonts.

* hero image styles.

* change dates to strings.

* get latest posts.

* rename utils.

* get latest videos.

* get featured projects.

* latest video styles.

* podcast styles.

* correct hero background.

* blog page and search.

* topic pages.

* dynamic podcast.

* blog post pages.

* syntax highlighting.

* shades of purple.

* current now page.

* get adjacent nows.

* now pages.

* pages.

* remove unused hooks.

* move testimonial images to public folder.

* hire me testimonials.

* change testimonials directory.

* sponsors.

* lint and format.

* goals for 2022.

* progress on tests.

* more progress on tests.

* fix css modules in tests.

* remove query mocks. fix mock video data.

* remove data test ids.

* fix icon tests.

* passing tests.

* remove babel config.

* update license.

* remove regenerator runtime.

* remove netlify functions, configuration, redirect, and build command.

* fix type errors.

* update ignore files.

* remove console logs.

* remove fancy link stylesheet.

* swap back to gatsby remark vscode.

* moving images to public directory. flattening content directories.

* remove babel packages.

* removing some gatsby files.

* rehype external links.

* bump version.

* twitch embeds.

* youtube embeds.

* codesandbox embeds.

* twitter embeds.

* remove unused gatsby plugins.

* codesandbox embeds.

* fix twitter embeds.

* load twitter widget only once.

* eslint config next.

* remove unused files.

* google analytics.

* rendering next images and links in markdown.

* fix failing tests.

* transformer tests.

* remove unused gatsby plugins.

* stubbing out new tests. adding date and videos tests.

* update dependencies.

* testimonials test.

* tech tests.

* sponsors test.

* projects test.

* post tests.

* podcast tests.

* now tests.

* markdown tests.

* link headings.

* remove gatsby config.

* heading tests.

* nextjs tech. correct link errors.

* fix markdown tests.

* remove lighthouse action.

* add html lang attribute.

Co-authored-by: Brad Garropy <bgarropy@atlassian.com>