Skip to content

Commit

Permalink
Blog in documentation website (#318)
Browse files Browse the repository at this point in the history
* Added a basic blog

* Removed AdiDoks from a submodule

* Removed extra config file

* Placed the AdiDoks content back in a submodule

* Updated dates on blog post
  • Loading branch information
AryanAb authored Jan 8, 2024
1 parent de4b22d commit 5ad5f9b
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "docs/themes/adidoks"]
path = docs/themes/adidoks
url = https://github.com/shellrs/adidoks.git
url = https://github.com/shellrs/adidoks
6 changes: 6 additions & 0 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ section = "docs"
url = "/docs/getting-started/introduction/"
weight = 10

[[extra.menu.main]]
name = "blog"
section = "blog"
url = "/blog"
weight = 5

[[extra.list]]
title = "🛠️ Hackable"
content = "Fully configurable and extensible in Rust"
Expand Down
11 changes: 11 additions & 0 deletions docs/content/blog/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+++
title = "Blog"
description = "shrs blog"
date = 2024-12-27T08:00:00+00:00
updated = 2024-12-27T08:00:00+00:00
sort_by = "date"
weight = 1
page_template = "blog/page.html"
template = "blog/section.html"
paginate_by = 5
+++
26 changes: 26 additions & 0 deletions docs/content/blog/introducing-shrs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Introducing shrs"
url: "/blog/doks-1/"
description: "Introducing shrs, the hackable shell built using Rust."
summary: "Introducing shrs, the hackable shell built using Rust."
date: 2024-01-07
lastmod: 2024-01-07
draft: false
weight: 50
categories: []
tags: []
pinned: false
homepage: false
extra:
authors:
- name: "Aryan"
href: "https://aryabed.com"
---

shrs is an open source shell toolkit built in Rust. The project aims to be developer friendly and easily customizable.

![showcase example of shrs](https://github.com/MrPicklePinosaur/shrs/raw/master/media/demo.gif)

To get started on using shrs, visit the [shrs book](http://127.0.0.1:1111/docs/getting-started/introduction/) on this website. The Getting Started section covers the basic and also includes an example shell.

The tool is currently under active development. If you would like to contribute to the project, do not hesitate to check out the [GitHub repository](https://github.com/MrPicklePinosaur/shrs).

0 comments on commit 5ad5f9b

Please sign in to comment.