-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
74 lines (58 loc) · 1.88 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
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
remote_theme: h4fan/beautiful-jekyll
title: h4fan security
author: h4fan
url: https://h4fan.github.io # root address of the site
baseurl: "" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
description: > # description of the site (multiple lines allowed)
不止于安全
permalink: /:year/:month/:day/:title.html
navbar-links:
Tags: "tags"
Story: "https://blog.tcp.im"
social-network-links:
rss: true # remove this line if you don't want to show an RSS link at the bottom
mastodon: infosec.exchange/@maodun
github: h4fan
email: "[email protected]"
rss-description: blog about web sec , bug bounty | h4fan security
feed_show_tags: true
post_search: true
theme_config:
appearance: "auto" # can be "light", "dark" or "auto"
back_home_text: ".." # customize text for homepage link in post layout
date_format: "%Y-%m-%d" # customize how date is formatted
show_description: false # show blog description in home page
sass:
style: :compressed
keywords: "web sec,bug bounty,pen test"
gtag: G-2DJ8NB2H6M
ms_clarity: lpt04i0b6e
utterances:
repository: "h4fan/comment"# GitHub username/repository eg. "daattali/beautiful-jekyll"
issue-term: title # Mapping between blog posts and GitHub issues
theme: github-light # Utterances theme
label: blog-comments # Label that will be assigned to GitHub Issues created by Utterances
paginate: 5
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true # add comments to all blog posts
social-share: true # add social media sharing buttons to all blog posts
-
scope:
path: "" # any file that's not a post will be a "page" layout by default
values:
layout: "page"
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-feed
- jekyll-seo-tag