Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/handlebars-lang/docs
Documentation for handlebars.js and the handlebars-language
https://github.com/handlebars-lang/docs
handlebars
Last synced: 4 days ago
JSON representation
Documentation for handlebars.js and the handlebars-language
- Host: GitHub
- URL: https://github.com/handlebars-lang/docs
- Owner: handlebars-lang
- License: mit
- Created: 2017-05-15T21:56:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T23:37:47.000Z (3 months ago)
- Last Synced: 2025-01-21T03:07:40.547Z (12 days ago)
- Topics: handlebars
- Language: JavaScript
- Homepage: https://handlebarsjs.com
- Size: 21.7 MB
- Stars: 37
- Watchers: 10
- Forks: 47
- Open Issues: 13
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://github.com/handlebars-lang/docs/actions/workflows/ci.yml/badge.svg)](https://github.com/handlebars-lang/docs/actions/workflows/ci.yml)
This is the repository for the Handlebars documentation site.
* Target-URL: https://handlebarsjs.com
# Why vuepress?
There are a lot of static page generators out there nowadays. I have chosen [vuepress](https://v1.vuepress.vuejs.org) over other systems for several reasons:
* I like [vuejs](https://vuejs.org).
* Vuepress builds fast loading static sites with modern PWA technologies.
* Vuepress is centered around markdown, but leaves the opportunity to inject interactive parts if needed
* Vuepress has a simple predefined way of adapting stylesheets, which makes it easy to adapt colors from the
original site without rewriting the whole css
* The vuejs documentation site is build with vuepress, so it will hopefully be around for a while.You can challenge me and propose other solutions, but you might be asked to help out if you do.
-- Nils
:rocket: :rocket: