bliper

static html page generation in perl
git clone git://git.2f30.org/bliper
Log | Files | Refs | README | LICENSE

commit 661390646b7680241cea55091f15ec443d79b842
parent 69198c21da36500f1ae58d019e01ae32d5e6cc17
Author: cipher <haris@2f30.org>
Date:   Mon,  2 Dec 2013 19:52:39 +0200

updated README and readme demo article

Diffstat:
MREADME | 2++
Mmain-articles/2013-11-27-readme | 8++++++++
2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -31,6 +31,8 @@ Files included are: |-- pages | |-- about | `-- contact +|-- pages-b +| `-- readme-again `-- template |-- footer |-- main-bottom diff --git a/main-articles/2013-11-27-readme b/main-articles/2013-11-27-readme @@ -31,6 +31,8 @@ Files included are: |-- pages | |-- about | `-- contact + |-- pages-b + | `-- readme-again `-- template |-- footer |-- main-bottom @@ -67,6 +69,10 @@ _output_ _pages_ is the directory which produced all new pages (again, sample included). +_pages-b_ + is the directory which produces pages that do not appear on the menu. + You can link to them through other pages with markdown. + _template_ main-top is the top section of the main page. main-bottom is the bottom section of the main page. @@ -75,3 +81,5 @@ _template_ footer is just the footer appended in all pages. I've included a demo file in input/markdown-notes. Just run `bliper-generate.pl` in your main directory, `bliper-menu-creation.sh` and `$BROWSER output/index.html` to see the demo. There is also the option to rsync the files to your server with `bliper-deploy.sh` + +[This](readme-again.html) is a test to a page that came from pages-b.