Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Changelog/readme/version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Sep 19, 2015
1 parent 852269e commit 791c5c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.1

+ Add `config.posts_dir` and `config.pages_dir`

# 2.1.0

Many thanks to GitHub user w-oertl for contributing most of this release.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Usage:
## Options & notes

+ Set `config.link_dirs = false` in `config.lua` to have posts & pages generated at `/name.html` rather than `/name/index.html`
+ Set `config.posts_dir` and `config.pages_dir` to change the output directories for posts & pages
+ The `inc/` directory will be copied to `build/inc/`, and your template inc to `build/inc/template`
+ Add `--nocache` before the URL to ignore caching (for template dev)

Expand Down
4 changes: 2 additions & 2 deletions luapress-2.1.0-0.rockspec → luapress-2.1.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = 'Luapress'
version = '2.1.0-0'
version = '2.1.1-0'

source = {
url = 'git://github.com/Fizzadar/luapress.git',
tag = 'v2.1.0'
tag = 'v2.1.1'
}

description = {
Expand Down
2 changes: 1 addition & 1 deletion luapress/config.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
return {
version = '2.1.0'
version = '2.1.1'
}

0 comments on commit 791c5c6

Please sign in to comment.