Skip to content
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

Adding a cosmos feed and fixing absolute img assets #226

Merged
merged 11 commits into from
Sep 28, 2023

Commits on Aug 16, 2023

  1. Update feed configuration for dripline posts and cosmos collection

    - Set dripline feed title to "Hypha Worker Co-operative | Dripline".
    - Specify path for dripline feed.
    - Add configuration for cosmos collection feed with its title and path.
    - Test that replaces the forked jekyll-feed gem source with the official version from RubyGems.
    tripledoublev committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    043cf11 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Merge pull request #224 from hyphacoop/staging

    Deploy new Cosmos blog post to main
    Denise Yu authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a90e544 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    0f473f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e5f10b View commit details
    Browse the repository at this point in the history
  3. Output:true on posts

    tripledoublev committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    59dec27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44df6b2 View commit details
    Browse the repository at this point in the history
  5. Fix feed.xml link

    tripledoublev committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a6b76e9 View commit details
    Browse the repository at this point in the history
  6. Update RSS feed link

    tripledoublev committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    208e909 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Load custom feed

    tripledoublev committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    09229b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad47c86 View commit details
    Browse the repository at this point in the history
  3. Remove redundant output: true for Jekyll posts

    As pointed out in the code review, Jekyll posts have `output: true` by default, making this explicit setting unnecessary.
    tripledoublev committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    16bce6a View commit details
    Browse the repository at this point in the history