Skip to content

Commit

Permalink
Make an actual development page with extra information.
Browse files Browse the repository at this point in the history
  • Loading branch information
pghvlaans committed Nov 2, 2024
1 parent 1533054 commit a9ae388
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
9 changes: 9 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ include:
- _pages
- man
- downloads
- development

# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
Expand Down Expand Up @@ -92,3 +93,11 @@ defaults:
layout: single
author_profile: false
title: false
# development
- scope:
path: "development"
type: pages
values:
layout: single
author_profile: false
title: false
2 changes: 1 addition & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ main:
- title: "Downloads"
url: /downloads/
- title: "Development"
url: https://github.com/pghvlaans/sbotools3/
url: /development/
17 changes: 17 additions & 0 deletions development/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Development

Visit [pghvlaans/sbotools3](https://github.com/pghvlaans/sbotools3) for Issues, Pull Requests and the latest changes.

## Following Development

A separate repository called [sbotools3-git-slackbuild](https://github.com/pghvlaans/sbotools3-git-slackbuild) can be used to download a zip archive of (in principle) the latest commit on the `master` branch and make a Slackware package.

## Prospective Features

These features may be added in the future:

* Reverse dependency search
* Using (and generating?) `sqf` files
* Running `sbocheck` without updating the tree

The above list is non-exhaustive and nothing on it is guaranteed to appear in `sbotools3`.
4 changes: 0 additions & 4 deletions downloads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@
* md5sum: 18fbc61818d450877656861d03c5a63d
* [sbotools3-1.0.tar.xz](sbotools3-1.0.tar.xz)
* md5sum: 1fe2e6ee91258267b8987d74dae985df

## Following Development

A separate repository called [sbotools3-git-slackbuild](https://github.com/pghvlaans/sbotools3-git-slackbuild) can be used to download a zip archive of (in principle) the latest commit on the `master` branch and make a Slackware package.

0 comments on commit a9ae388

Please sign in to comment.