diff --git a/_config.yml b/_config.yml index 516390bb..afe6810b 100644 --- a/_config.yml +++ b/_config.yml @@ -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 @@ -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 diff --git a/_data/navigation.yml b/_data/navigation.yml index cba2556e..72085a68 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -6,4 +6,4 @@ main: - title: "Downloads" url: /downloads/ - title: "Development" - url: https://github.com/pghvlaans/sbotools3/ + url: /development/ diff --git a/development/index.md b/development/index.md new file mode 100644 index 00000000..08d8e3cc --- /dev/null +++ b/development/index.md @@ -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`. diff --git a/downloads/index.md b/downloads/index.md index 3643e0c0..c349659d 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -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.