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.
Linked to issue #11 .
Astro supports reading from markdowns locally and from external repositories. I've displayed an example of both in this pull request if you route to the projects page.
It seems there are two options. We can have project leaders edit the markdown from within the website repository which seems like it would provide for much cleaner code. You can find the test markdown in src/content/projects/test_project_1.md.
We can also get the project page markdown from there repository using the raw file link from github. A markdown was pulled from a random markdown I made to test using frontmatter from an external markdown. I also pulled the readme from Lifeline. This requires more packages and imports. However it is definitely possible. I pulled the lifeline readme from the sfbrigade repository as a test. The markdown pulled from github is from this repository.
If we want to pull the readme's from the last ten repositories active on sfbrigade automatically, I will work on that. For now though, we know we can definitely pull markdowns into astro.