Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liyanboy74/htmixer
Static HTML Page Generator
https://github.com/liyanboy74/htmixer
blog blog-engine c gh-pages html static-site-generator website
Last synced: 3 months ago
JSON representation
Static HTML Page Generator
- Host: GitHub
- URL: https://github.com/liyanboy74/htmixer
- Owner: liyanboy74
- License: gpl-3.0
- Created: 2021-11-30T05:53:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T05:37:33.000Z (about 1 year ago)
- Last Synced: 2024-01-04T06:28:16.196Z (about 1 year ago)
- Topics: blog, blog-engine, c, gh-pages, html, static-site-generator, website
- Language: C
- Homepage: https://liyanboy74.github.io/htmixer
- Size: 73.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTMixer
HTMixer is a Static HTML page generator. This tool can combine different pages and add content to them.
Content can be specific to one or more templates.
This tool is written in C language and can be used for any text file, but customized for Github Pages.[Read More](https://liyanboy74.github.io/htmixer/)
### Compile & Install
```
mkdir build
cd build
cmake -G "Unix Makefiles" ..
make
sudo make install
```### Commands
```
$> htmixer -?HTMixer is a Static HTML page generator. This tool can combine different pages and add content to them.
Content can be specific to one or more templates. This tool is written in C language and can be used for any file, but customized for Github Pages.
More info at https://github.com/liyanboy74/htmixer .COMMANDS:
[FILE] Output Output file name
Ex: htmixer ./blog/index.html-v [FILE] Var Name of file contains variable
Ex: htmixer -v home-text.txt blog-text.txt-d [FILE] Doc Name of file contains html,style or body
Ex: htmixer -d home.html shop.html--version Version Print version info
-l[0-3] Set log level Print more info while generating
Ex: htmixer -l1
Default set to 1-?,-h,--help Help Print this list
```### Sitemap
Use [SMG](https://github.com/liyanboy74/smg) for generate Sitemap.### Trusted By
- [IOElectro](https://github.com/ioelectro/ioelectro.github.io)