Contenticious

Build websites from markdown files
Download

Contenticious Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mirko Westermeier
  • Publisher web site:
  • http://search.cpan.org/~memowe/

Contenticious Tags


Contenticious Description

Contenticious is a Perl module that offers a very simple way to build a nice little website from your content (file-system based).You just write Markdown files in a directory structure and check the generated HTML live in your browser. The presentation is highly customizable on many levels, but I think the default is readable and rather pretty.Since Contenticious is a Mojolicious web app, it can "be" a web server for your content, but you can dump everything to static files with a single command and upload it to your favourite web hoster.It's also possible to mount Contenticious in your Mojolicious web app.SYNOPSISGenerate config file, directories, example pages and the webapp.pl script: $ contenticious init generating contenticious boilerplate... ... done.Serve markdown files from pages directory (live updated): $ ./webapp.pl daemon ... Server available at http://127.0.0.1:3000.Generate static files ready for upload (dumped to the dump directory) $ ./webapp.pl dump dumping everything to /Users/memowe/code/contenticious/dump ... ... done!These examples show basic usage. Contenticious is highly customizable, but you may want to start with this basic commands to see what's happening.Product's homepage


Contenticious Related Software