Skip to content

rexim/Olyvova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Olyvova

Olyvova is a static blog generator that I use for my blog: http://rexim.me/

Usage

Take a look at the source code of my blog: https://github.com/rexim/rexim.me

Markdown Metadata

Olyvova slightly extends markdown format with metadata. Metadata is a key-value table at the top of a markdown document. Every row of the table matches ^\s*([a-zA-Z0-9_]+)\s*:\s*(.*)\s*$. The key is the text before the colon, and the value is the text after the colon. There must not be any whitespace above the metadata, and the metadata block ends with the first line which doesn't match the regexp.

Supported keys:

  • title — the title of the post;
  • author — who wrote the post;
  • date — when the post was published;
  • description — what the post is about;

See ./posts/ directory of my blog for examples.

Contribution

I'm not a big expert in perl, so I definitely do something wrong here. :) Please, feel free to make any contributions to this project.

License

Copyright (c) 2015 Alexey Kutepov a.k.a. rexim

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Static blog generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages