Skip to content

Very short little rust utility to create a new Jekyll post with some front matter

License

Notifications You must be signed in to change notification settings

extua/newposte-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

newposte-rs

This code just generates a new markdown file with front matter for use with Jekyll.

For example, file 2023-08-07-this_new_post.md

---
title: This new post
location: Leicester
tags: [rust, jekyll, blogging]
---

And given a media directory with some jpegs (or jixels) it'll output a set of picture tags to the file.

{% picture media/2023/10/example.jpg --alt an example photo %}

About

Very short little rust utility to create a new Jekyll post with some front matter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages