diff options
Diffstat (limited to 'abdul-blog/mine-guix-shell.html')
| -rw-r--r-- | abdul-blog/mine-guix-shell.html | 49 | 
1 files changed, 49 insertions, 0 deletions
diff --git a/abdul-blog/mine-guix-shell.html b/abdul-blog/mine-guix-shell.html new file mode 100644 index 0000000..442aac7 --- /dev/null +++ b/abdul-blog/mine-guix-shell.html @@ -0,0 +1,49 @@ + +<head> +    <style> +        html { +            font-size: 16px; +            line-height: 1.6; +            color: #1E4147; +            background-color: #AAC789; +            --width: calc(100vw - 20px); +            --height: calc(100vh - 20px); +            width: var(--width); +            height: var(--height); +            border: #8A8A69 solid 10px; +            overflow-y: hidden; +        } +     +        body { +            margin: 0 auto; +            max-width: var(--width); +            max-height: var(--height); +            overflow-y: scroll; +        } + +        main { +            max-width: 920px; +            padding: 1rem 2rem; +        } +     +        pre { +            background-color: #eee; +            margin: 0 -1rem; +            padding: 1rem; +            overflow-x: auto; +        } +     +        a { +            color: #AA2E00; +        } +     +        a:visited { +            color: #802200; +        } +    </style> +</head> +<body> +    <main> +<h1>Mine guix shell</h1><p>An</p><pre>guix shell</pre><p>command is very cool.  Today I maked Lagrange Gemini client installed in an shell.  I can do that by</p><pre>guix shell lagrange</pre><p><a href='https://gmi.skyjake.fi/lagrange/'>Lagrange Browser Website</a></p><p>I display many interesting Gemini websites under Lagrange.  I can even reading Wikipedia on Gemini.  It's cool and I'd like to more people use Gemini instead of HTTPS.</p><p><a href='/~abdul/index.html'>back into blog index</a></p> +    </main> +</body>  | 
