-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
116 lines (98 loc) · 2.93 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
105
106
107
108
109
110
111
112
113
114
115
document_root: /var/www/xw3.org/www/_site/
data_dir: /var/www/xw3.org/www/_data/
title: xw3.org
subtitle: Extending the World Wide Web
description: xw3 is a framework for building static web based applications using a <a href="https://en.wikipedia.org/wiki/Common_Gateway_Interface" class="ext" target="_blank">CGI</a> (Server) and JavaScript (Browser/Client) to implement dynamic features. The static website generator we use is <a href="https://jekyllrb.com/" class="ext" target="_blank">Jekyll</a>. The JavaScript library we are using is <a href="https://jquery.com/" class="ext" target="_blank">jQuery</a>. Take a look at the <a href="/examples/">examples</a>! Additionally there is a <a href="https://git.xw3.org/xw3/xw3/src/branch/main/Makefile" target="_blank" class="code">Makefile</a> included for easy deployment of the application/website.
keywords:
- xw3
- static
- jekyll
- cgi
- dynamic
- lua
- perl
- php
- python
- ruby
- c
- c++
- bash
- www
author: Johannes Findeisen <[email protected]>
email: [email protected]
baseurl:
url: https://xw3.org
url_short: xw3.org
lang: en
os: GNU/Linux
charset: utf-8
libdir: /var/www/xw3.org/www/lib
truncatewords_length: 512
# Set to your git root and branch to show a link to the file source in the footer. Unset to disable.
git: https://git.xw3.org/xw3/xw3/
git_short: https://git.xw3.org
branch: src/branch/main/
lifetime: 3600
challenge_error: Invalid challenge result! Please try again... :(
mail_thank_you: Thank you for contacting me... :)
username: xw3
cookiebanner_text: This website uses cookies to provide you with a better online experience. Leave this site if you don't accept the usage of cookies. No tracking cookies are being used! To find out more, please visit this website's
cookiebanner_dismiss_text: Got it!
cookiebanner_link_text: Privacy Policy
cookiebanner_link: /privacy/
paginate: 2
paginate_path: /blog/page/:num/
permalink: /blog/:year/:month/:day/:title/
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
tocTopTag: h2
anchorPrefix: ""
showToggleButton: false
contentsLabel: Table of contents
exclude:
- .idea/
#- lib/
- venv/
- .project
- build.log
- Makefile
- README.md
- requirements.txt
- package.json
- package-lock.json
- xw3.code-workspace
category_archive:
path: /category/
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-toc
# - jekyll-admin
# https://stackoverflow.com/questions/10218779/custom-variables-in-jekyll-front-matter
# https://github.com/gjtorikian/jekyll-conrefifier
# https://stackoverflow.com/questions/65989040/bundle-exec-jekyll-serve-cannot-load-such-file
# - jekyll-conrefifier
defaults:
-
scope:
path: "cgi/*"
values:
sitemap: false
-
scope:
path: "files/*"
values:
sitemap: false
# Configuration vars for the /cgi/kernelstats/kernelstats.sh script:
r_6_11: 9
r_6_10: 14
r_6_9: 12
r_6_8: 12
r_6_6: 62
r_6_1: 118
r_5_15: 173
r_5_10: 230
r_5_4: 286
r_4_19: 324