-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
104 lines (83 loc) · 2.89 KB
/
_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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#remote_theme: abhinavs/moonwalk
#remote_theme: sighingnow/jekyll-gitbook
#toc:
# enabled: true
#ordered_collections:
# - posts
# - pages
# - others
# theme_config:
# appearance: "dark" # can be "light", "dark" or "auto"
# appearance_toggle: true # if appearance can be switched by user
# back_home_text: "home.." # customize text for homepage link in post layout
# date_format: "%Y-%m-%d" # customize how date is formatted
# show_description: true # show blog description
# show_navbar: true # show horizontal navbar
# show_footer: true # show footer links in home page,add in _data/home.yml
# show_copyright: false # show copyright notice in footer
# # following keys are using to create home layout
# show_projects: true # show projects as cards, add in _data/home.yml
# show_blog: true # show blog posts added in _posts
# show_old_projects: true # show old projects as cards, add in _data/home.yml
# show_misc_list: true # show generic vertical list for misc details, add _data/home.yml
# show_reading_time: true # show number of words and reading time in the blog posts
# show_tags: true # show tags in a blog posts
# Configurations
title: Born2BeRoot
longtitle: Born2BeRoot Guia Debian 2024
author: mgrl39
description: >
A step-by-step spanish tutorial to set up a Debian virtual machine with a fully functional WordPress site, utilizing Lighttpd, MariaDB, PHP, and Litespeed for optimal performance.
# version: 1.0
# gitbook_version: 3.2.3
#url: 'https://mgrl39.github.io'
#baseurl: '/born2beroot'
#rss: RSS
# bootstrap: use the remote theme for the site itself
remote_theme: sighingnow/jekyll-gitbook
# toc:
# enabled: true
# h_min: 1
# h_max: 3
# customize the link favicon in header, will be {{site.baseurl}}/{{site.favicon_path}}
favicon_path: /img/logo_42.ico
# markdown render engine.
#markdown: kramdown
#kramdown:
# auto_ids: true
# input: GFM
# math_engine: mathjax
# smart_quotes: lsquo,rsquo,ldquo,rdquo
# toc_levels: 1..6
# syntax_highlighter: rouge
# syntax_highlighter_opts:
# guess_lang: true
#syntax_highlighter_style: colorful
#markdown_ext: markdown,mkdown,mkdn,mkd,md
# Permalinks
# permalink: /:categories/:year-:month-:day-:title:output_ext
# Disqus comments
# disqushandler: sighingnow
#exclude:
# - _drafts
collections:
pages:
output: true
sort_by: date
permalink: /:collection/:year-:month-:day-:title:output_ext
others:
output: true
sort_by: date
permalink: /:collection/:year-:month-:day-:title:output_ext
ordered_collections:
- posts
# - pages
# - others
#page_width: 800px
# destination: ./_site
# incremental: false
# regenerate: true
#plugins:
# - jekyll-feed
# - jekyll-readme-index
# - jemoji