File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -99,17 +99,20 @@ To exclude a specific page use the snippet `sitemap:false` at the top of the pag
9999
100100All files in ` _include` are excluded from the sitemap automatically
101101# # Adding a page to the typed suffix functionality
102- * Add a variable to the suffix-lists.js file with the first word of the page title. Assign the array you want to use to the variable.
103102
104- e.g.
103+ * Add a key to the Jekyll build options at the top of the page
105104
106- For a page named "Home"
105+ e.g.
107106
108- ` ` ` javascript
109- var Languages = ["Java","HTML"]
110- var Home = Languages
111107```
112-
108+ suffixes:
109+ - Databases,
110+ - Docker,
111+ - Git,
112+ - SQL,
113+ - Kubernetes,
114+ - Us
115+ ```
113116
114117
115118
You can’t perform that action at this time.
0 commit comments