Commit grafiek

520 Commits

Auteur SHA1 Bericht Datum
f4cfa35c59 Merge branch 'master' into development
* 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
2016-07-29 21:53:29 +02:00
2f314c2d96 Add a refrence to themes_path
I had to check the source for this option
2016-07-29 21:52:26 +02:00
9f3a31aeab realpath returns the canonicalized absolute pathname 2016-07-29 21:52:26 +02:00
15c4da62d9 Dont set theme-variant if there is none 2016-07-29 21:52:26 +02:00
ab2cc49845 Add Vulkan Tutorial to list of sites using the framework 2016-07-29 21:52:26 +02:00
b9d99d1388 Fix autoloading and prioritize getting it as a dependency 2016-07-29 08:55:08 +02:00
06f0945cab Change the way the commands are declare, separate "generate" and "serve" 2016-07-29 08:02:35 +02:00
77d7989f3b Support BOM at the beginning of content, fixes #372 2016-07-29 08:02:35 +02:00
68a91159e6 Applied fixes from StyleCI 2016-07-29 08:02:35 +02:00
ec775de695 Add the daux --serve command to simplify writing documentation and reading. 2016-07-29 08:02:35 +02:00
b090571e4b Fix the way front matter is handled, fixes #345 2016-07-29 08:02:35 +02:00
bed4d204ca Create a "daux" binary
Refactored Daux a bit to allow generating documentation from working directory
2016-07-29 08:02:34 +02:00
d8c20dcbac Add badges and code coverage 2016-07-29 08:02:34 +02:00
ce55b5011f Mark as non compatible with PHP 5.4 2016-07-29 08:02:34 +02:00
029d6cf332 Applied fixes from StyleCI 2016-07-29 08:02:34 +02:00
1f5521f13a Added .travis.yml file 2016-07-29 08:02:34 +02:00
f319fc4f53 Build latest phar 2016-07-29 08:02:34 +02:00
4c98140329 Add the ability to do relative links in documentations 2016-07-29 08:02:34 +02:00
c846fec6b2 Compile latest version 2016-07-29 08:02:34 +02:00
793501cddf Minify files 2016-07-29 08:02:34 +02:00
3ae2662662 Remove Bootstrap and simplify styles 2016-07-29 08:02:34 +02:00
0b6435a7c0 Merge pull request #378 from bgiesing/patch-1
Add Cumulus TV to Demos
2016-06-14 08:39:31 +02:00
a279f9418d Add Cumulus TV to Demos 2016-06-14 01:19:36 -05:00
9b7b76af86 Merge pull request #367 from Overv/patch-1
Fix grammar mistake in sample index file
2016-05-07 11:18:05 +02:00
7de02fdcba Compile latest version 2016-05-07 11:02:43 +02:00
d4ada72e9b Merge branch 'master' into development
* master:
  Fix off-by-one error in daux theme media queries
  Fix deepclone, generation and file loading bugs

# Conflicts:
#	themes/daux/css/theme-blue.min.css
#	themes/daux/css/theme-green.min.css
#	themes/daux/css/theme-navy.min.css
#	themes/daux/css/theme-red.min.css
#	themes/daux/less/_structure.less
2016-05-07 10:54:57 +02:00
1127cc600e Improve readability of the theme, fixes #363 2016-05-05 23:43:37 +02:00
b6de9968fb Fix grammar mistake in sample index file 2016-05-04 16:19:24 +02:00
b472a82083 Fix off-by-one error in daux theme media queries 2016-05-01 20:56:23 +02:00
38e939c848 Fix deepclone, generation and file loading bugs 2016-05-01 20:56:23 +02:00
d25a001325 Fix front matter gathering, was very eager on some cases 2016-04-28 23:33:26 +02:00
d45ccff939 Merge pull request #365 from Aslai/master
Fix off-by-one error in daux theme media queries
2016-04-26 11:51:46 +02:00
10f87c8298 Fix off-by-one error in daux theme media queries 2016-04-21 21:37:08 -07:00
6029e70bff Fix deepclone, generation and file loading bugs 2016-04-19 18:13:37 +02:00
b1c679edce compile latest 2016-04-15 10:45:21 +02:00
ab490bd156 Fix errors introduced by the guzzle 6 update fixes #362 2016-04-15 10:43:44 +02:00
9adf934e32 Create latest daux.phar 2016-04-14 21:29:03 +02:00
a2f5d89201 Merge branch 'master' into development
* 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
2016-04-14 21:28:52 +02:00
2c3042a2f3 Create latest daux.phar 2016-04-14 12:13:53 +02:00
76d10a9fe5 Small tweaks 2016-04-14 12:03:46 +02:00
40a59106fd Add the ability to put an information message at the top of a confluence page 2016-04-14 12:03:25 +02:00
d3f8d19f88 Finalize table of contents feature, also for confluence upload 2016-04-14 12:02:31 +02:00
fb7343c109 Merge branch 'development' of https://github.com/justinwalsh/daux.io into development
* '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
2016-04-13 17:48:05 +02:00
b037a43e2d Add Table Of Contents feature 2016-04-12 08:38:52 +02:00
81dc46c610 Merge pull request #361 from ayeo/master
Change guzzle version to ~6.0
2016-04-09 21:07:45 +02:00
fa38e68045 Adjust API to work with Guzzle 6 2016-04-09 16:42:46 +02:00
56f23497b6 Merge pull request #360 from gonogo/master
Added docs to explain how to use markdown to display images
2016-04-09 14:50:53 +02:00
10569180da Change guzzle version to ~6.0 2016-04-08 19:17:32 +02:00
71e341484f Added docs to explain how to use markdown to display images 2016-04-08 14:45:12 +02:00
9a615ea55a Compile latest version 2016-04-08 00:23:52 +02:00