Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docpad/docpad
Empower your website frontends with layouts, meta-data, pre-processors (markdown, jade, coffeescript, etc.), partials, skeletons, file watching, querying, and an amazing plugin system. DocPad will streamline your web development process allowing you to craft powerful static sites quicker than ever before.
https://github.com/docpad/docpad
app coffeescript docpad docpad-core node preprocessor static-site-generator template-engine
Last synced: 21 days ago
JSON representation
Empower your website frontends with layouts, meta-data, pre-processors (markdown, jade, coffeescript, etc.), partials, skeletons, file watching, querying, and an amazing plugin system. DocPad will streamline your web development process allowing you to craft powerful static sites quicker than ever before.
- Host: GitHub
- URL: https://github.com/docpad/docpad
- Owner: docpad
- License: other
- Created: 2011-03-17T02:24:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T13:53:58.000Z (9 months ago)
- Last Synced: 2024-10-01T16:21:48.185Z (about 1 month ago)
- Topics: app, coffeescript, docpad, docpad-core, node, preprocessor, static-site-generator, template-engine
- Language: CoffeeScript
- Homepage: https://docpad.bevry.me
- Size: 4.23 MB
- Stars: 3,055
- Watchers: 104
- Forks: 241
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-nodejs-cn - DocPad - 具有动态能力和巨大插件生态系统的静态站点生成器 (包 / 静态网站生成)
- awesome-nodejs-cn - DocPad - **star:3056** 静态站点生成器具有强大的动态功能和强大的插件生态系统 ![star > 2000][Awesome] (包 / 静态网站生成器)
- jimsghstars - docpad/docpad - Empower your website frontends with layouts, meta-data, pre-processors (markdown, jade, coffeescript, etc.), partials, skeletons, file watching, querying, and an amazing plugin system. DocPad will str (CoffeeScript)
- awesome-nodejs - DocPad - Static site generator with dynamic abilities and huge plugin ecosystem. (Packages / Static site generators)
- awesome-nodejs - docpad - Empower your website frontends with layouts, meta-data, pre-processors (markdown, jade, coffeescript, etc.), partials, skeletons, file watching, querying, and an amazing plugin system. DocPad will streamline your web development process allowing you to craft powerful static sites quicker than ever before. - ★ 2979 (Static site generators)
- awesome-node - DocPad - Static site generator with dynamic abilities and huge plugin ecosystem. (Packages / Static site generators)
- awesome-nodejs-cn - DocPad - 具有动态能力和巨大插件生态系统的静态站点生成器. (目录 / 静态站点生成)
- awesome-starred - docpad/docpad - Empower your website frontends with layouts, meta-data, pre-processors (markdown, jade, coffeescript, etc.), partials, skeletons, file watching, querying, and an amazing plugin system. DocPad will str (node)
README
DocPad. Streamlined web development.
Hi! I'm DocPad, I streamline the web development process and help close the gap between experts and beginners. I've been used in production by big and small companies for over a year and a half now to create [plenty of amazing and powerful web sites and applications](https://docpad.bevry.me/showcase) quicker than ever before. What makes me different is instead of being a box to cram yourself into and hold you back, I'm a freeway to what you want to accomplish, just getting out of your way and allowing you to create stuff quicker than ever before without limits. Leave the redundant stuff up to me, so you can focus on the awesome stuff.
Discover my features below, or skip ahead to the installation instructions to get started with a [fully functional pre-made website](https://docpad.bevry.me/projects) in a few minutes from reading this.
**[Watch the Screencast!](http://www.youtube.com/watch?v=hvQCXDWh7Wg&feature=share&list=PLYVl5EnzwqsQs0tBLO6ug6WbqAbrpVbNf)**
## Features
### Out of the box
- Completely file based, meaning there are no pesky databases that need to be installed, and for version control you get to use systems like Git and SVN, which you're already used to (You can still hook in remote data sources if you want, DocPad doesn't impose any limits on you, ever)
- Choose from plenty of community maintained [pre-made websites](https://docpad.bevry.me/projects) to use for your next project instead of starting from scratch every time
- Write your documents in any language, markup, templating engine, or pre-processor you wish (we're truly agnostic thanks to your plugin system). You can even mix and match them when needed by combining their extensions in a rails-like fashion (e.g. `coffee-with-some-eco.js.coffee.eco`)
- Changes to your website are automatically recompiled through our built-in watch system
- Add metadata to the top of your files to be used by templating engines to display non-standard information such as titles and descriptions for your documents
- Display custom listings of content with our powerful [Query Engine](https://github.com/bevry/query-engine) available to your templating engines
- Abstract out generic headers and footers into layouts using our nested layout system
- For simple static websites easily deploy your generated website to any web server like apache or github pages. For dynamic projects deploy them to servers like [heroku](http://www.heroku.com) to take advantage of custom routing with [express.js](http://expressjs.com). [Deploy guide here](https://docpad.bevry.me/deploy)
- Built-in server to save you from having to startup your own, for dynamic deployments this even supports things like clean urls, custom routes and server-side logic
- Robust architecture and powerful plugin system means that you are never boxed in. Unlike traditional CMS systems, you can always [extend DocPad](https://docpad.bevry.me/extend) to do whatever you need it to do, and you can even write to bundle common custom functionality and distribute them through the amazing node package manager [npm](http://npmjs.org)
- Built-in support for dynamic documents (e.g. search pages, signup forms, etc), so you can code pages that change on each request by just adding `dynamic: true` to your document's meta data (exposes the [express.js](http://expressjs.com) `req` and `res` objects to your templating engine)
- You can use it standalone, or even easily include it within your existing systems with our [API](https://docpad.bevry.me/api)### With our amazing community maintained plugins
- Use the [Live Reload](https://docpad.bevry.me/plugin/livereload) plugin to automatically refresh your web browser whenever a change is made, this is amazing
- Pull in remote RSS/Atom/JSON feeds into your templating engines allowing you to display your latest twitter updates or github projects easily and effortlessly using the [Feedr Plugin](https://docpad.bevry.me/plugin/feedr)
- Support for every templating engine and pre-processor under the sun, including (but not limited to) CoffeeScript, CoffeeKup, ECO, HAML, Handlebars, Jade, Less, Markdown, PHP, Ruby, SASS and Stylus - [the full listing is here](https://docpad.bevry.me/plugins)
- Use the [Partials Plugin](https://docpad.bevry.me/plugin/partials) to abstract common pieces of code into their own individual file that can be included as much as you want
- Syntax highlight code blocks automatically with either our [Highlight.js Plugin](https://docpad.bevry.me/plugin/highlightjs) or [Pygments Plugin](https://docpad.bevry.me/plugin/pygments)
- Get SEO friendly clean URLs with our [Clean URLs Plugin](https://docpad.bevry.me/plugin/cleanurls) (dynamic deployments only)
- Lint your code automatically with our Ling Plugins: [jshint](https://docpad.bevry.me/plugin/jshint) and [coffeelint](https://docpad.bevry.me/plugin/coffeelint)
- Concatenate and minify your JavaScript and CSS assets making page loads faster for your users with our Minify Plugins: [htmlmin](https://docpad.bevry.me/plugin/htmlmin) and [grunt](https://gist.github.com/balupton/3898915)
- Install common javascript libraries like jQuery, Backbone and Underscore directly from the command line - (under construction, coming soon)
- Automatically translate your entire website into other languages with our Translation Plugin - under construction, coming soon
- Add an admin interface to your website allowing you to edit, save and preview your changes on live websites then push them back to your source repository with the [Admin Plugins](https://docpad.bevry.me/admin)
- Pretty much if DocPad doesn't already do something, it is trivial to [write a plugin](https://docpad.bevry.me/extend) to do it. DocPad can accomplish anything; it never holds you back, and there are no limits.
- [Many other plugins](https://docpad.bevry.me/plugins) not listed here that are still definitely worth checking out! :)## People love DocPad
All sorts of people love DocPad, from first time web developers to even industry leaders and experts. In fact, people even migrate to DocPad from other systems as they love it so much. Here are some our [favourite tweets](https://twitter.com/#!/DocPad/favorites) of what people are saying about DocPad :)
[![Some favourite tweets about DocPad](https://github.com/bevry/designs/raw/1437c9993a77b24c3ad1856087908b508f3ceec6/docpad/favourites/docpad-favs.gif)](https://docpad.bevry.me/praise)
## Install
[Click here for our latest Install Instructions.](https://docpad.bevry.me/install)
## Quick Start
[Click here to skip ahead to our latest Quick Start Guide.](https://docpad.bevry.me/start)
## What next?
Here are some quick links to help you get started:
- [Getting Started](https://docpad.bevry.me/intro)
- [Frequently Asked Questions](https://docpad.bevry.me/faq)
- [Showcase and Examples](https://docpad.bevry.me/showcase)
- [Guides and Tutorials](https://docpad.bevry.me)
- [Deployment Guide](https://docpad.bevry.me/deploy)
- [Extension Guide](https://docpad.bevry.me/extend)
- [Plugins](https://docpad.bevry.me/plugins)
- [Troubleshooting](https://docpad.bevry.me/troubleshoot)
- [Support](https://bevry.me/support)History
Discover the release history by heading on over to the
HISTORY.md
file.Contribute
Discover how you can contribute by heading on over to the
CONTRIBUTING.md
file.Backers
Maintainers
These amazing people are maintaining this project:
-
Benjamin Lupton — view contributions -
Michael Duane Mooring — view contributions -
Rob Loach — view contributions
Sponsors
These amazing people have contributed finances to this project:
- Jean-Luc Geering
- Nikolas Jeker
- Lee Discoll
- Ángel González
- Scott Kempson
- Myplanet Digital
- Meeho!
- Prismatik
- hybris
Become a sponsor!
Contributors
These amazing people have contributed code to this project:
-
Aaron Powell — view contributions -
Adrian Olaru — view contributions -
Adrian Olaru — view contributions -
Alex Mesarosh — view contributions -
Andrew Patton — view contributions -
Anton W — view contributions - Anton Wilhelm
-
Aron Gabor — view contributions -
Bahtiar Gadimov — view contributions -
Ben Barber — view contributions -
Benjamin Lupton — view contributions -
Bruno Heridet — view contributions -
Changwoo Park — view contributions -
Chase Colman — view contributions -
Craig Smith — view contributions -
Darío Villanueva — view contributions -
Eduardo Lavaque — view contributions - Firede
-
Homme Zwaagstra — view contributions -
Ivan Klimchuk — view contributions -
JT Turner — view contributions - Ke Zhu
- Ke Zhu
- Lukasz Gornicki
-
Luke Hagan — view contributions -
Michael Duane Mooring — view contributions -
Morgan Larosa — view contributions -
Nathan Friedly — view contributions -
Neil Taylor — view contributions -
Nick Crohn — view contributions -
Nick Matantsev — view contributions -
Olivier Bazoud — view contributions -
Paul Armstrong — view contributions -
Pavan Gupta — view contributions -
Peter Flannery — view contributions -
Prayag Verma — view contributions -
Richard A — view contributions -
Rob Loach — view contributions -
Shih-Yung Lee — view contributions -
Sorin Ionescu — view contributions -
Stefanos Grammenos — view contributions -
Steve Mc — view contributions -
Sven Vetsch — view contributions -
Tatu Tamminen — view contributions -
Todd Anglin — view contributions -
Vladislav Botvin — view contributions -
Zearin — view contributions -
alexwoehr — view contributions -
asyncapi-bot — view contributions -
eldios — view contributions -
pavangupta — view contributions -
ruemic — view contributions -
vsopvsop — view contributions
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
### Participants
Also thanks to all the countless others who have continued to raise DocPad even higher by submitting plugins, issues reports, discussion topics, IRC chat messages, and praise on twitter. We love you.
License
Unless stated otherwise all works are:
- Copyright © 2012+ Bevry Pty Ltd
- Copyright © Benjamin Lupton
and licensed under: