Skip to content

Commit

Permalink
Setup the Solus DevLog (#436)
Browse files Browse the repository at this point in the history
* Setup the Solus DevLog
---------

Co-authored-by: David Harder <[email protected]>
  • Loading branch information
joebonrichie and davidjharder committed Jan 13, 2024
1 parent 6c26ce3 commit ef51126
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 5 deletions.
28 changes: 28 additions & 0 deletions devlog/2024-01-13-welcome-devlog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Welcome to the Solus Devlog
description: Welcome to the Solus Development Log.
slug: welcome-solus-devlog-v1
authors:
- name: Joey Riches
title: Solus Staff
url: https://github.com/joebonrichie
image_url: https://avatars.githubusercontent.com/u/5338090?s=400&u=f77ed45c7e83814ce3e8bd199fc293bd5b53682b&v=4
tags: [hello, devlog, firstpost, solus]
hide_table_of_contents: false
---

Welcome to the Solus Development Log.

The Solus Development Log will be used by Solus Staff and outside contributors to hightlight wins and changes in Solus. Keep an eye on this space.

<!-- truncate -->

The Solus DevLog has been setup to facilitate improved communication with the outside world; wins, signficant changes, as well as challenges, within Solus. Solus Staff and contributors are encouraged to use this space.

The DevLog has been setup as a seperate entity to the [Solus Blog](https://getsol.us/blog/) to encourage more short form development content that doesn't require the same level of polish as an official blog post.

It is hoped that this will be used to help communicate what's going on in Solus such that our short-term and medium-term progress, goals, and ambitions are less of a black box to the outside world.

Additionally, we believe it will help provide context to any of our murmurings for any users who keep an eye on the [getsolus](https://github.com/getsolus/) GitHub organization page and the [Solus](https://matrix.to/#/#solus:matrix.org) Matrix channels.

Hope to see you back at this space soon with more content!
16 changes: 11 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@ const config = {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
//editUrl: "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
blogTitle: 'Solus DevLog',
blogDescription: 'The Solus Development (b)log!',
postsPerPage: 'ALL',
blogSidebarTitle: 'All posts',
blogSidebarCount: 'ALL',
path: 'devlog',
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down Expand Up @@ -102,11 +108,11 @@ const config = {
position: "left",
label: "Packaging",
},
{ to: "https://getsol.us/blog", label: "Blog", position: "left" },
{
href: "https://getsol.us",
label: "getsol.us",
position: "right",
to: 'blog',
label: 'Dev Log',
position: 'left'

},
],
},
Expand Down

0 comments on commit ef51126

Please sign in to comment.