Uwe Arzt
Uwe Arzt
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option
What about: ```liquid {% assign month = post.date | date: "%m" %} {% case month %} {% when '01' %} Januar {% when '02' %} Februar {% else %} Other...
Hi, I would really like such a feature. I would guess two possible source to get the date off: - Directory name YYYYMMDD - Multiple Directories YYYY/MM/DD see my posts_in_subfolders...
How should it be packaged? Is https://crates.io/crates/cargo-deb a good option? If yes, i would give it a try :)
@kirillmorozov Yes, cargo-deb was easy :). I will look into the ppa in the next weeks. Thanks for your help.
I tested creating a ppa, but i would prefer a package repo on github pages. Main points: 1. We could also provide packages for non Ubuntu (in my case Raspbian)...
@baarkerlounger Yes, that is normally done in the postinst/postrm script. If you would like to have it after a cargo install you can do (set the correct path according to...