I’ve finally put together a minimal, terminal-inspired website for myself at m-mdy-m.github.io (code lives here ► GitHub). It’s built with GitHub P...
For further actions, you may consider blocking this person and/or reporting abuse
Cool design! The mock CLI is quite buggy though, e.g.
cd articles
navigates to a listing of articles, butls
from there shows the root directory listing (not subdirectory) andcat [name-of-article].md
from there gives "file not found" (clicking directly into an article and typing out the identicalcat
command also gives "file not found"). Meanwhile,pwd
fromarticles
shows/home/x0/articles/
, butcd /home/x0/articles/
gives "directory not found".cd ..
works like I'd expectcd .
to work (refreshes same page without navigating), whilecd .
gives "directory not found".Thanks for the reports. I know. I just have a little time to get to them. They'll be fixed soon!
Very nice, cozy vibe. The idea with command line is really cool.
One small suggestion: when there are many commands and the content no longer fits on the screen, one has to scroll back to the top to type a new command and then scroll down again to read the output. Perhaps the output could be displayed in reverse order, with the latest information at the top?
Thanks a lot! I'm really glad you enjoyed the vibe. Your suggestion is a great idea - I hadn’t thought of reversing the output like that. I’ll definitely look into it and see how it could improve the experience. Appreciate you taking the time to share it!
Pretty cool idea and fun. Thanks for sharing!!!
Nice, cli theme style is always my soft spot.
Cool concept :)
This is really creative, love to see it!
Love it
Pretty cool!!!
I registered just to say what a fun idea welldone !!!
thank you :)
Love the terminal vibe - it really does feel like poking around a real shell and the no-frills design makes it super pleasant to read.
Curious, do you have any command-style easter eggs hidden in there?
Thanks! Really glad you liked the terminal vibe — that's exactly what I was going for.
No hidden commands yet, but that's a great idea. If you have any fun easter egg concepts in mind (like custom commands or responses), feel free to open an Issue or PR — or just drop the idea and I'll try to add it in. Would love to make the shell feel even more alive.
Clean layout! 👏 How’d you handle the main banner?
(Psst: Stole a pro-tip from designer friends – I now prototype visuals via DeepImg AI when code blocks my vision. Their ‘text-to-illustration’ mode’s shockingly good for testing styles fast)
I’m not entirely sure what you mean by “main banner”—if you’re referring to the prompt-like header at the top of the page, that’s implemented as an Astro component using a
<pre>
tag to preserve formatting, styled with Tailwind CSS classes (e.g., monospace font and terminal-like colors). The blinking caret animation is done via CSS@keyframes
andsteps()
to mimic a real terminal prompt.I hadn’t heard of DeepImg AI before, but it sounds really interesting and useful—tools that can quickly prototype visuals from text are great for testing styles fast. I’ll definitely check it out 👀 Thanks for the tip!
Pretty cool, I love when people keep it simple and clean like that. Little things like this always feel more honest to me.
thanks
pretty cool seeing you roll out your own space like this, been loving that no-fluff, get-to-the-point layout tbh you think showing up and dropping updates slowly is what keeps your momentum up long-term or is it more about chasing the early spark
thanks!
honestly? a bit of both. sometimes i ride the spark when it hits, but more and more i’m trying to lean into showing up consistently—even if it’s just small stuff. the slow burn keeps things alive longer, i think.
"cd .." does not work 😡😡
Bro. Don't be nervous. I'll check it. But you can fix it yourself and contribute to the project. Easy.
These lines:»
commands.js#L37
That's great as a linux freak i really loved it
I'm so glad you liked it. Do you think it could be better? Do you have any ideas?
Sorry what is this website doing ?
Show my articles.
Show my projects with descriptions and work in progress.
I will also be posting my tweets here in the future.
Of course, it is still in its infancy and various features are going to be implemented and of course the current bugs will be fixed
Edit»