Live data from Hacker News

Ask HN: Share your personal site

news.ycombinator.com

781–790 of 1001 posts

Re: Ask HN: Share your personal site

#781
https://www.bramadams.dev/

My goals with my site were:

- a site that is the HOME of all of my work as my interests evolve over time as a creative technologist

- have it be fast

- have it be minimal for writing with markdown + react (mdx)

- have it be maximum in fun (if you are on desktop check out https://www.bramadams.dev/projects/akuma-no-ko or https://www.bramadams.dev/projects/kh if you are on mobile check out https://www.bramadams.dev/stories)

- self host images and videos (cloudflare images + stream)

- a running dev log (https://www.bramadams.dev/projects/dev-log)

Re: Ask HN: Share your personal site

#782
Nothing special for mine[0], serves more as an online business card with some links. The domain contains my full name and I also have a very similar e-mail address (replace the first dot with @). It's just plain HTML with some JS to switch the hello message. Source is available and I have a job that gets triggered for every commit, deploying it to Gitlab Pages. I just update it directly on Gitlab[1] every time I need to and it's up.

[0] https://rafael.keramid.as/

[1] https://gitlab.com/keraf/personal-site

Post reply on HN