-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
24 lines (17 loc) · 849 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
title: Programming Handbook
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.
theme: just-the-docs
permalink: pretty
url: https://just-the-docs.github.io
github_base_url: "https://github.com/VerzatileDevOrg/Programming_HandBook"
aux_links:
Contribute to the Github Repository: https://github.com/VerzatileDevOrg/Programming_HandBook
plugins:
- jekyll-last-modified-at
# Optional. The default date format, used if none is specified in the tag.
last-modified-at:
date-format: '%d/%m/%Y'
# Color Theme
color_scheme: light
# Show navigation error report
nav_error_report: true # default is false/nil.