Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyzn/mini-plerd
A stripped clone of plerd the static blogger -- NOT MAINTAINED
https://github.com/kyzn/mini-plerd
perl perl-script static-blog
Last synced: about 1 month ago
JSON representation
A stripped clone of plerd the static blogger -- NOT MAINTAINED
- Host: GitHub
- URL: https://github.com/kyzn/mini-plerd
- Owner: kyzn
- License: mit
- Created: 2017-12-23T04:40:25.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2020-06-13T19:07:23.000Z (over 4 years ago)
- Last Synced: 2024-09-29T19:01:23.197Z (about 2 months ago)
- Topics: perl, perl-script, static-blog
- Language: Perl
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This repository is NOT MAINTAINED
Be warned that this repository is no longer maintained.
## mini-plerd
This is a clone of Jason McIntosh's [plerd](https://github.com/jmacdotorg/plerd) that I modified to have just what I needed for [kivanc's blog](https://kyzn.org). For actual blog content that is processed by this script, see [kyzn.org](https://github.com/kyzn/kyzn.org).
## depends on
```cpanm DateTime DateTime::Format::W3CDTF File::Copy::Recursive FindBin Moose Path::Class Readonly Template Text::MultiMarkdown URI HTML::Strip```
## provides
- MiniPlerd
- MiniPlerd::Post
- and Text::SmartyPants, because when you do `cpanm Text::SmartyPants`, it tries to bring in half of CPAN, and often some modules won't be installed successfully. Also see [jmacdotorg/plerd/f91c6c9e](https://github.com/jmacdotorg/plerd/commit/f91c6c9ee9e8ebe9864ecceef98e830353e130c2).