-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
40 lines (36 loc) · 880 Bytes
/
config.yaml
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
languageCode: "en-us"
baseUrl: "https://javadigest.org"
title: "Java Digest"
theme: "anubis"
paginate: 10
enableRobotsTXT: true
#menu:
# main:
# - identifier: archive
# name: a curated list of latest java updates and other news from across the internet
# title: Archive
# url: /
# weight: 0
params:
author: "Java Digest"
email: no-reply@javadigest.org
avatar: "/images/me.png"
description: "a curated list of latest java updates and other news from across the internet"
dateFormat: "2006-01-02"
paginationSinglePost: true
style: light-with-switcher
readMore: true
readNextPosts: 5
disableSummary: false
copyCodeButton: false
rssAsSocialIcon: true
mathjax: false
disableComments: true
# isso support
isso:
enabled: false # mandatory
# enable raw HTML in Markdown
markup:
goldmark:
renderer:
unsafe: true