Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foo-dogsquared/automate-md
A CLI program that manages the frontmatter of your Jekyll or Hugo posts without manually entering into your text editor.
https://github.com/foo-dogsquared/automate-md
automation cpp cpp14 frontmatter hugo jekyll markdown
Last synced: 22 days ago
JSON representation
A CLI program that manages the frontmatter of your Jekyll or Hugo posts without manually entering into your text editor.
- Host: GitHub
- URL: https://github.com/foo-dogsquared/automate-md
- Owner: foo-dogsquared
- License: mit
- Created: 2018-08-21T16:52:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T06:53:53.000Z (about 6 years ago)
- Last Synced: 2024-11-10T22:39:53.170Z (3 months ago)
- Topics: automation, cpp, cpp14, frontmatter, hugo, jekyll, markdown
- Language: C++
- Homepage:
- Size: 136 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# automate-md
[![HitCount](http://hits.dwyl.io/foo-dogsquared/automate-md.svg)](http://hits.dwyl.io/foo-dogsquared/automate-md)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](./LICENSE)
![Version](https://img.shields.io/badge/version-1.0-brightgreen.svg)
![Size](https://github-size-badge.herokuapp.com/foo-dogsquared/automate-md.svg)A blogging tool for those who use Jekyll and Hugo (probably)...
## How to use
Clone the Git repo with:
```
git clone https://github.com/foo-dogsquared/automate-md.git
cd automate-md
```For now, to use the program, you would have to build it yourself with `cmake` and `make`.
```bash
cmake CMakeLists.txt
make
```Just for reference, here are the related tools and their version by the time I successfully built the program:
- CMake 3.6.2
- GCC 7.3.0For the available commands, just go [here](./docs/available-commands.md).
## How to contribute?
If you're contributing through code, you can refer [here](./docs/CONTRIBUTING.md) for the guidelines.For issuing bugs, just file an issue on the issue tracker.
If you want to support me as a creator, you can donate a bit of spare cheap coffee money by clicking down the button below:
[![Buy Me A Coffee link](./docs/assets/button-orange.png)](https://buymeacoff.ee/foodogsquared)