perl - What's the easiest way to serve non-blog pages with Blosxom? -


i'm using blosxom serve blog. i'd include few pages aren't part of blog post hierarchy, such page.

for example i'd have page @ example.com/about.html uses same header , footer other pages, isn't included in list of recent posts. what's easiest way achieve this?

i think might possible categorization feature, unfortunately help page isn't working.

if makes difference, i'm using blosxom generate site statically.

take @ static file rendering page. in blosxom script should find configuration setting this:

# blog's static files created? $static_dir = "/home/bloguser/public_html/bloxsom/static"; 

you can set $static_dir point location of files.

standard unix disclaimers regarding ownershipt , permissions files directories apply.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -