Commit Graph

  • 1abc4c6137 Fix bug with rewrite-href function Carmen La 2016-01-08 18:51:40 -0500
  • bcd841d3df bump up version and dependencies Carmen La 2016-01-08 17:53:37 -0500
  • 7040e1d573 Merge pull request #56 from sbondaryev/feature/custom-uri Carmen La 2016-01-08 17:45:10 -0500
  • eea999e1d7 add Blog/Page/Post/Tag uri customisation Sergiy BONDARYEV 2015-11-08 14:33:07 +0100
  • 5b13b3b761 added :draft? key to allow creation of draft posts that won't be published Yogthos 2015-12-17 14:36:09 -0500
  • 2eb469ee3f Merge pull request #55 from Artiavis/fixing-generate-toc-true Carmen La 2015-11-09 21:35:55 -0500
  • e34ea8c989 Fixed a regression under which the old style of using :toc true would throw an exception because the tag was not properly cast to a :ul or :ol tag. Added unit testing for all cases. Jeff Rabinowitz 2015-11-08 20:29:37 -0500
  • 6d50af6a7a Merge pull request #51 from Artiavis/zipper-toc Carmen La 2015-11-01 19:52:07 -0500
  • 365df0e680 Reimplemented TOC logic using zippers to ensure state is always internally valid. Also added unit testing to provide a regression testing suite. This should fix issue #19. Jeff Rabinowitz 2015-11-01 01:59:54 -0400
  • da1fa73f8c bump up dependencies and version number Carmen La 2015-10-31 14:51:19 -0400
  • 1063704f4f Swap order of _list-types and list-type in toc.clj Carmen La 2015-10-31 14:50:51 -0400
  • 30b3503abc add '.html' ending to prev/next links in preview pages Carmen La 2015-10-31 14:50:03 -0400
  • 21e3c0e75f Add ".html" ending to preview pages. Carmen La 2015-10-31 13:54:37 -0400
  • 91a924a147 Merge pull request #50 from Artiavis/fix-toc-bug Carmen La 2015-10-27 23:01:49 -0400
  • 61e93a3480 fixed bug with threading macro in wrong order. fixed bug with where space not present between tag and class for top level ul/ol.. Jeff Rabinowitz 2015-10-27 22:58:22 -0400
  • f9fb1195a0 Merge pull request #49 from Artiavis/master Carmen La 2015-10-25 19:27:20 -0400
  • 482700a311 Submitting a feature request for the :toc to support both ordered and unordered lists by expanding the vocabulary of the existing :toc directive to include :ul and :ol Jeff Rabinowitz 2015-10-25 19:14:43 -0400
  • b96a872654 Merge pull request #47 from jstepien/pmap Dmitri Sotnikov 2015-09-23 16:11:26 -0400
  • 2a95e477de Parallelize read-posts with pmap Jan Stępień 2015-09-23 21:41:44 +0200
  • 2df8fdec31 Update project.clj Dmitri Sotnikov 2015-09-23 08:13:37 -0400
  • e6ee1012d8 Merge pull request #45 from jstepien/md5 Carmen La 2015-09-21 09:51:37 -0400
  • aa7ac4d98c require pandect.algo.md5 instead of pandect.core Jan Stępień 2015-09-21 15:21:05 +0200
  • ca18cdf916 Merge pull request #44 from jstepien/enumeration-seq Dmitri Sotnikov 2015-09-20 17:55:32 -0400
  • c557fa8478 Simplify load-plugins with enumeration-seq Jan Stępień 2015-09-20 22:52:51 +0200
  • 9500f2185d Merge pull request #43 from jstepien/previews Dmitri Sotnikov 2015-09-18 17:02:46 -0400
  • 1a7c48731a Simplify create-previews with map Jan Stępień 2015-09-18 22:22:40 +0200
  • f6a7d17213 Don't invoke select-keys on post in create-preview Jan Stępień 2015-09-18 22:21:19 +0200
  • 933d213d15 Merge pull request #42 from jstepien/find-more-with-indexof Carmen La 2015-09-17 12:05:26 -0400
  • 1b4306c3a3 create-preview: simplify the more marker lookup Jan Stępień 2015-09-17 17:13:45 +0200
  • e4a56d2140 Merge pull request #41 from markokocic/no-reflection Carmen La 2015-09-15 18:12:51 -0400
  • 8e5b3a9fee Fix type hint cast Marko Kocic 2015-09-15 18:24:51 +0200
  • 7c3cf47db4 Merge pull request #39 from markokocic/no-reflection Dmitri Sotnikov 2015-09-14 08:46:31 -0400
  • f4888b26d9 Clear reflection warnings Marko Kocic 2015-09-14 12:06:35 +0200
  • 85ede46a9e Merge pull request #37 from ClashTheBunny/podcasts Carmen La 2015-09-03 22:43:54 -0400
  • 03cfabcbb9 Add enclosure tag to facilitate Podcasting with Cryogen Randall Mason 2015-09-03 11:27:55 -0500
  • e1aa1d737f Merge pull request #36 from ciwchris/patch-1 Carmen La 2015-08-17 21:46:46 -0400
  • 8eb0e9ff29 Add active-page key to config map Chris 2015-08-17 07:30:23 -0700
  • 42faca4b82 Bump up clojars version lacarmen 2015-08-06 21:01:59 -0400
  • 1e354379e1 bumped up clj-rss Dmitri Sotnikov 2015-08-06 16:15:44 -0400
  • 1afc36ecbc Update selmer dependency Carmen La 2015-08-06 13:39:13 -0400
  • 2af155820e Merge branch 'powernoodle-post-date' Carmen La 2015-08-06 13:38:15 -0400
  • 837f855726 Merge branch 'post-date' of https://github.com/powernoodle/cryogen-core into powernoodle-post-date Carmen La 2015-08-06 13:37:50 -0400
  • 67d0151de8 Merge pull request #34 from cybem/default-locale Dmitri Sotnikov 2015-08-05 17:37:00 -0400
  • 71bb80cf49 Use the default locale for the instance of the JVM instead of the hardcoded "en" locale Kirill Kondratenko 2015-08-06 00:27:54 +0300
  • e710f08679 Optional :date key can be provided in metadata Brendon Walsh 2015-07-29 11:50:00 -0400
  • 85ea98f0ff bumped up dependencies Carmen La 2015-07-19 10:48:51 -0400
  • 64a9830f6d Only make the "prev" link in the second page when the second page actually exists Carmen La 2015-07-08 16:55:31 -0400
  • d6941823fd Added option for post preview pages rather than a single index page. Issue #28 Carmen La 2015-07-08 16:34:39 -0400
  • 7153e9d522 Added page with all tags - for issue #31 Carmen La 2015-07-08 12:15:11 -0400
  • 2264af82df Merge pull request #30 from InDevLand/master Carmen La 2015-07-06 09:23:03 -0400
  • 82d3a5677f fixed compile-pages now use :layout InDevLand 2015-07-06 04:02:42 +0200
  • e7636e7586 Fixed pubDate not showing up in filtered rss feeds Carmen La 2015-06-23 10:08:26 -0400
  • 4511536cc9 Cleanup + fixes for config based themes lacarmen 2015-06-14 11:16:35 -0400
  • fa07db5a4b Merge pull request #26 from zerg000000/config-based-theme Carmen La 2015-06-14 11:15:19 -0400
  • 2119ed52aa merge posts image fix Albert Lai 2015-06-14 18:42:04 +0800
  • 7c443a8b5c add experimental theme support Albert Lai 2015-06-14 18:23:58 +0800
  • bc62c8a790 fix issue #24 image handling in Post is generally broken Albert Lai 2015-06-14 13:47:18 +0800
  • 717b2dc370 Update project.clj Carmen La 2015-06-04 16:18:15 -0400
  • eb8698944e bumped up dependencies Carmen La 2015-05-28 23:55:22 -0400
  • 092e4e4774 updated url Dmitri Sotnikov 2015-04-14 16:17:56 -0400
  • b355bba2e1 bumped up pandect Dmitri Sotnikov 2015-04-14 16:13:54 -0400
  • e0d3676196 added an error check for parsing the config.edn Yogthos 2015-04-02 22:22:17 -0400
  • 97de91ca90 Update project.clj Dmitri Sotnikov 2015-03-15 21:46:16 -0400
  • 5ffd30895f Merge pull request #23 from ericsomdahl/master Carmen La 2015-03-13 01:15:57 -0400
  • 6b45fdc35a Modification to allow the generated rss xml to pass xsd validation. 1) Removed the <author> tag from each <item>. The presence of this tag is ok here but the xsd requires that the content include a valid email address, not just the name string coming from the site config (Forms that pass validation are "test@xyz.com" or "test@xyz.com (Test McTester)" ). And who would want to advertise their real email like that? :) 2) Removed the <author> tag from the <channel>. <author> isn't a valid child element of a channel. There is a child element called <webMaster> that is a close analogue but it also requires content as above. Eric Somdahl 2015-03-10 21:29:04 -0400
  • e3641885a2 bumped up dependencies Dmitri Sotnikov 2015-02-26 22:28:42 -0500
  • 3d05b46e16 Merge pull request #21 from wjlroe/access-all-config-in-templates Carmen La 2015-02-23 15:16:47 -0500
  • c52d3d1aa6 Pass all config to templates William Roe 2015-02-23 18:14:31 +0000
  • e909a48015 bumped up selmer Dmitri Sotnikov 2015-02-21 23:45:24 -0500
  • efdd06ef29 Merge pull request #20 from wjlroe/compile-sass-with-compass Carmen La 2015-02-21 23:34:31 -0500
  • 5587cc88ef Run SASS relative to sass/ William Roe 2015-02-21 23:23:05 +0000
  • 52244956aa Option maps are easier to use when calling functions William Roe 2015-02-21 22:15:40 +0000
  • 0c7743e605 Ensure sass errors printed visably in red William Roe 2015-02-21 22:07:41 +0000
  • 7595cbcf70 Include --compass when it is available William Roe 2015-02-21 21:56:38 +0000
  • 4e45a92f92 Updated versioneye badge Carmen La 2015-01-29 22:58:49 -0500
  • 91effffe82 Merge pull request #17 from dl1ely/master Carmen La 2015-01-28 19:16:37 -0500
  • f74c05711b Fix overly eager replacement of file extensions in uris Stefan Pfeiffer, DL1ELY 2015-01-28 22:19:01 +0100
  • 02b5117643 bumped up version lacarmen 2015-01-28 12:30:51 -0500
  • 362989ac77 Merge pull request #14 from dl1ely/master Dmitri Sotnikov 2015-01-28 10:31:38 -0500
  • a73e2f664e Fix garbled UTF-8 characters in TOC generation Stefan Pfeiffer, DL1ELY 2015-01-28 15:43:32 +0100
  • 9de65df523 Added :content key to grouped tags in order to fix filtered rss generation lacarmen 2015-01-22 12:18:32 -0500
  • dc50d12557 bumped up version lacarmen 2015-01-17 18:13:08 -0500
  • c16aad96e1 bumped up pandect to latest Dmitri Sotnikov 2015-01-17 15:28:04 -0500
  • 4518c29ade bumped up selmer version Dmitri Sotnikov 2015-01-17 15:26:14 -0500
  • fee46ddf54 updated to use init function to load plugins Yogthos 2015-01-14 22:07:51 -0500
  • 96502bd517 updated to use parser modules Yogthos 2015-01-14 20:49:51 -0500
  • cc16110f10 bump up version Carmen La 2015-01-14 15:13:51 -0500
  • 25a625d4bc Merge pull request #11 from Tankanow/handle-missing-asset-roots Dmitri Sotnikov 2015-01-11 14:27:13 -0500
  • 8ff3f19362 find-assets handles get-resource returning nilern Adam Tankanow 2015-01-11 14:20:10 -0500
  • 142f0908a0 Merge pull request #5 from Tankanow/add-asciidoc-support Carmen La 2015-01-09 10:19:32 -0500
  • cb18e5734d Merge branch 'master' into add-asciidoc-support Adam Tankanow 2015-01-09 09:15:54 -0500
  • 5609772cd3 Add docstring and support for creating links for header id attributes Adam Tankanow 2015-01-09 07:16:22 -0500
  • b3bad2e279 add docstring to get-headings function Adam Tankanow 2015-01-09 07:13:35 -0500
  • eda815a5ae remove asciidoc options/attributes and add rewrite-href post processing Adam Tankanow 2015-01-09 07:12:56 -0500
  • 1cff8eadf2 refactor rewrite-hrefs into 2 functions Adam Tankanow 2015-01-09 07:11:38 -0500
  • 21d825d0cd fix spacing in markdown method Adam Tankanow 2015-01-09 07:10:49 -0500
  • 0afc39cf35 updated to latest markdown-clj Yogthos 2015-01-08 19:55:33 -0500
  • c26357ac11 Update version lacarmen 2015-01-08 11:12:17 -0500
  • 0a633bcf3c Merge pull request #10 from j0ni/emacs-interlock-files Carmen La 2015-01-08 11:10:06 -0500
  • 072c093342 Copy each file rather than the whole directory J Irving 2015-01-07 23:54:58 -0500