diff --git a/blog/2017/09/25/first-post/index.markdown b/blog/2017/09/25/first-post/index.markdown deleted file mode 100644 index b63cf6d..0000000 --- a/blog/2017/09/25/first-post/index.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: First Post ---- - -# Welcome To Your Blog - -This is your first post. To edit this post, open up <%= $app->url( $self->path ) %> -in your text editor. - -[Check the documentation for how to write Statocles -content](http://preaction.me/statocles/pod/Statocles/Help/Content) diff --git a/blog/2017/10/02/new-old-perls/index.markdown b/blog/2017/10/02/new-old-perls/index.markdown index a84868a..75ae324 100644 --- a/blog/2017/10/02/new-old-perls/index.markdown +++ b/blog/2017/10/02/new-old-perls/index.markdown @@ -8,8 +8,10 @@ Earlier today I completed this goal and there's now an available version of ever Now that I've completed this goal, I've decided to bundle up all the seriously old perls into an easy to download file for anyone else who has decided to go a little insane and try out some -ancient perl. You can find the file here, [https://perlbot.pl/bstatic/newoldperls.tar.zst](https://perlbot.pl/bstatic/newoldperls.tar.zst). +ancient perl. You can find the file here, [https://perlbot.pl/bstatic/newoldperls.tar.xz](https://perlbot.pl/bstatic/newoldperls.tar.xz). They're all expecting to live in /langs/ on a modernish linux system. That's actually a /langs directory on the root filesystem. This was done to make getting them to work in the sandbox for the pastebin much easier. +Also available as a download in [.tar.gz](https://perlbot.pl/bstatic/newoldperls.tar.xz) and [.tar.zst](https://perlbot.pl/bstatic/newoldperls.tar.xz) + ps. .tar.zst is compressed with zstandard/zstd, it made this file smaller than the other alternatives and I wanted to try it out. diff --git a/site.yml b/site.yml index 7b13c2f..ff664a4 100644 --- a/site.yml +++ b/site.yml @@ -32,7 +32,7 @@ site: args: # title: This is the title of the site, shown in the tag - title: 'My Statocles Site' + title: 'Perlbot.pl pastebin' # base_url: This is the base URL the site will be deployed to. It # should be a full URL, and may contain a path, like: diff --git a/static/newoldperls.tar.gz b/static/newoldperls.tar.gz new file mode 100644 index 0000000..bb19da0 Binary files /dev/null and b/static/newoldperls.tar.gz differ diff --git a/static/newoldperls.tar.xz b/static/newoldperls.tar.xz new file mode 100644 index 0000000..8c52930 Binary files /dev/null and b/static/newoldperls.tar.xz differ