-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation / example / version-number catchup.
- Loading branch information
1 parent
18d6c13
commit b309abc
Showing
4 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,12 @@ base_uri: http://blog.example.com/ | |
path: /home/me/Dropbox/plerd/ | ||
title: My Cool Blog | ||
author_name: Sam Handwich | ||
author_email: [email protected] | ||
author_email: [email protected] | ||
|
||
# If you don't want to keep all of Plerd's required directories under a single | ||
# master directory (configured withe the "path" directive, as seen above), then | ||
# you can define the directories with these separate directives instead: | ||
# | ||
# source_path: /home/me/Dropbox/plerd/source | ||
# publication_path: /var/www/html/blog/ | ||
# template_path: /yet/another/path/templates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package Plerd; | ||
|
||
our $VERSION = '1.2'; | ||
our $VERSION = '1.3'; | ||
|
||
use Moose; | ||
use Template; | ||
|