all repos — site @ fed1c0424ac19e1a4aeb7d2bf806bfe6a4c88242

source for my site, found at icyphox.sh

misc: 404, license date etc.
Anirudh Oppiliappan x@icyphox.sh
Fri, 11 Feb 2022 12:22:27 +0530
commit

fed1c0424ac19e1a4aeb7d2bf806bfe6a4c88242

parent

07bd8b9d30bc5ca14c4e4633dfaac4766ad1a8e3

4 files changed, 26 insertions(+), 37 deletions(-)

jump to
M licenselicense

@@ -1,7 +1,20 @@

-Copyright 2019 Anirudh Oppiliappan <x@icyphox.sh> +Copyright 2022 Anirudh Oppiliappan <x@icyphox.sh> -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
D pages/404.html

@@ -1,31 +0,0 @@

-<!DOCTYPE html> -<html lang=en> - <link rel="stylesheet" href="/static/style.css" type="text/css"> - <link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico"> - <meta name="description" content="Nothing like that here."> - <meta charset="UTF-8"> - <meta name="viewport" content="initial-scale=1"> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta content="#222" name="theme-color"> - <meta name="HandheldFriendly" content="true"> - <meta name="twitter:card" content="summary_large_image"> - <meta name="twitter:site" content="@icyphox"> - <meta name="twitter:title" content="404"> - <meta name="twitter:description" content="Nothing like that here."> - <meta name="twitter:image" content="/static/icyphox.png"> - <meta property="og:title" content="404"> - <meta property="og:type" content="website"> - <meta property="og:description" content="Nothing like that here."> - <meta property="og:url" content="https://icyphox.sh"> - <meta property="og:image" content="/static/icyphox.png"> - <title> - 404 - </title> - - <body> - <h1>404</h1> - <p> - Nothing like that here. - </p> - </body> -</html>
A pages/404.md

@@ -0,0 +1,9 @@

+--- +template: index.html +title: 404 +subtitle: Not Found +--- + +# 404 + +Nothing like that here.
M pages/uses.mdpages/uses.md

@@ -36,8 +36,6 @@

**cwm**: The Calm Window Manager. The best out-of-the-box experience you can get in a window manager. Period. -**xterm**: Reliable and rock solid terminal emulator. - **tmux**: Most of my actual window management happens here. I usually have 3 - 4 workspaces -- general throwaway terminals, work, music and IRC. It also handles scrollback for me, so that's nice.