Show HN: I published my first website – ShellMagic.xyz
shellmagic.xyz
Show HN: I published my first website – ShellMagic.xyz
1–10 of 79 posts
Re: Show HN: I published my first website – ShellMagic.xyz
#2It's a reference site about Bash scripting, and it's being improved each day since it still has some rough edges. But I'm starting to like the result on desktop resoulution. Next up is improving the CSS for low-res devices and adding toggable color-themes by clicking some radio-buttons or something :-)
Re: Show HN: I published my first website – ShellMagic.xyz
#3Still waiting for your DNS to propogate :)
Re: Show HN: I published my first website – ShellMagic.xyz
#4Still waiting for your DNS to propogate :)
I reduced the TTL values - thank you for informing. Thought it had propagated, so I increased the values a bit recently.
Re: Show HN: I published my first website – ShellMagic.xyz
#5I'm just curious, did you construct these tables manually? I mean did you type those html tags manually?
Re: Show HN: I published my first website – ShellMagic.xyz
#6Nice. My initial reaction is that the serif fonts are hard to read. Can you try some console or san-serif fonts, or make that configurable? Someone else suggested toggleable themes, so it would go with that.
Re: Show HN: I published my first website – ShellMagic.xyz
#7Try doing the string manipulation section for Zsh instead ;) It will kill you.
Re: Show HN: I published my first website – ShellMagic.xyz
#8I'm just curious, did you construct these tables manually? I mean did you type those html tags manually?
I made a template table which I then added table-rows to by copy-paste and then filling them out.
It was a bit tedious work I must admit.
Re: Show HN: I published my first website – ShellMagic.xyz
#9Nice. My initial reaction is that the serif fonts are hard to read. Can you try some console or san-serif fonts, or make that configurable? Someone else suggested toggleable themes, so it would go with that.
Configurable fonts is a nice proposal - will try that, thanks!
Re: Show HN: I published my first website – ShellMagic.xyz
#10Very nice. I know that it is a bash quick reference, but I was kinda expecting to see an example, at least for each section. Or a different page with a few examples and maybe a simulator. Kinda to see the magic.
But it's cool nevertheless.