2018-03-12 20:31:14 +01:00
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
2020-09-24 22:24:52 +02:00
title : Fediverse.Party - explore federated networks
2018-03-12 20:31:14 +01:00
subtitle :
2021-09-06 22:21:07 +02:00
description : Let's make social media free, federated and fun! Fediverse.Party is your guide into the world of decentralized, autonomous networks running on free open software on a myriad of servers across the world. No ads and no algorithms. Join Fediverse and become part of the new interconnected Web!
2018-03-12 20:31:14 +01:00
author : lostinlight
language :
- en
timezone :
# URL
2018-07-05 03:18:42 +02:00
url : https://fediverse.party
2018-03-12 20:31:14 +01:00
root : /
permalink : : lang/:layout/:title/
permalink_defaults :
# Directory
source_dir : source
public_dir : public
tag_dir : tags
2020-04-25 01:35:23 +02:00
archive_dir : en/chronicles
2018-03-12 20:31:14 +01:00
category_dir : categories
code_dir : downloads/code
i18n_dir : : lang
skip_render :
# Writing
new_post_name : : title.md # File name of new posts
default_layout : post
titlecase : false # Transform title into titlecase
2020-12-11 23:47:40 +01:00
external_link :
enable : true # Open external links in new tab
2018-03-12 20:31:14 +01:00
filename_case : 0
render_drafts : false
post_asset_folder : true
2020-01-03 15:47:18 +01:00
relative_link : false
2018-03-12 20:31:14 +01:00
future : true
highlight :
enable : true
line_number : true
auto_detect : false
tab_replace :
# Category & Tag
default_category : uncategorized
category_map :
tag_map :
# Date / Time format
## Hexo uses Moment.js to parse and display date
## You can customize the date format as defined in
## http://momentjs.com/docs/#/displaying/format/
date_format : DD-MM-YY
time_format : HH:mm:ss
# Pagination
## Set per_page to 0 to disable pagination
2018-06-21 01:45:28 +02:00
per_page : 23
2018-03-12 20:31:14 +01:00
pagination_dir : page
# Extensions
theme : starter
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy :
type :
# Site settings
2020-09-24 20:31:55 +02:00
ogImage : tile-wide.png
2018-03-12 20:31:14 +01:00
# Plugins
nofollow :
enable : true
include :
noreferrer : true
noopener : true
2019-01-15 00:01:54 +01:00
# hexo-yam minifier
2021-04-24 00:05:24 +02:00
minify :
css :
enable : false
js :
enable : false
svg :
enable : false
2018-03-12 20:31:14 +01:00
feed :
type : atom
path : atom.xml
2018-07-05 04:25:28 +02:00
limit : false
2018-03-12 20:31:14 +01:00
hub :
content : true
2018-07-05 03:18:42 +02:00
# hexo-renderer-markdown-it
markdown :
render :
html : true
xhtmlOut : false
breaks : false
linkify : true
typographer : true
quotes : '“”‘’'
plugins :
- markdown-it-abbr
- markdown-it-footnote
- markdown-it-ins
- markdown-it-sub
- markdown-it-sup
anchors :
# Minimum level for ID creation. (Ex. h2 to h6)
level : 2
# A suffix that is prepended to the number given if the ID is repeated.
collisionSuffix : 'v'
# If `true`, creates an anchor tag with a permalink besides the heading.
permalink : false
# Class used for the permalink anchor tag.
permalinkClass : header-anchor
# The symbol used to make the permalink
permalinkSymbol : ¶