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 includes some starting foundations for the site:
It adds some basic styling such as colours, headings, adjust the element's global radius… And it also includes the
Inter
typography in a variable set, to be used along all the site. It also updates the site to show Kotlin code snippets properly highlighted (colours theme to be updated in the future).It makes the necessary changes in the navigation bar and the footer to include the proper links outlined in the site wireframes. It does so while also updating the pages placeholder template to make these pages use navbar and footer now.
It configures and start using a method to use YAML (
*.yml
files) as a data source for pages. I think this go in line with the front matter data for Markdown files in the docs and blog pages, which might make it easier for non-technical people to make changes in case they deemed necessary. The code for this is also very clean, and it looks exactly the same way as we import styles for the pages, which makes it reasonable.