Skip to content

0xiod/web

Repository files navigation

iodo.me

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.

Warning

Domain has changed from iodomi.eu -> iodo.me on 27-01-26, this means my email will shift too

Inspiration and base

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.

Disambiguation of the repository

The repository of this website can be found on Codeberg, Github and sourcehut.

Installing & building

You can build this page on your own machine. Before publishing in mind that the content I've published is copyrighted.

  1. 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
  1. Clone the repo
git clone https://codeberg.org/iodomi/web
  1. Installing dependencies
cd web/
npm install
  1. Run the website
npx 11ty/eleventy --serve
  1. 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.

Licensing

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.

About

My own website, portfolio, blog, etc. Built using 11ty

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
AGPL-3.0
LICENSE.AGPL-3.0
Unknown
LICENSE.BY-NC-SA-4.0

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors