Skip to content

Commit 2173079

Browse files
committed
update
Signed-off-by: FL03 <jo3mccain@icloud.com>
1 parent 7de2964 commit 2173079

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

_config.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# build settings
22
destination: ./_site
3-
source: docs
3+
source: ./src
44
theme: just-the-docs
55
# author metadata
66
author: FL03
@@ -31,11 +31,19 @@ mermaid:
3131

3232
# collections
3333
collections:
34+
docs:
35+
output: true
36+
permalink: /:collection/:path/
37+
sort_by: order
3438
guides:
3539
output: true
3640
permalink: /:collection/:path/
3741
sort_by: order
38-
42+
posts:
43+
output: true
44+
permalink: /:collection/:path/
45+
sort_by: date
46+
3947
defaults:
4048
- scope:
4149
path: "" # an empty string here means all files in the project
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
description: A map-based implementation of a hypergraph
33
title: HyperMap
4-
permalink: /guides/hypermap/
54
layout: default
6-
order: 2
5+
order: 1
76
---
87

98
## Table of Contents
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)