You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
1.6 KiB

---
# apps section
articles_app:
args:
store: articles
url_root: /articles
class: Statocles::App::Blog
events_app:
args:
store: events
url_root: /events
class: Statocles::App::Basic
pages_app:
args:
store: pages
url_root: /pages
class: Statocles::App::Basic
projects_app:
args:
store: projects
url_root: /projects
class: Statocles::App::Basic
topdir_app:
args:
store: topdir
url_root: /
class: Statocles::App::Basic
# deploy section
deploy:
args:
path: /srv/http/linuxdv.org/public
class: Statocles::Deploy::File
# site section
site:
args:
apps:
articles:
$ref: articles_app
events:
$ref: events_app
pages:
$ref: pages_app
projects:
$ref: projects_app
topdir:
$ref: topdir_app
base_url: http://linuxdv.org
deploy:
$ref: deploy
nav:
main:
- href: /
title: Главная
- href: /articles/
title: Статьи
- href: /events/
title: События
- href: /projects/
title: Проекты
- href: /pages/services/
title: Сервисы
- href: /pages/links/
title: Ссылки
- href: /forum/
title: Форум
theme:
$ref: theme
title: Linux во Владивостоке
markdown:
$class: Text::MultiMarkdown
class: Statocles::Site
on:
- build:
$class: Statocles::Plugin::LinkCheck
$sub: check_pages
# theme section
theme:
args:
store: theme
class: Statocles::Theme