* development:
Add a refrence to themes_path
realpath returns the canonicalized absolute pathname
Dont set theme-variant if there is none
Add Vulkan Tutorial to list of sites using the framework
Fix autoloading and prioritize getting it as a dependency
Change the way the commands are declare, separate "generate" and "serve"
Support BOM at the beginning of content, fixes#372
Applied fixes from StyleCI
Add the daux --serve command to simplify writing documentation and reading.
Fix the way front matter is handled, fixes#345
Create a "daux" binary
Add badges and code coverage
Mark as non compatible with PHP 5.4
Applied fixes from StyleCI
Added .travis.yml file
Build latest phar
Add the ability to do relative links in documentations
Compile latest version
Minify files
Remove Bootstrap and simplify styles
# Conflicts:
# libs/DauxHelper.php
# libs/bootstrap.php
* master:
Add a refrence to themes_path
realpath returns the canonicalized absolute pathname
Dont set theme-variant if there is none
Add Vulkan Tutorial to list of sites using the framework
* master:
Adjust API to work with Guzzle 6
Change guzzle version to ~6.0
Added docs to explain how to use markdown to display images
# Conflicts:
# composer.lock
* 'development' of https://github.com/justinwalsh/daux.io:
Add Table Of Contents feature
Compile latest version
Fix floating value read
Improve toggle usability
Generate can fall back to daux.phar, fixes#354
Add an arrow to open sub-trees, fixes#277
Updates
Finalize search feature for merge
Add `getPureContent` to Page to be able to get content without template
Update the list of demos
Fix dynamic website
First checkin of search for static websites
Compile latest version
Add computed raw pages, to create special content at any time
Small tweaks