https://github.com/sagikazarmark/manpage
Simple manpage template
https://github.com/sagikazarmark/manpage
Last synced: 4 months ago
JSON representation
Simple manpage template
- Host: GitHub
- URL: https://github.com/sagikazarmark/manpage
- Owner: sagikazarmark
- License: mit
- Created: 2016-12-31T03:01:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T05:22:42.000Z (almost 9 years ago)
- Last Synced: 2025-06-21T15:11:59.319Z (4 months ago)
- Language: HTML
- Homepage: https://sagikazarmark.github.io/manpage/
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manpage
**Simple manpage template**
## Requirements
- make
- sassc## Usage
Use `make` to build the CSS file:
``` bash
$ make style.css
```If you don't have `sassc` installed in your prefix, you can specify the location to the executable
``` bash
$ make SASSC=path/to/sassc style.css
```## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.