Download the PHP package nmcteam/3dash without Composer
On this page you can find all versions of the php package nmcteam/3dash. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nmcteam/3dash
More information about nmcteam/3dash
Files in nmcteam/3dash
Package 3dash
Short Description Static site generator
License MIT
Homepage https://3dash.dev
Informations about the package 3dash
3dash Static Site Generator
3dash is a tiny PHP static site generator created as a weekend project. We wanted a simple PHP solution, similar to Metalsmith, to create a tiny personal blog.
Here's the gist: there is a payload object that manages your site asset files. The payload object's properties are associative arrays. The array keys are pathnames of generated site files (e.g. "/about/josh.html"), and the array values are File instances that determine the content of generated site files.
The payload object is processed by a sequence of plugins. Plugins are run in the order they are added. Each plugin may manipulate the payload object. For example, a plugin may add, update, or remove site files. A plugin may also provide tools intended for subsequent plugins. The final plugin generates and outputs site files.
Documentation
- Get Started
- Payload
- Files
- Plugins
- Collections
- Dates
- Drafts
- Filesystem Writer
- Images
- INI
- Parsedown
- Twig
Vulnerability Disclosure
If you find a security-related bug or vulnerabilty, please EMAIL US at:
Please DO NOT disclose vulnerabilities on our public issue tracker.
Issue Tracker
Find a bug? Have suggestions? Open an issue here:
https://github.com/nmcteam/3dash/issues
Contribute
Help us improve 3dash. Contribute on GitHub!
License
3dash is released under the MIT Public License.
Authors
3dash is created and maintained by New Media Campaigns.