Commit Graph

334 Commits

Author SHA1 Message Date
William Grant 6778b4e1d1
Merge pull request #52 from yougotwill/dev
Dev updates
2022-03-04 12:02:10 +11:00
William Grant 259e60eaef make sure to use correct tags when converting posts from contentful, added environment id support 2022-03-04 10:53:49 +11:00
William Grant 9fba6918e5 support contentful's native tags 2022-03-03 17:23:18 +11:00
William Grant 1735af5458 change opacity instead of hiding header image for split pages 2022-03-03 14:59:44 +11:00
William Grant d6d87a31ce
Merge pull request #51 from yougotwill/rss_feed_fix
fix: rss writefile should overwrite
2022-02-28 20:15:50 +11:00
William Grant cde8adea31 fix: rss writefile should overwrite 2022-02-28 20:14:32 +11:00
William Grant 5a332c3aae upgraded next and sharp, changed regeneration time to every 10 minutes 2022-02-22 09:17:06 +11:00
William Grant 776d9ad307 make sure rss feed data is overwritten and not appended 2022-02-11 11:22:37 +11:00
William Grant 75a13aa682 updated all relative path imports to be absolute 2021-12-13 09:27:04 +11:00
William Grant 51efba548d added env var staging secret to next config 2021-12-13 09:24:30 +11:00
William Grant d27e330611 fix for static tag page generation 2021-12-11 08:16:53 +11:00
William Grant 296ec378f3
Docs day 1 (#49)
* Updated README

* Add an example env file

* Added Contentful import support (so contributors can see how we use Contentful)

* Added a LICENSE
2021-12-10 16:03:00 +11:00
William Grant a90a8f4c89
Merge pull request #48 from yougotwill/lokinet_roadmap
Lokinet Roadmap
2021-11-22 16:20:18 +11:00
William Grant 090c96ed11 updated lokinet roadmap images 2021-11-22 16:19:19 +11:00
William Grant 51bd8ff43f
Merge pull request #47 from yougotwill/rss_and_sitemap_improvements
Improved RSS and Sitemap
2021-11-17 17:09:46 +11:00
William Grant b24cf32e86 decreased rss feed size, improved sitemap 2021-11-17 17:06:22 +11:00
William Grant e4742d5560 dropped live prop from contentful in favour of previews, fixed linting 2021-11-01 17:01:00 +11:00
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