From ef511264ee594f1c5ee88faa41756c50e47773f0 Mon Sep 17 00:00:00 2001 From: Joey Riches Date: Sat, 13 Jan 2024 21:45:21 +0000 Subject: [PATCH] Setup the Solus DevLog (#436) * Setup the Solus DevLog --------- Co-authored-by: David Harder --- devlog/2024-01-13-welcome-devlog.md | 28 ++++++++++++++++++++++++++++ docusaurus.config.js | 16 +++++++++++----- 2 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 devlog/2024-01-13-welcome-devlog.md diff --git a/devlog/2024-01-13-welcome-devlog.md b/devlog/2024-01-13-welcome-devlog.md new file mode 100644 index 000000000..4ff174fb6 --- /dev/null +++ b/devlog/2024-01-13-welcome-devlog.md @@ -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. + + + +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! diff --git a/docusaurus.config.js b/docusaurus.config.js index 9f6f9d67c..5bd4ec782 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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"), @@ -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' + }, ], },