Primer commit desde local
authorOdairTrujillo <haldrik@gmail.com>
Wed, 18 Jan 2023 13:56:32 +0000 (08:56 -0500)
committerOdairTrujillo <haldrik@gmail.com>
Wed, 18 Jan 2023 14:31:00 +0000 (09:31 -0500)
commitb8bbf990ad8ba7b53e5e44f54523b7cedc5ee1ef
tree95a9e5ac1b3b739c36eca6bc591726896aec3df1
parent4ee6476cf6c7930a4b864e1a652aeabf2bafb7d9
Primer commit desde local
73 files changed:
.gitignore [new file with mode: 0644]
.hugo_build.lock [new file with mode: 0644]
README.md [new file with mode: 0644]
archetypes/blog.md [new file with mode: 0644]
archetypes/default.md [new file with mode: 0644]
config/_default/config.toml [new file with mode: 0644]
config/_default/params.toml [new file with mode: 0644]
content/_index.md [new file with mode: 0644]
content/about/_index.md [new file with mode: 0644]
content/about/history.md [new file with mode: 0644]
content/about/team.md [new file with mode: 0644]
content/blog/2023-01-23-articulo-base.md [new file with mode: 0644]
content/blog/_index.md [new file with mode: 0644]
static/about/team/eugenio.jpg [new file with mode: 0644]
static/about/team/nicolas.jpg [new file with mode: 0644]
static/about/team/odair.jpg [new file with mode: 0644]
static/about/team/ricardo.jpg [new file with mode: 0644]
static/images/about/eugenio.jpg [new file with mode: 0644]
static/images/about/nicolas.jpg [new file with mode: 0644]
static/images/about/odair.jpg [new file with mode: 0644]
static/images/about/ricardo.jpg [new file with mode: 0644]
static/images/blog/coding.jpg [new file with mode: 0644]
static/images/wa.link.png [new file with mode: 0644]
static/videos/about/01.jpg [new file with mode: 0644]
static/videos/about/01.mp4 [new file with mode: 0644]
static/videos/about/01.webm [new file with mode: 0644]
static/videos/about/02.jpg [new file with mode: 0644]
static/videos/about/02.mp4 [new file with mode: 0644]
static/videos/about/02.webm [new file with mode: 0644]
static/videos/about/03.jpg [new file with mode: 0644]
static/videos/about/03.mp4 [new file with mode: 0644]
static/videos/about/03.webm [new file with mode: 0644]
static/videos/about/04.jpg [new file with mode: 0644]
static/videos/about/04.mp4 [new file with mode: 0644]
static/videos/about/04.webm [new file with mode: 0644]
static/videos/about/05.jpg [new file with mode: 0644]
static/videos/about/05.mp4 [new file with mode: 0644]
static/videos/about/05.webm [new file with mode: 0644]
static/videos/about/06.jpg [new file with mode: 0644]
static/videos/about/06.mp4 [new file with mode: 0644]
static/videos/about/06.webm [new file with mode: 0644]
static/videos/about/about_poster.jpg [new file with mode: 0644]
static/videos/products/evaluacion_pares.jpg [new file with mode: 0644]
static/videos/products/evaluacion_pares.webm [new file with mode: 0644]
static/videos/products/gestion_editorial.jpg [new file with mode: 0644]
static/videos/products/gestion_editorial.webm [new file with mode: 0644]
static/videos/products/visualizacion.jpg [new file with mode: 0644]
static/videos/products/visualizacion.webm [new file with mode: 0644]
themes/droda/assets/css/main.css [new file with mode: 0644]
themes/droda/assets/js/main.js [new file with mode: 0644]
themes/droda/data/months.toml [new file with mode: 0644]
themes/droda/layouts/404.html [new file with mode: 0644]
themes/droda/layouts/_default/article.html [new file with mode: 0644]
themes/droda/layouts/_default/baseof.html [new file with mode: 0644]
themes/droda/layouts/_default/list.html [new file with mode: 0644]
themes/droda/layouts/_default/single.html [new file with mode: 0644]
themes/droda/layouts/about/#single.html# [new file with mode: 0644]
themes/droda/layouts/about/single.html [new file with mode: 0644]
themes/droda/layouts/index.html [new file with mode: 0644]
themes/droda/layouts/partials/aside.html [new file with mode: 0644]
themes/droda/layouts/partials/footer.html [new file with mode: 0644]
themes/droda/layouts/partials/navbar.html [new file with mode: 0644]
themes/droda/static/fonts/Bender-Black.otf [new file with mode: 0644]
themes/droda/static/fonts/Bender-Bold.otf [new file with mode: 0644]
themes/droda/static/fonts/Bender-BoldItalic.otf [new file with mode: 0644]
themes/droda/static/fonts/Bender.otf [new file with mode: 0644]
themes/droda/static/fonts/BlenderPro-Book.ttf [new file with mode: 0644]
themes/droda/static/fonts/BlenderPro-Medium.ttf [new file with mode: 0644]
themes/droda/static/fonts/BlenderPro-MediumItalic.ttf [new file with mode: 0644]
themes/droda/static/images/favicon.png [new file with mode: 0644]
themes/droda/static/images/icons/search_icon.svg [new file with mode: 0644]
themes/droda/static/images/unknown.png [new file with mode: 0644]
themes/droda/theme.toml [new file with mode: 0644]