If you're bored with gigantic blogging systems.
o
Basics:
- Fruitfly take
.md
file and converts it into.html
- Templates can be recurred, look into
{variables}
- put your data into your
blog_input
folder i.e:C:\myblog\blog_input
- modify
config.yml
- is well commented and simple - run
dotnet run
in directory which containsconfig.yml
folder and/ordotnet run config.yml
PS C:\FruitFly> dotnet run
FRUITFLY 6.0 Blog generator
c:\myblog\blog_input\y2019\m11\d15_post1
c:\myblog\blog_input\y2019\m11\d30_post1
2 generated at: $0,7855702 second(s)
pretty simple, huh?
y{year}/m{month}/d{day}_post{n}
Example:
C:.
├───blog_input
│ └───y2019
│ └───m11
│ ├───d15_post1
│ └───d30_post1
└───y2019 <---- output directory
└───m11
├───d15_post1
└───d30_post1
Update package dotnet add package YamlDotNet
Is very clear. I'm too lazy.
- better documentation
- better distribution
- better....
- high-async support - as test project