-
Notifications
You must be signed in to change notification settings - Fork 30
/
_config.yml
28 lines (25 loc) · 1.14 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Cyber Threat Intelligence Technical Committee
description: > # this means to ignore newlines until "baseurl:"
The OASIS Cyber Threat Intelligence (CTI) TC supports automated information
sharing for cybersecurity situational awareness, real-time network defense,
and sophisticated threat analysis.
baseurl: "/cti-documentation" # the subpath of your site, e.g. /blog
url: "https://oasis-open.github.io" # the base hostname & protocol for your site
# DO NOT MODIFY THE `last_updated` date. It should be updated automatically
# by the git pre-push hook.
last_updated: "Wed Jul 24 19:51:19 UTC 2024"
copyright: "Copyright © 2017-2024, OASIS Open"
# Build settings
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
smart_quotes: ["apos", "apos", "ldquo", "rdquo"]
exclude: ['hooks/README.md']