-
Notifications
You must be signed in to change notification settings - Fork 4
chore: merge develop into master
#265
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
Merged
Merged
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
…eparation-of-concerns feat: PRSDM-6699 update for separation of concerns
… template selectable in CLI tool
feat: https://spandigital.atlassian.net/browse/PRSDM-6744 - Added blog to CLI setup
…n-of-concerns feat: update themes to separation of concerns
Added content and config files to the Templates folder for the Runbook template
…install chore: PRSDM-7947 (Replace NPM install with brew for presidium-oapi3)
Co-authored-by: Copilot <[email protected]>
Added instructions for installing Go using Homebrew.
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 pull request introduces several significant updates to the Presidium codebase and documentation, focusing on modernizing dependencies, simplifying theme and template handling, and improving installation instructions. The most important changes are grouped below by theme.
Dependency and Tooling Updates:
.github/dependabot.ymlto enable automated dependency updates for Go modules, npm, Docker, and GitHub Actions, scheduled weekly.go.modto 1.23.0, added a toolchain specification, and refreshed indirect dependencies to newer versions.ubuntu-20.04toubuntu-latestfor improved CI compatibility.Theme and Template Refactoring:
pkg/domain/model/generator/model.go), consolidating site configuration to use only "Template" and adding a newBlogTemplateoption. Also introduced a uniqueUuidfield for each site. (F211912dL8R8, [1] [2] [3] [4] [5] [6]Documentation and Installation Improvements:
docs/config.ymlanddocs/go.modto usepresidium-styling-baseandpresidium-layouts-baseinstead ofpresidium-theme-website, reflecting refactored theme handling. [1] [2]Minor Additions and Cleanups: