Gered
|
8f44ac4e97
|
switch selmer for clj-jtwig
|
2014-03-24 19:53:25 -04:00 |
|
Gered
|
a731c4d5ce
|
cleanup, add uberjar profile with full AOT
|
2014-03-24 19:50:03 -04:00 |
|
Gered
|
3e365757cc
|
reorganize 'render' functions a bit. added a 'render-response' function to allow using these in lower-level ring handlers/middleware (so all template rendering / http status handling happens in one place more or less)
|
2014-03-24 19:15:38 -04:00 |
|
Gered
|
1f16054710
|
update ring :handler reference
|
2014-03-24 19:13:43 -04:00 |
|
Gered
|
abf1923fe2
|
log exceptions instead of just printing them
|
2014-03-24 19:13:26 -04:00 |
|
Gered
|
beb60e3321
|
update template render function
|
2014-03-24 18:13:44 -04:00 |
|
Gered
|
e06bac7f2f
|
fix access rules (new format)
|
2014-03-24 18:12:24 -04:00 |
|
Gered
|
3eb031b94e
|
fix rss route throwing an error
|
2014-03-23 17:02:28 -04:00 |
|
Gered
|
d8a2479841
|
fix custom 404 handler throwing errors of its own
|
2014-03-23 16:55:06 -04:00 |
|
Gered
|
4690adc3cb
|
make it so app auto starts when a REPL is opened
|
2014-03-23 16:45:41 -04:00 |
|
Gered
|
a5e6edc1a4
|
reorganize, adjust cheshire version
|
2014-03-23 16:45:04 -04:00 |
|
Gered
|
70f0f92a58
|
update so everything at least runs (mostly!) with the new dependencies
|
2014-03-23 16:44:41 -04:00 |
|
Gered
|
8062b2e433
|
update dependency versions
|
2014-03-23 15:52:59 -04:00 |
|
Gered
|
bb169bbd6f
|
update gitignore again
|
2014-03-23 15:44:59 -04:00 |
|
Gered
|
9fccf9b6a1
|
dont need these
|
2014-03-23 15:43:18 -04:00 |
|
Gered
|
dcdc40eeb7
|
update gitignore
|
2014-03-23 15:42:01 -04:00 |
|
Gered
|
4b831d3030
|
minor and mostly unnecessary code cleanups
|
2013-07-30 21:40:56 -04:00 |
|
Gered
|
fe072d010f
|
update selmer version (now supports nested for tags)
|
2013-07-30 21:06:32 -04:00 |
|
Gered
|
5116b9ae1e
|
default config file is set to development environment
|
2013-07-29 22:55:55 -04:00 |
|
Gered
|
3029eba653
|
configuration file getter changes. toggle selmer caching off if in "development environment"
|
2013-07-29 22:55:07 -04:00 |
|
Gered
|
01aeb70ed3
|
fix escaping tag json output
|
2013-07-29 22:44:51 -04:00 |
|
Gered
|
decd84534c
|
use "is-empty" filter in views to catch empty collections (existing way didn't work anyway)
|
2013-07-29 22:44:27 -04:00 |
|
Gered
|
b583d5f52a
|
update (simplify) view filters. add "is-empty" filter
|
2013-07-29 22:43:50 -04:00 |
|
Gered
|
38c764ef61
|
update selmer version
|
2013-07-29 22:43:04 -04:00 |
|
Gered
|
8137fcf0f9
|
fix some html being escaped
|
2013-07-29 18:35:27 -04:00 |
|
Gered
|
59c187dcf2
|
update to use selmer instead of clabango
|
2013-07-29 18:32:27 -04:00 |
|
Gered
|
e0388eccca
|
explicitly set content-type header for 401, 404 and 500 error pages
Apparently the local Jetty instance is a bit more forgiving of this ..?
|
2013-06-07 20:38:16 -04:00 |
|
Gered
|
fae0940f3a
|
do a proper redirect if a file cannot be served up
|
2013-06-07 20:14:08 -04:00 |
|
Gered
|
a00b7a1b2d
|
fix up various file operations to return back to the proper path listing
|
2013-06-07 20:12:08 -04:00 |
|
Gered
|
f1ee2329db
|
add nicer 404 "not found" page
|
2013-06-07 19:54:44 -04:00 |
|
Gered
|
d4f654a5e4
|
clean up app-handler setup, add middleware for custom, nicer looking, error page
|
2013-06-07 19:45:56 -04:00 |
|
Gered
|
dcd5054ef1
|
upgrade lib-noir and markdown-clj
|
2013-06-07 19:44:33 -04:00 |
|
Gered
|
8d9301368d
|
added nicer looking 401 error page
|
2013-06-07 19:16:33 -04:00 |
|
Gered
|
e2357aaa1b
|
fix parsing of date parts of post url to allow 2-digit days and months
For more compatibility with the old Wordpress URLs
|
2013-06-07 19:07:51 -04:00 |
|
Gered
|
cb1d5391f5
|
update README.md
|
2013-06-06 19:20:30 -04:00 |
|
Gered
|
5edd0ec36f
|
minor footer text update
|
2013-06-06 19:12:52 -04:00 |
|
Gered
|
f9e01cea1f
|
add post url support to match the old wordpress style (trailing slash)
|
2013-06-06 18:36:08 -04:00 |
|
Gered
|
2013314043
|
increase post body textarea size
|
2013-06-05 19:41:38 -04:00 |
|
Gered
|
d7e6adcfa7
|
add projects page and link (empty for now)
|
2013-06-05 19:41:25 -04:00 |
|
Gered
|
c30de1630e
|
minor style fixes
|
2013-06-05 19:02:46 -04:00 |
|
Gered
|
0676489822
|
add site footer and content for the "about" page
|
2013-06-05 18:59:08 -04:00 |
|
Gered
|
84f02df46c
|
added rss feed
|
2013-05-27 00:46:38 -04:00 |
|
Gered
|
f8cbf0cec7
|
update some button colors
|
2013-05-26 20:02:30 -04:00 |
|
Gered
|
7ea2f9ab01
|
new files are unpublished by default
|
2013-05-26 20:02:18 -04:00 |
|
Gered
|
8bd20aa40b
|
better handling for when there are no visible posts
|
2013-05-26 19:24:29 -04:00 |
|
Gered
|
4286eca04f
|
add archives route/view
|
2013-05-26 18:45:15 -04:00 |
|
Gered
|
475f3e397d
|
update list-posts-archive to make the results easier to work with in a clabango template
|
2013-05-26 18:44:05 -04:00 |
|
Gered
|
d9178c25a0
|
remove classname
|
2013-05-26 18:17:47 -04:00 |
|
Gered
|
2f44eabd70
|
add model fn to list posts in an archive format (by month/year, title only)
|
2013-05-26 17:54:06 -04:00 |
|
Gered
|
e308c35620
|
add route/view for viewing posts by tag
|
2013-05-26 17:30:40 -04:00 |
|