-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
31 lines (27 loc) · 984 Bytes
/
_config.yml
File metadata and controls
31 lines (27 loc) · 984 Bytes
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
encoding: utf-8
# Site settings
title: Dandelion Project
email: your-email@domain.com
description: > # this means to ignore newlines until "baseurl:"
Dandelion is a free and Open Source Java framework aimed at making web development simpler in JVM-based environments.
It helps to manipulate the web assets (JS, CSS) in different ways: assets organization in a bundle graph and classical optimizations like minification, compression or caching.
It also facilitates the integration of powerful JavaScript libraries thanks to a set of extensible components.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://dandelion.github.io" # the base hostname & protocol for your site
twitter: https://twitter.com/dandelion_proj
forum: http://dandelion.48353.n6.nabble.com/
#
# Blog
#
permalink: /blog/:year/:month/:day/:title
#
# General
#
gaid : 'UA-33818546-8'
#
# AsciiDoctor configuration
#
asciidoctor:
attributes:
- icons=font
- source-highlighter=coderay