Skip to content

Commit e2c290b

Browse files
authored
Fix a permalink to remove .html (#102)
The following change is based on the information provided at: - https://jekyllrb.com/docs/permalinks/ (When a page is located at " Resource/myPage.html " it converts it to -> /myPage/ )
1 parent 7df75b1 commit e2c290b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
title: Programming Handbook
22
description: An open-source platform for sharing and preserving programming knowledge. Discover code snippets, best practices, and resources, all continuously updated by a thriving community of developers. Join us to collaborate and enhance your coding skills in one comprehensive space.
33
theme: just-the-docs
4+
permalink: pretty
45

56
url: https://just-the-docs.github.io
67

0 commit comments

Comments
 (0)