https://github.com/tirimid/cmfc
minimalist custom markup format for my personal website
https://github.com/tirimid/cmfc
c html markup markup-language minimalist
Last synced: about 1 month ago
JSON representation
minimalist custom markup format for my personal website
- Host: GitHub
- URL: https://github.com/tirimid/cmfc
- Owner: tirimid
- License: mit
- Created: 2024-10-08T09:15:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-06T21:34:58.000Z (about 1 year ago)
- Last Synced: 2025-07-06T22:31:11.112Z (about 1 year ago)
- Topics: c, html, markup, markup-language, minimalist
- Language: C
- Homepage: https://tirimid.net/tirimid/cmfc.html
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cmfc
## Introduction
CMFC is a program which builds HTML files from CMF files. CMF, or Custom Markup
Format, is a format I designed in order to make writing webpages for my personal
website easier. It is meant to be simple, easy to write, and readable in both
generated and plaintext forms.
For more information, consult [the manual](https://tirimid.net/tirimid/cmfc.html).
## Dependencies
Software / system dependencies are:
* Make (for build)
## Management
* Run `make` to build CMFC
* Run `make install` as root to install CMFC after build
* Run `make uninstall` as root to remove CMFC from the system
## Usage
After installation:
```
$ cmfc -o file.html file.cmf
```
... will build a HTML file from a CMF file.
## Contributing
Feel free to contribute bugfixes, or to fork the project and start your own one
based on it. I'd rather implement feature additions myself.