ENH: Update website to latest design and migrate to SvelteJS#43
Open
brendan-ward wants to merge 151 commits into
Open
ENH: Update website to latest design and migrate to SvelteJS#43brendan-ward wants to merge 151 commits into
brendan-ward wants to merge 151 commits into
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a major overhaul of the SECAS website based on direction from USFWS staff in order to make the website easier to maintain for the next several years.
This migrates the user interface from Jekyll and manual build steps to SvelteJS and modern best practices. See docs/README.md for more details on the overall architecture and components. In brief, this uses SvelteJS to create a static website using a dedicated build step and deploys using Github Actions to Github Pages for hosting.
The new design was specifically developed to load faster in the browser by leveraging optimization during the build step, including optimizing images and using modern, higher-performance image formats. It was also developed to be responsive and perform well on both desktop and mobile viewports. It was reviewed for accessibility compliance and scores highly on accessibility compliance metrics and best practices.
This adds documentation of development and content maintenance activities in the
/docsfolder.This updates management of blog posts; these now include the ability to have unpublished draft blog posts available for preview. See docs/Blog.md for more information.
This updates management of the story map projects to streamline maintenance. See docs/StoryMap.md for more information.
This redesign has been tested and reviewed by USFWS staff on a staging version of the website.