From 0bfd58e18b2f69fbb3a17b58e364334cfa695382 Mon Sep 17 00:00:00 2001 From: Prokop Randacek Date: Thu, 9 Feb 2023 10:18:10 +0100 Subject: [PATCH] resort --- .bundle/config | 2 -- content/index.md | 5 ++--- deploy.sh | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config deleted file mode 100644 index 2369228..0000000 --- a/.bundle/config +++ /dev/null @@ -1,2 +0,0 @@ ---- -BUNDLE_PATH: "vendor/bundle" diff --git a/content/index.md b/content/index.md index 0da9fe1..cf4b2ce 100644 --- a/content/index.md +++ b/content/index.md @@ -13,15 +13,14 @@ My name is Prokop Randáček. I write code, like cats and play Factorio. ### Cool websites in alphabetical order - - [Bear blog](https://bearblog.dev/) - [Command Line Interface Guidelines](https://clig.dev) - [Drew DeVault](https://drewdevault.com/) - [Kubíkovo](https://chamik.eu/) -- [LuaJIT](http://luajit.org/) - [Lua](https://www.lua.org/) +- [LuaJIT](http://luajit.org/) - [Marek Maškarinec](https://mrms.cz/) +- [rxi](https://rxi.github.io/) - [SourceHut](https://sourcehut.org) - [Zig](https://ziglang.org/) -- [rxi](https://rxi.github.io/) diff --git a/deploy.sh b/deploy.sh index 9a60e87..23072d8 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/zsh set -x -e pushd assets/fun/jpeg/ -- 2.38.5