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: 1 day 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T06:53:53.000Z (about 7 years ago)
- Last Synced: 2025-01-11T17:22:06.351Z (over 1 year 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
[](http://hits.dwyl.io/foo-dogsquared/automate-md)
[](./LICENSE)


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.0
For 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:
[](https://buymeacoff.ee/foodogsquared)