-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Cosmos blog section #212
Conversation
…inks in mentions of Cosmos project
I changed the base branch to staging |
I'm not sure why CI is breaking - is it because the page hasn't been built yet in prod? Will that go away on its own after being merged into main? |
- Update the `permalink` setting for the `cosmos` collection in `_config.yml` to include a trailing slash. - Adjust the permalink in `cosmos.html` to ensure the cosmos index page also has a consistent URL structure with a trailing slash. This change resolves internal linking issues and provides consistent URL structures for the entire `cosmos` collection.
I think it was simply a matter of adding a trailing slash. Let's see how the check goes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Jekyll has some strong opinions about the
posts
collection so I think the easiest way to do this without messing up the existing Dripline content or introducing any changes to the Dripline workflow, is to set up the Cosmos blog as a newcollection
.To do:
scope
config for default layout isn't working