2018-03-12 19:31:14 +00:00
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
2020-09-24 20:24:52 +00:00
title : Fediverse.Party - explore federated networks
2018-03-12 19:31:14 +00:00
subtitle :
2021-09-06 20:21:07 +00: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 19:31:14 +00:00
author : lostinlight
language :
- en
timezone :
# URL
2018-07-05 01:18:42 +00:00
url : https://fediverse.party
2018-03-12 19:31:14 +00:00
root : /
permalink : : lang/:layout/:title/
permalink_defaults :
# Directory
source_dir : source
public_dir : public
tag_dir : tags
2020-04-24 23:35:23 +00:00
archive_dir : en/chronicles
2018-03-12 19:31:14 +00: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 22:47:40 +00:00
external_link :
enable : true # Open external links in new tab
2018-03-12 19:31:14 +00:00
filename_case : 0
render_drafts : false
post_asset_folder : true
2020-01-03 14:47:18 +00:00
relative_link : false
2018-03-12 19:31:14 +00: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-20 23:45:28 +00:00
per_page : 23
2018-03-12 19:31:14 +00:00
pagination_dir : page
# Extensions
theme : starter
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy :
type :
# Site settings
2020-09-24 18:31:55 +00:00
ogImage : tile-wide.png
2018-03-12 19:31:14 +00:00
# Plugins
nofollow :
enable : true
include :
noreferrer : true
noopener : true
2019-01-14 23:01:54 +00:00
# hexo-yam minifier
2021-04-23 22:05:24 +00:00
minify :
css :
enable : false
js :
enable : false
svg :
enable : false
2018-03-12 19:31:14 +00:00
feed :
type : atom
path : atom.xml
2018-07-05 02:25:28 +00:00
limit : false
2018-03-12 19:31:14 +00:00
hub :
content : true
2018-07-05 01:18:42 +00: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 : ¶