Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmaupetit/asciidoc_sass
Write your own AsciiDoc theme for HTML5 backend with SASS
https://github.com/jmaupetit/asciidoc_sass
Last synced: 15 days ago
JSON representation
Write your own AsciiDoc theme for HTML5 backend with SASS
- Host: GitHub
- URL: https://github.com/jmaupetit/asciidoc_sass
- Owner: jmaupetit
- Created: 2012-03-22T00:25:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-22T10:23:30.000Z (almost 13 years ago)
- Last Synced: 2024-11-01T13:23:31.366Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 325 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AsciiDoc SASS
This project is a starting point to design you own [AsciiDoc](http://www.methods.co.nz/asciidoc/) theme for HTML5 backend with SASS.
## Files
* `lorem_ipsum.adoc` is an asciidoc file example
* `Makefile` a quick and dirty file to compile `lorem_ipsum.adoc` to HTML. Feel free to edit this file for your own usage
* `AsciiDoc_SASS` the [Compass](http://compass-style.org "Compass SASS framework")/[SASS](http://sass-lang.com/) working project## Detailled informations
You will find more information about this project on my blog entitled ["Write your own AsciiDoc theme for HTML5 backend with SASS"](http://yageekblog.maupetit.net/Markup/2012/03/21/write-your-own-asciidoc-theme-for-html5-backend-with-sass/).