Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rosiro/kiyozuri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

kiyozuri

Kiyozuri Open-Source Content Management System.
create static websites.

  • Compress HTML and CSS,javascript.
  • Static Exporting
  • majika

Formats

supportt markdown, text-file, html-file and Perl script

command

// generate config.yaml mkdir tempaltes,source
$ perl kiyozuri.pl init 

// build. markdown file to static files. generate /public/ dir
$ perl kiyozuri.pl build

// webserver
$ perl kiyozuri.pl server 

// search
$ perl kiyozuri.pl search "hoge"

// replace
$ perl kiyozuri.pl replace "hoge" "moge"

Structure

example

config.yaml 
kiyozuri.pl 
/lib/ 
    kiyozuri.pm 
    /kiyozuri/ 
/db/ 
   /file/ 
   /sql/ 
/templates/ 
    index.tmpl 
    categorylist.tmpl 
    singlepage.tmpl 
/source/ 
    index.md 
    /perl/ 
        index.md 
        perl.md 
    /food/ 
        index.md 
        fish.md 
        beef.md 
/public/ 
    index.html 
    /perl/ 
        index.html 
        perl.html 
    /food/ 
        index.html 
        fish.html 
        beef.html 

config.yaml

templates

source

supportt markdown, text-file, html-file and Perl script

Converter

About

Kiyozuri | Open-Source Content Management System

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors