Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwehresmann/static-pages
https://github.com/rwehresmann/static-pages
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rwehresmann/static-pages
- Owner: rwehresmann
- Created: 2019-12-29T01:23:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:36:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T05:51:01.601Z (over 1 year ago)
- Language: Ruby
- Size: 1.18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Static pages with markdown templates
Test project to create markdown templates (`html.md`). The static pages were created using [High Voltage](https://github.com/thoughtbot/high_voltage).
* **master**: it fulfills the task using [Redcarpet](https://github.com/vmg/redcarpet). However, for some reason I couldn't use `erb` effectively in the markdown template;
* **tilt-solution**: it fulfills the task using [Tilt](https://github.com/rtomayko/tilt), that is also used as a workaround for the `erb` problem.