diff --git a/README.md b/README.md index 1a30f56..fff8dbb 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/content/blog/2024/09/solus-hacktoberfest-2024/horizontal_black.png b/content/blog/2024/09/solus-hacktoberfest-2024/horizontal_black.png new file mode 100644 index 0000000..335cb4c Binary files /dev/null and b/content/blog/2024/09/solus-hacktoberfest-2024/horizontal_black.png differ diff --git a/content/blog/2024/09/solus-hacktoberfest-2024/index.md b/content/blog/2024/09/solus-hacktoberfest-2024/index.md new file mode 100644 index 0000000..f7c0614 --- /dev/null +++ b/content/blog/2024/09/solus-hacktoberfest-2024/index.md @@ -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. + + + +## 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!