Commit Graph

367 Commits

Author SHA1 Message Date
William Grant 86ab07e34a fixed rich content hyperlinks rendering 2021-10-20 15:23:29 +11:00
William Grant 0bb60193c5
Merge pull request #46 from yougotwill/roadmap_images
Updated session roadmap images
2021-10-20 10:15:24 +11:00
William Grant 4011bd279c updated session roadmap images 2021-10-20 10:11:36 +11:00
William Grant d09dca8df5 changed cta on home page to available now 2021-10-12 13:49:42 +11:00
William Grant eb02c9b77d
Develop updates (#45)
Updated session roadmap image. Fixes Issue #24.
Updated home page with more info about Oxen and links to the available exchanges.
2021-10-08 16:33:33 +11:00
William Grant 2c08eaad33
Develop Updates (#44)
* removed justified alignment from list items

* removed Google Docs underline on hyperlinks
2021-09-30 13:37:33 +10:00
William Grant fdf209c265
added security headers with an effective content policy (#43) 2021-09-29 15:00:53 +10:00
William Grant 97a393604d remove blur from faq header for consistency 2021-09-27 16:45:49 +10:00
William Grant c6d09ad177 fixed rich page header images flickering 2021-09-27 14:01:42 +10:00
William Grant beb6304cb9
Image quality fix (#42)
* changed next/image quaity to 100

* better quality for blogpost cards and increased lazy loading boundary for article cards and embedded content

* removed conditional width image loading for smaller screen sizes. We want things crisp!

* optimized session-x.png size

NOTE: Would have liked to use Contentful's Progressive JPGs but we have content that relies on transparency
2021-09-27 11:46:42 +10:00
William Grant 480d596516
Telegram fix (#41)
* fix telegram image previews

* fixed host url for staging

* decrease metadata image dimensions so telegram previews work
2021-09-25 16:21:48 +10:00
William Grant 905f2ce99b
Merge pull request #40 from yougotwill/preview_route
Preview routes
2021-09-22 11:40:47 +10:00
William Grant d8b8d68c24 used contentful preview api so we can fetch drafts 2021-09-22 11:29:20 +10:00
William Grant 5e0d3e5f38 preview route mvp done 2021-09-22 10:52:50 +10:00
William Grant e96e5e27a1
Merge pull request #39 from yougotwill/image_no_blur
Revert image placeholders for smaller images
2021-09-21 10:23:05 +10:00
William Grant a88699cf0f removed blur placeholders from smaller image elements 2021-09-21 09:56:44 +10:00
William Grant e313751d1c
Image loading performance (#38)
* added placeholder url

* using next-plugin-svgr so we can import svgs into img tags, added blur placeholders to images, reverted eager loading, import static images where possible so next can calc dimensions and placeholders
2021-09-20 17:32:45 +10:00
William Grant 087b83797b
Merge pull request #37 from yougotwill/nextjs_upgrade
Nextjs upgrade
2021-09-20 13:45:19 +10:00
William Grant 49a48b3dae added accessibility testing use the react-axe plugin 2021-09-20 13:40:20 +10:00
William Grant ffdc702967 slowed down floating animation, optimised images and svgs and load them eagerly in certain cases 2021-09-20 13:24:57 +10:00
William Grant 656fab3ac6 upgraded to next11, replaced eslint config with eslint-next-config-next, fixed eslint errors 2021-09-20 12:45:29 +10:00
William Grant 478374481d removed custom webpack code and removed unneeded babel deps 2021-09-20 11:54:00 +10:00
William Grant d4fbdae660 cleaned up deps 2021-09-20 11:37:25 +10:00
William Grant 09ed1e316b
Merge pull request #36 from yougotwill/use_next_image
Use next image
2021-09-20 11:08:28 +10:00
William Grant 455fc2eac4 updated image priority loading 2021-09-20 11:08:03 +10:00
William Grant 34b93d24e8 tweaked float animation 2021-09-20 11:04:17 +10:00
William Grant 12bb22f9a2 updated tailwind aspect ratio plugin, moved it to dev deps 2021-09-20 10:40:46 +10:00
William Grant 067dca2923 updated Article components 2021-09-20 10:33:51 +10:00
William Grant ef41aff470 replaced img tags with next/image for HomeHero, side menu items and rich, faq and roadmap pages 2021-09-20 09:28:06 +10:00
William Grant 4ac7335460
Merge pull request #35 from yougotwill/seo_improvements
Seo improvements
2021-09-19 14:31:42 +10:00
William Grant a32f256387 updated rss tags to use metadata constant 2021-09-19 14:28:05 +10:00
William Grant 3983519da8 Added sitemap and robots.txt 2021-09-19 14:10:39 +10:00
William Grant ab40b56d0b updated Blogposts 2021-09-19 12:27:09 +10:00
William Grant 98aaea1566 Updated Blogs index and Tag pages 2021-09-19 12:15:28 +10:00
William Grant 197b0e9568 updated FAQ, Roadmap and RichPages 2021-09-19 11:25:48 +10:00
William Grant 045429d8fa added keys to Head tags to prevent duplication, updated index and 404 pages 2021-09-19 11:01:10 +10:00
William Grant cc02dc5798 added CustomHead component, updated _app and _document 2021-09-19 10:21:42 +10:00
William Grant 5e3466f88b updated metadata constants 2021-09-19 09:50:37 +10:00
William Grant d6f7f659d7
Merge pull request #34 from yougotwill/email_signup_default
added email signup at the bottom of all blogposts
2021-09-19 09:31:52 +10:00
William Grant ed581423aa added email signup at the bottom of all blogposts 2021-09-19 09:30:41 +10:00
William Grant d135a4ef07
Merge pull request #33 from yougotwill/dynamic-performance
Blog routes now use ISR
2021-09-17 14:51:31 +10:00
William Grant de787d7482 refine build log messages 2021-09-17 14:50:55 +10:00
William Grant 3cfe82dc16 refactoring and cleanup 2021-09-17 14:41:20 +10:00
William Grant 490646037a optimised getStaticPaths, check if pages are exceeded, fixed featured post jitter 2021-09-17 14:03:06 +10:00
William Grant 3fcdc30df8 fixed sidebar hiding for blog route 2021-09-17 12:42:55 +10:00
William Grant 251390db06 refactoring 2021-09-17 12:26:46 +10:00
William Grant 68ff0b2214 pagination now works correctly with ISR, fixed nextjs blog rewrites 2021-09-17 12:11:12 +10:00
William Grant dab3758dfa now build all tag pages 2021-09-16 15:03:39 +10:00
William Grant 2e392f05cb blog pages are now built using ISR 2021-09-16 12:51:56 +10:00
William Grant 730973504a moved blog posts to root level so we can split up blog pagination and post logic 2021-09-15 17:06:55 +10:00