Commit Graph

131 Commits

Author SHA1 Message Date
Maff 12b2b7f02e mild improvements to startup script 2018-12-29 19:38:39 +00:00
Maff 603c3ded5e fixed typo in cpanfile, reordered dependencies 2018-12-29 19:18:56 +00:00
Matthew Connelly a589ec7ed9 a number of changes too great to list here, but basically it's a ton of (currently incomplete) refactoring 2015-12-28 20:09:51 +00:00
Matthew Connelly 99ffa3676c my head hurts 2015-11-27 22:24:03 +00:00
Matthew Connelly e41ef0eab6 Merge branch 'master' of maff.scot:blogalba 2015-11-27 22:06:15 +00:00
Matthew Connelly ad87295ed5 tiny syntactic fluff 2015-11-27 22:06:11 +00:00
Matthew Connelly b80397d376 unpublish properly 2015-11-19 18:27:32 +00:00
Matthew Connelly 25301614cb pls 2015-11-19 18:07:04 +00:00
Matthew Connelly 11408b9858 using START_OPTS as an env var was dumb 2015-11-16 00:54:21 +00:00
Matthew Connelly abdbdfdbf3 honestly this is gonna be the death of me 2015-11-16 00:45:17 +00:00
Matthew Connelly 54ce9f71ff fuck it i need debugging 2015-11-16 00:40:26 +00:00
Matthew Connelly 023d0cc866 why 2015-11-16 00:36:51 +00:00
Matthew Connelly 21ef050c69 enable logging 2015-11-16 00:34:08 +00:00
Matthew Connelly d7f48af8d2 mysteriously, the config is gone 2015-11-16 00:25:28 +00:00
Matthew Connelly 25e707a3f9 fixed an absent dot which broke everything 2015-11-16 00:16:32 +00:00
Matthew Connelly 52d0459b2d my for loop sucks 2015-11-16 00:15:28 +00:00
maff c30af1e75f Fix permissions on start script, oops 2015-11-16 00:12:50 +00:00
Matthew Connelly 3f40ada741 disambiguate the plackup command 2015-11-16 00:11:18 +00:00
Matthew Connelly 326f367786 remove the "start only if modified" check in post-receive hook, the times where i don't want it to restart are very few 2015-11-16 00:05:39 +00:00
Matthew Connelly 4b6a3757e3 comments 2015-11-16 00:04:25 +00:00
Matthew Connelly 690f959448 .git repos do not have a working tree 2015-11-15 23:57:22 +00:00
Matthew Connelly 8e1c4a8e89 trying to make better use of config.yml 2015-11-15 23:56:19 +00:00
Matthew Connelly 7fd895fe51 fix dodgy post-receive hook for the umpteenth time 2015-11-15 23:49:45 +00:00
Matthew Connelly 37e695415c fixed the use of deprecated env var BLOGALBA_DIR 2015-11-15 23:41:26 +00:00
Matthew Connelly 0748405cbd whitespace is bad 2015-11-15 23:38:03 +00:00
Matthew Connelly 52972a677f fix app.psgi pointing to an incorrect location for the app's lib 2015-11-15 23:36:18 +00:00
Matthew Connelly ee204b6686 more start script and hook refactoring 2015-11-15 23:32:35 +00:00
Matthew Connelly 6eb967dfc0 Fancy new start script that is less weird 2015-11-15 23:22:16 +00:00
Matthew Connelly f3d9040c5e moderate refactor, switched out in-app YAML handling for dancer2's own config because really why was i doing it myself. also made it a "proper" app 2015-11-15 22:23:12 +00:00
Matthew Connelly 9b88fc2cbf Edited some pages and posts to reflect the new github username 2015-11-15 21:34:13 +00:00
Matthew Connelly 973a18ebdf updated the startup script because it was outdated and not what I was using 2015-11-06 16:40:44 +00:00
Matthew Connelly b196675924 Fixed a really stupid bug that resulted in blogalba's internal number of posts (and as a result, all pagination) would grow exponentially over time. 2015-11-06 16:31:38 +00:00
Matthew Connelly bb1887dd93 It's readthedocs.org, not .com. 2015-11-06 02:50:54 +00:00
Matthew Connelly 58d3863209 Added blog post on Let's Encrypt, changed bash env requirement to just sh in new-post script. 2015-11-06 02:44:47 +00:00
Matthew Connelly d7e34d61d2 maff.scot is no longer hosted on DO 2015-08-22 05:19:21 +01:00
Matthew Connelly 2ebeae2878 use pidfiles instead of blindly murdering starmen 2015-04-10 15:34:40 +01:00
Matthew Connelly 912f73d765 always the fucking tabs in the fucking yaml documents i swear to fucking god 2015-04-08 02:40:19 +01:00
Matthew Connelly c57dcff585 404 redirect needs work 2015-04-08 02:39:34 +01:00
Matthew Connelly 079aa79cf8 RSS feeds will only be generated if publishing is enabled 2015-04-08 02:34:56 +01:00
Matthew Connelly 9cfcf90d6a Added the ability to disable publishing an RSS feed, renamed the rss_posts directive to a clearer name, recent_posts 2015-04-08 02:34:07 +01:00
Matthew Connelly 8dbb07a23f add google analytics because why not really 2015-03-20 02:17:31 +00:00
Matthew Connelly 055fd18ce3 more markdown correction 2015-03-15 02:26:38 +00:00
Matthew Connelly ef713982df apparently conditional code is 3hard5me 2015-03-15 02:15:11 +00:00
Matthew Connelly e8aee97d00 fix incorrect content-type header on .md posts 2015-03-15 02:08:11 +00:00
Matthew Connelly 102e016b24 server-tokens for some reason is set to false? 2015-03-15 01:47:12 +00:00
Matthew Connelly b66771e3d5 turns out i forgot to strip .md$ from markdown uris before passing them on 2015-03-15 01:37:07 +00:00
Matthew Connelly d0f1de2f5d Added the ability to view page source on markdown-generated pages; also handle 404s better 2015-03-15 01:26:57 +00:00
Matthew Connelly ddba5cecb2 Swap Text::MultiMarkdown for Text::Markdown::Hoedown because Text::MultiMarkdown implements literally everything from MultiMarkdown except for fucking fenced code blocks. Why. 2015-03-15 00:57:47 +00:00
Matthew Connelly 52f8e7a6a8 Actually use multimarkdown :v 2015-03-14 22:55:29 +00:00
Matthew Connelly aba39e5cab corrected formatting on file descriptors post 2015-03-14 22:33:28 +00:00