Commit Graph

303 Commits

Author SHA1 Message Date
Stéphane Goetz de1214cbab Convert to PSR2 2015-07-20 20:49:09 +02:00
Stéphane Goetz ecd5efe758 Extract tree builder
Add related files directly in the documentation
2015-07-20 20:49:09 +02:00
Stéphane Goetz 2c228273fb Simplify `configure_theme` and `get_theme` 2015-07-20 20:49:09 +02:00
Stéphane Goetz c79c692042 Separate generator and server 2015-07-20 20:49:09 +02:00
Stéphane Goetz 90027b2a0e Convention over configuration for themes 2015-07-20 20:49:09 +02:00
Stéphane Goetz 7cdc97b58a Use PSR-4 and limit to PHP 5.4 as a minimum 2015-07-20 20:49:03 +02:00
Denis Kisselev d178cfe251 Merge pull request #263 from igeofr/patch-1
Update list of sites - iGeo-Topo
2015-04-05 13:32:08 -07:00
Flø 8f9d0da9ef Update list of sites - iGeo-Topo 2015-04-05 15:38:27 +02:00
Denis Kisselev 66a3fd5296 Update theme names in getting_started as per PR #250 2014-12-11 18:00:11 -08:00
Denis Kisselev c4abb9a3e9 Merge pull request #250 from BrandonOCasey/master
Updated the readme to reflect the new daux- theme prepend
2014-12-11 17:56:14 -08:00
Denis Kisselev 5ec4a86cf6 Merge pull request #251 from BrandonOCasey/first_page_fix
fixed index from always being used rather than first_page
2014-12-11 17:55:49 -08:00
Brandon O'Casey 6fc52ae10e Fixed a bug where index was always used rather than the actual first_page 2014-12-11 11:26:33 -05:00
Brandon O'Casey 9050b59bc3 Updated the readme to reflect the new daux- theme prepend 2014-12-11 10:19:43 -05:00
Gautham Warrier c34ff07ed0 Allow Docs directory to be specified via absolute or relative path. Fix insignificant bug in Static Gen 2014-11-20 14:50:23 +05:30
Gautham Warrier 37226d4b66 Optimize Code Block View toggling. Also auto-hide Code section for pages without code 2014-11-20 14:25:11 +05:30
Gautham Warrier 8c02c01831 Fix UTF8 charset not set in Static Generated content 2014-11-16 11:55:09 +05:30
Gautham Warrier 7f1992b749 Fix URL resolving errors. Also fix Grunt task for local server 2014-11-06 22:05:09 +05:30
Gautham Warrier 7b267a64c2 Merge pull request #234 from justinwalsh/revert-233-master
Revert "#229 Adds a button on each page, which links to file into the re...
2014-10-29 13:30:02 +05:30
Gautham Warrier 83979d1024 Revert "#229 Adds a button on each page, which links to file into the repository" 2014-10-29 13:29:38 +05:30
Gautham Warrier 0f74ccc067 Merge pull request #233 from nicosomb/master
#229 Adds a button on each page, which links to file into the repository
2014-10-29 13:24:14 +05:30
Nicolas Lœuillet c428b438a0 Adds a button on each page, which links to file into the repository 2014-10-28 14:18:56 +01:00
Denis Kisselev 671dd6a564 Merge pull request #227 from CatiaFerreira6/develop_fix_static
Fix that addresses latest comment in #225 for serving static assets
2014-10-25 14:42:58 -07:00
Denis Kisselev 529f708f65 Updating Getting Started demos
(see previous commit for changes)
2014-10-25 14:42:34 -07:00
Denis Kisselev f14f221664 Updating Readme Demos
Removing dead links (http://daux.emx2.co.uk/, http://templatelib.com) and adding wallabag.
2014-10-25 14:41:52 -07:00
Sofia Ferreira 39e1b96d18 Fixes for files within dir 2014-10-24 10:06:34 +02:00
Denis Kisselev 0f8c8e9fa9 Merge pull request #226 from CatiaFerreira6/develop
Fixes for serving static files with grunt and using the generator with templates
2014-10-22 18:10:56 -07:00
Sofia Ferreira 7981f523a4 Naive fix for serving static files and copying the templates when using the generator.php. 2014-10-21 20:54:20 +02:00
Gautham Warrier 9ef2f5aee4 Themes integrated as part of Template 2014-10-12 12:55:33 +05:30
Gautham Warrier 428e4b2ef8 Missing Pages to return Response Code 404 instead of 500. Add Fallback for proper Response Code in certain Webservers 2014-10-11 22:52:57 +05:30
Denis Kisselev bc2f2c33d4 Merge pull request #224 from laughn-man/master
Resolve theme issues with https behind reverse proxy
2014-10-07 14:40:02 -07:00
laughn-man 39aaad2255 Resolve theme issues with https behind reverse proxy
Resolving 2 issues by changing the protocol to //.
When terminating https at the ACE level the HTTPS field is false
resulting in http requests for css on an https site.

Requesting the Roboto Slab font always goes over http. This is a problem
for browsers when the site is hosted over https.
2014-10-07 14:45:24 -04:00
Gautham Warrier 312d847fc9 Add proper Documentation for negative weights in File Sorting. 2014-09-20 02:10:05 +05:30
Gautham Warrier 0e8547c784 Revert to old Clean_Urls flag in config.json 2014-09-20 01:57:14 +05:30
Gautham Warrier 9ab6f4307a Merge pull request #216 from thasmo/feature/line-endings
Normalize line-endings & remove trailing whitespaces.
2014-08-24 12:15:05 +05:30
Thomas Deinhamer 6796dd3360 Add a .gitattributes file 2014-08-23 11:18:10 +02:00
Thomas Deinhamer f27354cbb7 Merge remote-tracking branch 'upstream/master' into feature/line-endings 2014-08-23 10:29:40 +02:00
Thomas Deinhamer 7f9055b304 Add an .editorconfig file 2014-08-23 10:26:01 +02:00
Thomas Deinhamer c1e98f97bd Remove some trailing white-space from README.md 2014-08-23 10:16:12 +02:00
Thomas Deinhamer 85325ffa5f Normalize line-endings using UNIX line-feeds 2014-08-23 10:15:14 +02:00
Gautham Warrier da7c7ed14c Add ability to push doc to bottom of index 2014-08-22 11:43:57 +05:30
Gautham Warrier 5b90aabf09 Remove Daux specific config from default configuration 2014-08-22 10:49:35 +05:30
Gautham Warrier f6b236994e Invert landing page trigger from 'index' to '_index' 2014-08-12 10:11:38 +05:30
Gautham Warrier 57ffe74776 Add support for passing custom Config file & Output Directory via CLI 2014-08-12 02:07:30 +05:30
Gautham Warrier 410fea03c1 Ensure that pathinfo() does not skip Chinese filenames 2014-08-12 02:05:51 +05:30
Gautham Warrier 2d622e40c0 Fix for accepting non-English charsets by removing unnecessary UTF encodings 2014-08-11 23:34:00 +05:30
Gautham Warrier 0296104118 Add 'index.html' suffix to url for Landing Pages in Static Generation 2014-08-11 11:28:05 +05:30
Gautham Warrier 7e05df79d6 Add TrackJs and Sugoi to list of Sites running Daux 2014-08-11 11:08:09 +05:30
Gautham Warrier 1d28c2f84f Set File Editor to false by default 2014-08-11 11:00:41 +05:30
Gautham Warrier b51025c8ab Merge branch 'refactor'
Conflicts:
	index.php
2014-08-11 10:39:56 +05:30
Denis Kisselev 536fe38e80 Merge pull request #208 from jLukeC/fix/local-dev-clean-urls
fix base path to work locally with clean urls
2014-08-07 15:44:17 -07:00