Skip to content

Commit 3cb96dd

Browse files
Updates readme to reflect typewriter changes
1 parent ce0f7bf commit 3cb96dd

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,20 @@ To exclude a specific page use the snippet `sitemap:false` at the top of the pag
9999
100100
All 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

0 commit comments

Comments
 (0)