Commit 9d5be67
Provide option for cleaner/prettier links by removing .html suffix (#42)
Allow removing all `.html` suffixes from `{page}.html` by creating
`{page}/index.html` through the `pretty_links: true` option in
`config.yml`. Jekyll, Pelican and others have this feature and it can
provide benefits when not all the source files are named `index.md`.
Co-authored-by: Leonardo Uieda <[email protected]>1 parent ef86601 commit 9d5be67
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
115 | 121 | | |
116 | 122 | | |
117 | 123 | | |
118 | 124 | | |
| 125 | + | |
| 126 | + | |
119 | 127 | | |
120 | 128 | | |
121 | 129 | | |
| |||
248 | 256 | | |
249 | 257 | | |
250 | 258 | | |
251 | | - | |
| 259 | + | |
252 | 260 | | |
253 | 261 | | |
254 | 262 | | |
| |||
0 commit comments