Tommi Space

🚧 Work in progress 🏗️

Content of this page is not complete: unfinished notes and articles are tagged with draft tag

Making this website

Building a website from scratch can be challenging. It took me several months of study, practice, tests and neverending headaches to get to this result. The process can be overwhelming (to me it definitely has been): there are tons of different tools, resouces and tutorials; nevertheless, it’s always so hard to spend the right amount of time learning something by evaluating its overall usefulness. Since the beginning, I chose to do everything by myself: I decided not to use any framework, CMS or copy and paste any code I couldn’t understand.

I wanted to learn by doing and do it in the best possible way.

Yep, quite an ambitious purpose. Thus, in the end I decided to take advantage of a Static Site Generator, which doesn’t necessarily make things heavier but for sure it makes them simpler and way quicker. We’ll get there.

One last thing before diving in: this article is not intended to be a guide or a tutorial. Since I’ve been struggling a lot to get here, I feel like it may be useful to someone to know the path I followed (or, better, traced) to obtain what I was aiming at. Not having any clue of the right next step is so stressful, I’ve been on the edge of giving up multiple times.

Eventually, another point it’s worth making is that web develpement is ridicolously cheap: you just need a laptop (not even a powerful one), everything else is for free (actually, I bought this book, but online there are a few great alternatives). The only, huge price you need to pay is time. I spent handful of restless hours fighting with the urgency and the desire of getting things done, and trying to have paticence of going on by gradual steps.

The Beginning

I had absolutely no idea where to start. My only notions of programming were some basic concepts of C, which I studied at University. I knew nothing about server management, HTML, CSS, JavaScript or web hosting. My previous website was created on Wix with a drag-and-drop GUI to build anything.

So, the first question I asked myself was:

where should I start?

As of when I’m writing, xplosionmind.tk isn’t completed. The following steps are part of a bullet-list which I enhanced and completed before publishing.

Since I spent my whole COVID-19 quarantine (two months ish) doing this, I’m gonna add the git commit date of each step at the beginning.

Learning HTML and CSS

As I wrote before, since I was so lost and I had no idea of the best starting point, I bought a book on basic web programming: HTML and CSS by Jon Duckett. I spent ten days reading and studying it thoroughly. After that, I knew all the basics, then I was able to start building a test page.

Building

I chose the about page to be my test page. At first, it wasn’t a section of the homepage, but a standalone one. I struggled to make it look like the one on the Wix website (I won’t link it anymore, you can browse around using the first one I gave) and I couldn’t make it appear nicely, until I discovered the object-fit CSS property, which changed my game.

To be honest, even after finishing the book I knew nothing about frameworks but after reading this article I told myself I wouldn’t need one. Even after completing the website, I still don’t know if I made the right choice. Without a doubt, my style.css file is a huge mess. Nevertheless, I get things done pretty easily by searching classes’ names in the file and I have only a stylesheet, so it’s good.

I decided to use the include php function to have only a header and a footer file.

STEPS

  • learning HTML and CSS from the book
  • creating a test page
  • building a custom framework (you don’t need a framework Tania Rascia)
    • using php to include header and footer
  • creating a responsive header
    • logo writing
    • JS code for dropdown menus
    • hover color transitions
  • creating a responsive footer
    • inserting the license
    • inserting the subscribe input and styling it
    • creating my own custom yellow social svg buttons
  • implementing Jekyll
    • Giraffe Academy tutorials + documentation
    • converting php includes to Jejyll YAML front matter includes
    • importing all of my older posts (it took me quite some time…)
      • fetching, resizing and resampling post pictures
      • resetting links as <a href='blablabla' target=_'blank'
  • blog landing page
    • looping through categories
    • posts language switch
    • cool yellow lines
  • STUFF
    • setting the featured and current variable, respectively to show on homepage and to divide between older and younger
    • logos converting to svg
    • images to fit
  • multilingual
    • translating pages and using front matter to define ref and lang
    • translating footer and header
  • Everyone page
  • added The Jar
  • 2020.05.16 theme toggle
  • added stuff extended
  • added Radioimmaginaria database

Resources

useful websites

  • Tania Rascia’s blog, great for learning grasp the most important aspects of front-end web programming;
  • brick.im
  • http://webtypography.net/intro/

specific articles

🇮🇹 🔎