Skip to content

Commit 094aed5

Browse files
committed
remove extra prints
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 3de78ef commit 094aed5

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

_docs/getting-started.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Getting Started
33
tags:
44
- jekyll
55
- github
6-
- github-pages
76
---
87

98
# Getting Started
@@ -344,6 +343,18 @@ page tags link to a search on it:
344343

345344
```
346345
tag_search_endpoint: https://ask.cyberinfrastructure.org/search?q=
346+
tag_color: danger # danger, success, warning, primary, secondary, info
347347
```
348348

349-
The tags appear at the bottom of the page for you to click, as on this page.
349+
Note that you can also choose a color! The tags appear at the top of the page,
350+
as they do on this page. The tags should be defined like this in the front end
351+
matter:
352+
353+
```yaml
354+
tags:
355+
- jekyll
356+
- github
357+
```
358+
359+
They are appended to the first h1 block, so generally your pages should have a header.
360+

0 commit comments

Comments
 (0)