capitaineplanete / muiraie.github.io

Personal website

Home Page:https://muiraie.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

muiraie.github.io
=================

text-based website generated by tree

Configuration
-------------
chmod -v -R +x * && tree --sort=name --charset X -I "*.html|humans.txt|robots.txt|cgi-bin" -P "*.txt|*.asc" \
--ignore-case -C -h -F -T "Muiraie's Way of Life" -H https://muiraie.github.io | 
awk '/ariel/{c+=1}{if(c==1){sub("ariel","sans-serif",$0)};print}' > index.html



About This Site
---------------

This site is primarily a repository of plain text files US-ASCII that I 
have either written, collected or converted. They are mostly set at a fixed 
column width and may not play nicely with your modern browser or smartphone. All 
files with a .txt suffix are US-ASCII. While the site is designed mainly for 
my own use, I am happy to share it. Please feel free to peruse and/or download 
anything you find of interest.

The site is automagically generated in html/css by tree-1.8.0.
Please note that things around here tend to get added, removed, renamed and/or 
relocated not infrequently so directly linking to an individual file is probably 
not a good idea. Best to download a copy for yourself or request a 
permanent(ish) link

And any file with my email address at the bottom is something I have scribbled. 
Therefore, if you have questions or comments, you can contact me at:

[redacted]

fingerprint:

[redacted]

FAQ
---

Q: What is this website about?

A: For the most part it will be technical guides, reviews, and some news; but there 
will be other things on the occasion.


Q: Why the dated looking site?

A: I value the simplicity of what the web was and could continue to be.


Q: Why is there no SSL/TLS version of the site?

A: I may introduce secure connectivity as an option in the future, but it's largely 
unnecessary for a static site.


Q: What are you making this site with?

A: Tree and vim. Tree is a recursive directory listing program that produces a depth-indented 
listing of files and output is to tty. However, with a bit of tweaking you can produce HTML pages with it.


TODO
----
* MODIFY: BODY { font-family : sans-serif, monospace, sans-serif; background-image: url("tile.gif"); background-repeat: repeat; background-color: #F1F1F1;}:
` sed 's/BODY { font-family : ariel, monospace, sans-serif; }/BODY { font-family : sans-serif, monospace, sans-serif; background-image: url(\"tile.gif\"); background-repeat: repeat; background-color: #F1F1F1;}/' `
* ADD: <link rel="icon" href="favicon.ico" type="image/x-icon">:
` awk '/<head>/{c=1} (c++)==2{print " <link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\"> "} 1' `

About

Personal website

https://muiraie.github.io/


Languages

Language:HTML 56.7%Language:Vim Script 21.2%Language:Shell 14.6%Language:CSS 7.5%