D34dBlog

Personal website and blog. Github


Summary

D34dBlog is the website you are currently visiting. It is my personal site, a record of my presence on the Internet.

Features and Content

Articles

On this site, you will find various articles and links. I do this to document my experience in the field of software development and to share my opinions on different topics. The articles are divided into two categories: Project et Blog.

Projects

My public projects are documented and available on this site. For each project, I'll include:

Blog

The blog is where I post articles about what currently interests me. On the day I publish this article, there is nothing on the blog yet, but who knows what the future holds...

Links

I also keep some links to my professional profiles, such as LinkedIn or Github. I will add more links in a future article.

Technologies

The site is built with the static site generator 11ty. 11ty uses Nunjucks templates and Markdown/HTML content pages to assemble a static HTML website. This can then be deployed and hosted to be accessible on the Internet. In my case, I used Netlify because it integrates easily with Github.

I use TailwindCSS with DaisyUI for styling, as well as a bit of Javascript for various details (light/dark theme, etc).

I've recently updated my site to avoid using external libraries. The site is now styled with SCSS, which is transpiled into pure, minified CSS.