-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
31 lines (24 loc) · 1.46 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
# Dependencies
markdown: kramdown
highlighter: rouge
encoding: utf-8
gems:
- jekyll-redirect-from
# Permalinks
permalink: pretty
# Setup
title: Tynamo
tagline: 'Tynamo is model-driven'
description: '<strong>Tynamo</strong> is model-driven, full-stack web framework based on <a href="http://tapestry.apache.org/" class="external-link">Apache Tapestry 5</a>'
abstract: 'Tynamo''s mission is to <strong>provide implementations for different aspects of a full web application stack</strong> that offer reasonable out-of-the-box functionality and are easy to customize. We are intent on proving that web applications based on Java can simultaneously be <strong>high performing, easy to implement and fun to develop</strong>. We leverage existing technologies where possible and provide integrations with proven, clean and compact libraries rather than limit ourselves only to standard Java (JSRs). Tynamo is both comprehensive and modular so you are free to choose the parts you like from our full stack. And finally, we like Tapestry and our modules use Tapestry IoC extensively.'
url: http://tynamo.org
author:
name: 'Kalle Korhonen'
url: https://twitter.com/tynamo_org
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["README.md"] # files to exclude
# Custom vars
version: 2.0.0
github:
repo: https://github.com/tynamo/