Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
EbonJaeger committed Oct 5, 2024
2 parents a7082fd + be228fe commit 924c73f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
5 changes: 3 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ enableInlineShortcodes = true
copyright = "2024"

[params.menus]
main = [ "home", "about", "blog", "download", "dev_tracker", "forums", "funding", "help", "matrix"]
main = [ "home", "about", "blog", "download", "dev_tracker", "forums", "funding", "help", "matrix", "security"]
footer = [ "solus", "social", "support", "press"]
solus = [ "about", "download", "experiences", "technologies" ]
social = [ "facebook", "mastodon", "reddit", "twitch"]
support = ["dev_tracker", "forums", "funding", "help", "matrix"]
support = ["dev_tracker", "forums", "funding", "help", "matrix", "security"]
press = ["branding", "press"]

[params.menuurls]
Expand All @@ -50,6 +50,7 @@ enableInlineShortcodes = true
matrix = "https://matrix.to/#/#solus:matrix.org"
press = "press"
reddit = "https://www.reddit.com/r/SolusProject"
security = "https://github.com/getsolus/packages/blob/main/SECURITY.md"
support_us = "/help/contributing/getting-involved/"
team = "/solus/team"
technologies = "/solus/technologies"
Expand Down
11 changes: 5 additions & 6 deletions content/blog/2024/09/solus-hacktoberfest-2024/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ Developers aren't the only contributors in the open source community. We also ha
- Check out our [docs on packaging](https://help.getsol.us/docs/packaging)
- Join our [Matrix space](https://matrix.to/#/#solus:matrix.org), we use the Solus Packaging room to discuss packaging work.
- Find something(s) to work on
- For development / bug triage: look in the [Solus Packages
repository](https://github.com/getsolus/packages/issues):
- We also need help with some issues in [our Help Center
repository](https://github.com/getsolus/help-center-docs/issue)
Anything labeled "Hacktoberfest", "Good First Issue", "Package Request" or "Help Wanted" is a good candidate for new folks (but don't feel limited to them)
- Do work and create pull requests in the Solus repos
- For development / bug triage: look in the [Solus Packages repository](https://github.com/getsolus/packages/issues)
- We also need help with some issues in [our Help Center repository](https://github.com/getsolus/help-center-docs/issues)

Anything labeled "Hacktoberfest", "Good First Issue", "Package Request" or "Help Wanted" is a good candidate for new folks (but don't feel limited to them)
- Do work and create pull requests in the Solus repositories
- At least four of your PRs / MRs need to be accepted and merged (across any and all projects which are participating) for you to complete Hacktoberfest

Good luck, everyone and happy hacking!

0 comments on commit 924c73f

Please sign in to comment.