Skip to content

Commit 43dc2e1

Browse files
committed
Added excludes to guides
1 parent 02b9ed7 commit 43dc2e1

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

_config.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,18 @@ nav_external_links:
3939
url: https://www.instagram.com/semito_v?utm_source=qr&igsh=MTY4dWIzY2U0ZHV4dg==
4040
hide_icon: true
4141
opens_in_new_tab: true
42-
- title: Guides
43-
url: https://semitov.github.io/guides/guide_index.md
44-
hide_icons: true
4542
aux_links:
4643
Website's source code: https://github.com/semitov/semitov.github.io
4744

4845
collections:
4946
guides:
5047
output: true
5148
permalink: /guides/:name
49+
50+
defaults:
51+
-
52+
scope:
53+
path: ""
54+
type: "guides"
55+
values:
56+
exclude: true

_guides/guide_index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
name: Guides Index
33
---
4-
# Guide Index
5-
[Software Task Force Guides](/guides/software-tf.md)
4+
# Guides Index
65

6+
{% for guide in site.guides %}
7+
<h2>
8+
<a href="{{ guide.url }}">
9+
{{ guide.name }}
10+
</a>
11+
</h2>
12+
{% endfor %}

0 commit comments

Comments
 (0)