Explorar o código

Version file. Readmes.

Iñigo Valentin %!s(int64=4) %!d(string=hai) anos
pai
achega
2da618bfc1
Modificáronse 4 ficheiros con 32 adicións e 0 borrados
  1. 9 0
      README.es.md
  2. 9 0
      README.eu.md
  3. 9 0
      README.md
  4. 5 0
      config/initializers/version.rb

+ 9 - 0
README.es.md

@@ -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.

+ 9 - 0
README.eu.md

@@ -0,0 +1,9 @@
+## Nire gune pertsonalaren iturburu kodea 
+### [https://inigovalentin.com](https://inigovalentin.com)
+
+Beste hizkuntzak:
+-[English](README.md)
+-[Español](README.es.md)
+-[Euskaraz](README.eu.md)
+
+Oinarrizko webgunea da, software garatzaile baten lan eta curriculumaren erakusleihoa, Ruby on Rails-en gainean eraikia.

+ 9 - 0
README.md

@@ -0,0 +1,9 @@
+## Source code of my personal site
+### [https://inigovalentin.com](https://inigovalentin.com)
+
+Other languages:
+-[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.

+ 5 - 0
config/initializers/version.rb

@@ -0,0 +1,5 @@
+module InigoValentin
+  class Application < Rails::Application
+    VERSION = "3.0.0"
+  end
+end