-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blog in documentation website (#318)
* 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
Showing
4 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |