A website of mine which I wrote in the last two weeks 25.07.04 -> 25.07.15.
Site functions as a personal blog, portfolio and more? It has been written using
Eleventy - a static site generator written in JavaScript. And I've written pages in
languages like Nunjucks and Markdown (which 11ty supports), no JavaScript.
The website itself is hosted on srht. Netlify.
I'm also open to commits, so don't be afraid.
Domain has changed from iodomi.eu -> iodo.me on 27-01-26, this means my email will shift too
The site is inspired by amazing website that is Tixie Salander's website. She has done a really good job!
Also the page was based on Eleventy base blog, because I was too lazy to do it from scratch.
The repository of this website can be found on Codeberg, Github and sourcehut.
You can build this page on your own machine. Before publishing in mind that the content I've published is copyrighted.
- Install Eleventy For this step you will need NodeJS on your machine. If you are not sure, you can check if it's installed:
node -v
If you are sure, install Eleventy using npm:
npm install --save-dev @11ty/eleventy
- Clone the repo
git clone https://codeberg.org/iodomi/web
- Installing dependencies
cd web/
npm install
- Run the website
npx 11ty/eleventy --serve
- Access
If you didn't know Eleventy hosts on 127.0.0.1:8080. And if you want to know where Eleventy
builds static website it is built in
_site/directory. Anything else you can lookup on their docs.
The code of this website is licensed under the GNU Affero General Public License v3.0 or later. And content of its webpages is licensed under Creative Commons BY-NC-SA 4.0.