Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracey Clark committed Oct 2, 2024
2 parents 8ce9c2f + 0f365f0 commit a7082fd
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Static, [Hugo-based](https://gohugo.io) home of Solus and its projects. This web
### New Post

To create a new post, change to the main directory of this repo (solus-site.github.io).
From there, call `hugo new PATH`. The `PATH` format is `blog/year/month/post-title/post-title.md`.
From there, call `hugo new PATH`. The `PATH` format is `blog/year/month/post-title/index.md`.

For instance, to create a blog post for Feb. 2023 with the name "Welcome To The New Site", you would use: `hugo new blog/2023/02/welcome-to-the-new-site/welcome-to-the-new-site.md`.
This would create `content/blog/2023/02/welcome-to-the-new-site/welcome-to-the-new-site.md`.
For instance, to create a blog post for Feb. 2023 with the name "Welcome To The New Site", you would use: `hugo new blog/2023/02/welcome-to-the-new-site/index.md`.
This would create `content/blog/2023/02/welcome-to-the-new-site/index.md`.

The markdown file will be created with our default configuration, which you can update as necessary. For metadata, most fields are self-explanatory.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions content/blog/2024/09/solus-hacktoberfest-2024/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: "Solus Hacktoberfest 2024"
author: "tracey"
categories:
- news
date: 2024-09-30T20:29:55-05:00
featuredimage: "/horizontal_black.png"
url: "/2024/09/30/solus-hacktoberfest-2024"
---

Hey folks! It's spooky season, so you know what that means. It's time for [Hacktoberfest 2024](https://hacktoberfest.com/)! This is the annual event that "encourages people to contribute to open source throughout October", in exchange for rewards.

This year we have two main goals. First, as always, we want to support anyone
looking to get involved in open source contributions, or helping Solus
specifically. We would love to add people to our packaging team.

Second, there's been a big push recently to clean up and update our package
repository, and we can use your help. Much of this work currently involves
adding home pages to packages, making sure they build, fixing them if they
don't, and adding monitoring information. Related, we would like to field test
and improve our "autobuild" tool.

Read on for ways to participate.

<!--more-->

## What do I get out of it?

Hacktoberfest is a great way to get started contributing to a project, or open source in general. You can make contacts in different projects, get mentoring, and practice your skills. You'll also get [cool badges](https://hacktoberfest.com/about/#rewards).

## What if I'm not a developer?

Developers aren't the only contributors in the open source community. We also have people who write documentation, people who submit and triage bugs, and people who do communications and outreach. Your submission to a project does not have to be code.

## OK so how do I get involved? And who can help me if I need it?

- [Register](https://hacktoberfest.com/auth/) on the Hacktoberfest website
- Read up on [what it is and how to participate](https://hacktoberfest.com/about/)
- 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
- 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 a7082fd

Please sign in to comment.