The code, templates and content for my Hakyll powered blog at blog.rekahsoft.ca
Go to file
Collin J. Doering 001d4c05f0 Finished up pagination and cleanup
Paginate URLs now working correctly. In posts and pages a link to a page can be given
using either:
 - absolute url (eg. /pages/somepage.html)
 - virtual page path (eg. /#/somepage.html)

This is achieved in js/default.js by treating a tags with the rel
attribute as virtual. Specifically, the rel attribute should be of the
form "address:/virtual/path.html" , though this isn't tested for. If a
value val, is found in the rel attribute then it is used as the URL in
loadPageContent where if it doesn't match certain regexps it is assumed
to be a page and "pages" + val is loaded into the page-content div. See
loadPageContent for more details.

Placed first page, previous page, next page, and last page links at
bottom of blog pages to switch between pages.

Still incomplete:
 - pagination menu needs to be further styled with images, tool tips, etc.
 - check if rel conforms to the form /address:.*/ and if not don't treat
   is specially (as virtual)

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
2015-01-14 04:50:28 -05:00
files Further various fixes and improvements 2014-03-12 20:59:58 -04:00
fonts Variety of changes; see log for more details 2014-03-05 18:20:03 -05:00
images Further various fixes and improvements 2014-03-12 20:59:58 -04:00
images-src Variety of changes; see log for more details 2014-03-05 18:20:03 -05:00
js Finished up pagination and cleanup 2015-01-14 04:50:28 -05:00
lib Removed submodules 2014-03-13 04:47:59 -04:00
pages Further various fixes and improvements 2014-03-12 20:59:58 -04:00
posts Pagination working but still needs to be cleaned up 2015-01-14 04:50:28 -05:00
sass Finished up pagination and cleanup 2015-01-14 04:50:28 -05:00
src Finished up pagination and cleanup 2015-01-14 04:50:28 -05:00
templates Finished up pagination and cleanup 2015-01-14 04:50:28 -05:00
.gitignore Initial cabalization of site 2015-01-14 04:50:28 -05:00
.gitmodules Removed submodules 2014-03-13 04:47:59 -04:00
blog-rekahsoft-ca.cabal Corrected license file and updated cabal file 2015-01-14 04:50:28 -05:00
LICENSE Corrected license file and updated cabal file 2015-01-14 04:50:28 -05:00
post-offline.haml Further various fixes and improvements 2014-03-12 20:59:58 -04:00
Setup.hs Initial cabalization of site 2015-01-14 04:50:28 -05:00
tags-offline.haml Further various fixes and improvements 2014-03-12 20:59:58 -04:00