1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-05-18 14:35:32 +02:00
Commit graph

60 commits

Author SHA1 Message Date
p4bl0 5ff38e903a post-receive now works :-) 2010-08-02 13:49:17 +02:00
p4bl0 434d86694e added style for aside element 2010-07-29 15:09:38 +02:00
p4bl0 de27fec414 adding a nav panel at the bottom of the default template 2010-07-29 01:33:38 +02:00
p4bl0 0572553c60 added styles for links in headers 2010-07-27 17:43:07 +02:00
p4bl0 4dd006c377 reformatted default css code 2010-07-27 10:55:17 +02:00
p4bl0 4deb81aa6a updated path to generated article that is added in exclude list 2010-07-26 19:04:48 +02:00
p4bl0 1c713762aa install process must be different for remote and local... too bad 2010-07-26 18:59:25 +02:00
p4bl0 13bd34134c replaced tempfile call by mktemp ones 2010-07-26 13:03:10 +02:00
p4bl0 99892ef242 putting lines specific to post-commit at the top of the file so the rest could be shared with post-receive 2010-07-26 11:46:21 +02:00
p4bl0 b719800bb9 changed default public dir to '_public' instead of '.' 2010-07-26 11:45:37 +02:00
p4bl0 81fa7bd8b6 now generating rss feed too 2010-07-25 18:52:35 +02:00
p4bl0 dbae9472bd reorganised includes in default templates 2010-07-25 18:11:03 +02:00
p4bl0 3396369461 renamed functions 2010-07-25 18:03:31 +02:00
p4bl0 7b173c1770 preventing to go through foreach loops if not actually in use (there can be a lot of commits) 2010-07-25 13:52:08 +02:00
p4bl0 b9b53df3cc the foreach:commit loop now works 2010-07-25 13:36:49 +02:00
p4bl0 80d7d2c469 reordering install process 2010-07-25 13:36:30 +02:00
p4bl0 a4de1eb786 using new include feature in default templates. Reorganised files accordingly 2010-07-25 00:57:27 +02:00
p4bl0 d7a6747d12 include directive now works \o/ 2010-07-25 00:39:13 +02:00
p4bl0 3f5456e52c check for existing git repos before install. abort if one exists to avoid overriding files 2010-07-24 19:47:31 +02:00
p4bl0 d3c10aea88 regenerating previous and next file if necessary for navigation links 2010-07-24 16:31:23 +02:00
p4bl0 cab312f888 added meta information in the templates 2010-07-24 13:52:00 +02:00
p4bl0 4d5ea71730 the preproc should be a unix filter 2010-07-24 13:51:43 +02:00
p4bl0 5ff0da0a71 added preprocessing possibilities for article (to enable use of Markdown, textile or whatever) 2010-07-24 13:22:39 +02:00
p4bl0 367a72ccb6 prettier inline code style 2010-07-24 12:54:49 +02:00
p4bl0 0e6bff66ec README is now the first article on fresh install 2010-07-24 04:27:49 +02:00
p4bl0 56ffeedf9d modified footer 2010-07-24 04:26:27 +02:00
p4bl0 2ecf693a9e fixed subsection counter 2010-07-24 04:25:58 +02:00
p4bl0 58c0b9de04 README now in html to be used as first article on installation 2010-07-24 04:25:34 +02:00
p4bl0 0f99f9c8c0 implemented foreach:article template control, archives now working 2010-07-24 03:52:02 +02:00
p4bl0 df59b1e586 reformatted code 2010-07-24 03:43:33 +02:00
p4bl0 04b09eba7a fixed paths accoring to new directory structure 2010-07-24 03:43:05 +02:00
p4bl0 3d835a6cba delete blank lines in generated html 2010-07-24 01:53:09 +02:00
p4bl0 66f3f3f1d1 added a default print stylesheet 2010-07-24 01:28:59 +02:00
p4bl0 c8535eb701 README writingz 2010-07-24 01:24:10 +02:00
p4bl0 774eaa376d whitespaces 2010-07-24 01:23:48 +02:00
p4bl0 bddcb7b43b reorganized default templates markup 2010-07-24 01:07:23 +02:00
p4bl0 4e3e984518 added style for h2, h3 and h4 2010-07-24 00:42:04 +02:00
p4bl0 58ebee0543 changing directory structure to be more usable 2010-07-24 00:05:22 +02:00
p4bl0 864fc488b8 conditionnal in template system! \o/ 2010-07-24 00:04:32 +02:00
p4bl0 04c828cdf4 replaced article title h2 by h1 2010-07-23 15:40:07 +02:00
p4bl0 710765ef3f forgot article_title in the title of the archives templates, removed that 2010-07-23 15:16:11 +02:00
p4bl0 9d0368e85b ignoring my IDEAS file 2010-07-23 15:14:25 +02:00
p4bl0 5502a2b3db wrote archives list templating 2010-07-23 15:12:26 +02:00
p4bl0 55145b4609 replace article content first to enable fugitive templating inside article 2010-07-23 14:59:15 +02:00
p4bl0 ddfa184c50 added warning about article file name (should not be either index ou archives) 2010-07-23 14:55:45 +02:00
p4bl0 fb7d731aec added article_url template variable 2010-07-23 14:53:15 +02:00
p4bl0 60f7aa7086 README change 2010-07-23 11:54:08 +02:00
p4bl0 566138139d wrote build script + fixed bugs installation bugs 2010-07-23 11:48:56 +02:00
p4bl0 627ac7472a will manage exclude list another, more clever way 2010-07-23 11:21:47 +02:00
p4bl0 c2963c6f1f wrote exclude file 2010-07-23 03:03:31 +02:00