@@ -0,0 +1,9 @@
+## Código fuente de mi sitio personal
+### [https://inigovalentin.com](https://inigovalentin.com)
+
+Ver en otros idiomas:
+-[English](README.md)
+-[Español](README.es.md)
+-[Euskaraz](README.eu.md)
+It'a basic website, a showcase for a software developer works and résumé, built on Ruby on Rails.
+## Nire gune pertsonalaren iturburu kodea
+Beste hizkuntzak:
+Oinarrizko webgunea da, software garatzaile baten lan eta curriculumaren erakusleihoa, Ruby on Rails-en gainean eraikia.
+## Source code of my personal site
+Other languages:
@@ -0,0 +1,5 @@
+module InigoValentin
+ class Application < Rails::Application
+ VERSION = "3.0.0"
+ end
+end