Commit Graph

722 Commits

Author SHA1 Message Date
Stéphane Goetz aa4ad02b46 Handle custom themes on serve fixes #396 2016-09-12 23:58:58 +02:00
Stéphane Goetz 7ee564c667 Allow for custom themes on `generate` with global installation, partly fixes #396 2016-09-06 23:11:32 +02:00
Stéphane Goetz c69e2ff59d Merge pull request #404 from sxjqhn/patch-1
Update Hello_World.md
2016-09-05 13:24:09 +02:00
sxjqhn e1a17d0946 Update Hello_World.md 2016-09-05 17:33:06 +08:00
Stéphane Goetz 15c53dc05d Merge remote-tracking branch 'origin/master' into development
* origin/master:
  List PHP Requirements in the documentation
  Add PHP Extension requirements, fixes #394
  Update README.md
2016-08-30 22:58:15 +02:00
Stéphane Goetz 64582b0272 Compile latest daux.phar 2016-08-30 22:56:04 +02:00
Egbert Teeselink 047610f314 Add support for anchors on internal links 2016-08-25 23:15:15 +02:00
Stéphane Goetz 5a1324be7d Fix if "edit_on_github" parameter isn't set 2016-08-17 00:21:49 +02:00
Stéphane Goetz e9cd1e3c27 Remove ribbon, add "Edit on Github" links, fixes #398 2016-08-17 00:18:34 +02:00
Stéphane Goetz 8ac4137007 Show broken links in red, external link with an arrow. fixes #395 2016-08-16 23:25:06 +02:00
Stéphane Goetz 2644a7881c Tweak the default configuration 2016-08-16 22:01:31 +02:00
Stéphane Goetz d6afca69c8 List PHP Requirements in the documentation 2016-08-10 08:57:51 +02:00
Stéphane Goetz 0ea8bb1862 Add PHP Extension requirements, fixes #394 2016-08-10 08:56:55 +02:00
Stéphane Goetz f5cd39114e Merge pull request #392 from soulfly/patch-1
Update README.md
2016-08-08 20:43:50 +02:00
Igor Khomenko 17234f6382 Update README.md
Mistake with theme configuration
2016-08-08 14:54:35 +03:00
Stéphane Goetz 80d4646b2d Update npm packages, remove grunt, lint css, add print styles 2016-08-06 00:14:15 +02:00
Stéphane Goetz 57f3111a97 Compile latest daux.phar 2016-08-05 23:21:47 +02:00
Stéphane Goetz 594ee68ca6 Add a docker-compose configuration to try to reproduce #386 2016-08-05 23:10:23 +02:00
Stéphane Goetz 6837b28e03 Simplified the search integration, fixed relative links 2016-08-04 23:13:45 +02:00
Stéphane Goetz 67c5fa2f7e Read legacy "inherit_index" value correctly 2016-08-04 22:10:36 +02:00
Stéphane Goetz 647c0beb3b Fix the URL Generator for inherit_index, fixes #381 2016-08-02 23:39:57 +02:00
Stéphane Goetz c450903b3a Added a bit of documentation 2016-07-29 23:46:57 +02:00
Stéphane Goetz a6783d41e8 Code Style fix 2016-07-29 23:28:45 +02:00
Stéphane Goetz 996d58277a Compile latest phar 2016-07-29 23:27:03 +02:00
Stéphane Goetz 6f66600fbd Fix the fix 2016-07-29 23:25:43 +02:00
onigoetz 6d871c3f62 Applied fixes from StyleCI 2016-07-29 23:21:19 +02:00
Stéphane Goetz 2081acc3c5 Document the new command line tool 2016-07-29 23:20:01 +02:00
Stéphane Goetz 08a5fc3f56 Compiling latest .phar 2016-07-29 22:46:48 +02:00
Stéphane Goetz 948f2aaa39 Fix bugs reported by scrutinizer 2016-07-29 22:38:03 +02:00
Stéphane Goetz fb5fb41e96 Merge branch 'development'
* 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
2016-07-29 22:00:43 +02:00
Stéphane Goetz 341ec96cf8 Change the way the commands are declare, separate "generate" and "serve" 2016-07-29 21:56:10 +02:00
Stéphane Goetz 64edc31122 Support BOM at the beginning of content, fixes #372 2016-07-29 21:56:10 +02:00
onigoetz f7b47a6c19 Applied fixes from StyleCI 2016-07-29 21:56:10 +02:00
Stéphane Goetz 18e10cacc8 Add the daux --serve command to simplify writing documentation and reading. 2016-07-29 21:56:10 +02:00
Stéphane Goetz 97c4014926 Fix the way front matter is handled, fixes #345 2016-07-29 21:56:10 +02:00
Stéphane Goetz 3375f8ff2b Create a "daux" binary
Refactored Daux a bit to allow generating documentation from working directory
2016-07-29 21:56:10 +02:00
Stéphane Goetz 4f5bc217e7 Add badges and code coverage 2016-07-29 21:56:10 +02:00
Stéphane Goetz f96431f8b0 Mark as non compatible with PHP 5.4 2016-07-29 21:56:10 +02:00
onigoetz 2314516ce9 Applied fixes from StyleCI 2016-07-29 21:56:09 +02:00
Stéphane Goetz cfc8d30ba2 Added .travis.yml file 2016-07-29 21:56:09 +02:00
Stéphane Goetz 7d1ba35ed9 Build latest phar 2016-07-29 21:56:09 +02:00
Stéphane Goetz c1dd70748f Add the ability to do relative links in documentations 2016-07-29 21:56:09 +02:00
Stéphane Goetz 563fcbca94 Compile latest version 2016-07-29 21:56:09 +02:00
Stéphane Goetz b63dfd1cb9 Minify files 2016-07-29 21:56:09 +02:00
Stéphane Goetz 05a39eeeff Remove Bootstrap and simplify styles 2016-07-29 21:56:09 +02:00
Stéphane Goetz 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
Sam Hermans 2f314c2d96 Add a refrence to themes_path
I had to check the source for this option
2016-07-29 21:52:26 +02:00
Sam Hermans 9f3a31aeab realpath returns the canonicalized absolute pathname 2016-07-29 21:52:26 +02:00
Sam Hermans 15c4da62d9 Dont set theme-variant if there is none 2016-07-29 21:52:26 +02:00
Alexander Overvoorde ab2cc49845 Add Vulkan Tutorial to list of sites using the framework 2016-07-29 21:52:26 +02:00