This repository has been archived on 2019-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
blogv2/config.yml
2015-01-08 11:33:50 +08:00

30 lines
506 B
YAML
Executable File

---
# Usage: http://ruhoh.com/usage/configure/
RuhohSpec: '1.0'
theme : pure
production_url : http://lunny.info
posts:
permalink: /:year/:month/:day/:filename.html
summary_lines: 20
latest: 10
pages:
permalink: 'pretty'
paginator:
layout: 'paginator'
per_page: 10
namespace: '/posts/'
# <img> tag auto insert config
# %s will be replace by "urlperfix / post name / img filename"
imgs:
imgtag: '<img src="%s" alt="" width="600">'
urlperfix: '{{urls.media}}/'
localdir: 'media/'