don't mind the mess
Ask HN: Share your personal site
211–220 of 257 posts
Re: Ask HN: Share your personal site
#212Re: Ask HN: Share your personal site
#213https://www.greghilston.com/ I'm pretty torn on having a separation between the notion of "posts" and "projects". I don't keep the project section up to date very often, and probably should remove it. Any thoughts/advice on this HN?
Briefly looking through your posts, I'm not 100% sure what differentiates the project posts from the others. I like the idea of the project page being visually distinct from the lists of posts. One way to sort out the project page is to provide a short blurb describing each post.
Yeah, that's exactly what I think the problem is. I arbitrary consider a one thing a project and another thing a post.
Understood, thanks for your advice!
Re: Ask HN: Share your personal site
#214Re: Ask HN: Share your personal site
#215Re: Ask HN: Share your personal site
#216Put this together very recently. Generated with Zola and hosted on GitHub Pages. Quite happy with the little music feed!
Re: Ask HN: Share your personal site
#217Basically a programming blog in English, these days about iOS and Swift development, statically generated with Hugo, hosted on Netlify.
I also run https://www.kulman.sk which is my original personal site in Slovak with non-programming stuff.
Re: Ask HN: Share your personal site
#218I’m a product designer who’s been blogging since around 2009. For several years I managed an online publication, Signal Tower. Then left it to become the host of the Designer News podcast. Some posts y’all might find interesting:
A Children’s Book Written and Illustrated by AI
https://solomon.io/childrens-story-written-illustrated-ai/
Improving Accessibility with Design Tokens
https://solomon.io/improving-accessibility-with-design-token...
Code School, 10 Years Later
Re: Ask HN: Share your personal site
#219My personal site made with Next, Sanity, and Tailwind
Re: Ask HN: Share your personal site
#220My personal blog as well as a place to showcase the iOS & macOS apps I’m working on.
It’s statically generated with Hugo and, for the first time, I actually created the theme myself (based on the lightweight CSS framework Bulma). Being essentially just a bunch of SASS files, Bulma allowed me to easily cherry-pick only what I needed, extend and tweak as required and easily integrate it into the Hugo build pipeline.
Designing and developing the theme was a really cool experience because my background is mostly in C, C++ Objective C and Swift and this was the most serious “web project” I have done to date. I still prefer writing native apps but have definitely enjoyed this excursion into the world of SCSS, HTML and JS :)
Now if only I got around to actually blogging more regularly :D