441 Commits (14cab1246f4c2bb28a74e0071a0b793fb9abc771)
 

Author SHA1 Message Date
Carmen La e7636e7586 Fixed pubDate not showing up in filtered rss feeds 9 years ago
lacarmen 4511536cc9 Cleanup + fixes for config based themes 9 years ago
Carmen La fa07db5a4b Merge pull request #26 from zerg000000/config-based-theme
Config based theme
9 years ago
Albert Lai 2119ed52aa merge posts image fix 9 years ago
Albert Lai 7c443a8b5c add experimental theme support 9 years ago
Albert Lai bc62c8a790 fix issue #24 image handling in Post is generally broken 9 years ago
Carmen La 717b2dc370 Update project.clj 9 years ago
Carmen La eb8698944e bumped up dependencies 9 years ago
Dmitri Sotnikov 092e4e4774 updated url 9 years ago
Dmitri Sotnikov b355bba2e1 bumped up pandect 9 years ago
Yogthos e0d3676196 added an error check for parsing the config.edn 9 years ago
Dmitri Sotnikov 97de91ca90 Update project.clj 9 years ago
Carmen La 5ffd30895f Merge pull request #23 from ericsomdahl/master
Modification to allow the generated rss xml to pass xsd validation.
9 years ago
Eric Somdahl 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.
9 years ago
Dmitri Sotnikov e3641885a2 bumped up dependencies 9 years ago
Carmen La 3d05b46e16 Merge pull request #21 from wjlroe/access-all-config-in-templates
Pass all config to templates
9 years ago
William Roe c52d3d1aa6 Pass all config to templates
This allows people to use any parameter from their config as well as the
params that were already being used.
9 years ago
Dmitri Sotnikov e909a48015 bumped up selmer 9 years ago
Carmen La efdd06ef29 Merge pull request #20 from wjlroe/compile-sass-with-compass
Compile sass with compass when available
9 years ago
William Roe 5587cc88ef Run SASS relative to sass/
This is so that SASS/Compass can find images and other assets
9 years ago
William Roe 52244956aa Option maps are easier to use when calling functions
... with more than a couple of parameters.
9 years ago
William Roe 0c7743e605 Ensure sass errors printed visably in red
Also include the standard output as it frequently includes crucial
information in narrowing down where errors lie in SASS files
9 years ago
William Roe 7595cbcf70 Include --compass when it is available 9 years ago
Carmen La 4e45a92f92 Updated versioneye badge 10 years ago
Carmen La 91effffe82 Merge pull request #17 from dl1ely/master
Fix overly eager replacement of file extensions in uris, fixes #16
10 years ago
Stefan Pfeiffer, DL1ELY f74c05711b Fix overly eager replacement of file extensions in uris
As the filename extensions given by the render plugins are also used as
regex for replacing them with .html to generate URIs, the dot in front of
the extension was interpreted as an arbitrary character for the regex.
Also, it matched in the middle of a string. Now dots get quoted and a $
added to only match at the end of the filename.

Fix #16
10 years ago
lacarmen 02b5117643 bumped up version 10 years ago
Dmitri Sotnikov 362989ac77 Merge pull request #14 from dl1ely/master
Fix garbled UTF-8 characters in TOC generation
10 years ago
Stefan Pfeiffer, DL1ELY a73e2f664e Fix garbled UTF-8 characters in TOC generation
Fixes #13
10 years ago
lacarmen 9de65df523 Added :content key to grouped tags in order to fix filtered rss generation 10 years ago
lacarmen dc50d12557 bumped up version 10 years ago
Dmitri Sotnikov c16aad96e1 bumped up pandect to latest 10 years ago
Dmitri Sotnikov 4518c29ade bumped up selmer version 10 years ago
Yogthos fee46ddf54 updated to use init function to load plugins 10 years ago
Yogthos 96502bd517 updated to use parser modules 10 years ago
Carmen La cc16110f10 bump up version 10 years ago
Dmitri Sotnikov 25a625d4bc Merge pull request #11 from Tankanow/handle-missing-asset-roots
find-assets handles get-resource returning nil
10 years ago
Adam Tankanow 8ff3f19362 find-assets handles get-resource returning nilern
- this can/will happen if a user doesn't have a resource root directory,
  e.g. if the resources/templates/asc/posts directory doesn't exist.
10 years ago
Carmen La 142f0908a0 Merge pull request #5 from Tankanow/add-asciidoc-support
Add asciidoc support
10 years ago
Adam Tankanow cb18e5734d Merge branch 'master' into add-asciidoc-support
Conflicts:
	project.clj
10 years ago
Adam Tankanow 5609772cd3 Add docstring and support for creating links for header id attributes
- this method will now look for both of the following references, this
  commit adds support for (2)

(1) <h1><a name="href">Reference Text</a></h1>
and
(2) <h1 id="href">Reference Text</h1>
10 years ago
Adam Tankanow b3bad2e279 add docstring to get-headings function 10 years ago
Adam Tankanow eda815a5ae remove asciidoc options/attributes and add rewrite-href post processing 10 years ago
Adam Tankanow 1cff8eadf2 refactor rewrite-hrefs into 2 functions
- (1) can be reused by the asciidoc processing, it simply does the text
  replace
- (2) is a transformer using (1) for use in markdown.core
10 years ago
Adam Tankanow 21d825d0cd fix spacing in markdown method 10 years ago
Yogthos 0afc39cf35 updated to latest markdown-clj 10 years ago
lacarmen c26357ac11 Update version 10 years ago
Carmen La 0a633bcf3c Merge pull request #10 from j0ni/emacs-interlock-files
Copy each file rather than the whole directory
10 years ago
J Irving 072c093342 Copy each file rather than the whole directory 10 years ago
lacarmen 656cc2d0c9 Added curated RSS generation based on :rss-filters in the config 10 years ago