Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Hugo + Polymer
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Verónica López
September 23, 2015
Technology
0
730
Hugo + Polymer
Cómo crear un sitio estático con Hugo (Go) y Polymer (theme de Hugo).
Verónica López
September 23, 2015
Tweet
Share
More Decks by Verónica López
See All by Verónica López
AuthZed Office Hours: Perf & Load Testing for SpiceDB
fib
0
43
Kubernetes & the BEAM
fib
0
250
Go vs. Elixir for distributed computing
fib
1
1.4k
Verifying a Distributed System with Combinatorial Topology
fib
9
5.3k
Introduction to the Operator Framework
fib
0
260
The Math Behind Distributed Sytems
fib
3
490
Testing & Automation in the Era of Containers
fib
1
390
The Math Behind Distributed Systems
fib
17
5.6k
Introducción a los Sistemas Distribuidos con Go
fib
2
770
Other Decks in Technology
See All in Technology
Evolution of Claude Code & How to use features
oikon48
1
540
作りっぱなしで終わらせない! 価値を出し続ける AI エージェントのための「信頼性」設計 / Designing Reliability for AI Agents that Deliver Continuous Value
aoto
PRO
2
230
[JAWSDAYS2026]Who is responsible for IAM
mizukibbb
0
150
vLLM Community Meetup Tokyo #3 オープニングトーク
jpishikawa
0
220
AWS SES VDMで 将来の配信事故を防げた話
moyashi
0
210
組織全体で実現する標準監視設計
yuobayashi
1
180
JAWSDAYS2026_A-6_現場SEが語る 回せるセキュリティ運用~設計で可視化、AIで加速する「楽に回る」運用設計のコツ~
shoki_hata
0
2.9k
マルチアカウント環境でSecurity Hubの運用!導入の苦労とポイント / JAWS DAYS 2026
genda
0
140
Kaggleの経験が実務にどう活きているか / kaggle_findy
sansan_randd
7
1.3k
チームメンバー迷わないIaC設計
hayama17
5
4k
JAWS Days 2026 楽しく学ぼう! 認証認可 入門/20260307-jaws-days-novice-lane-auth
opelab
9
1.6k
組織のSREを推進するためのPlatform EngineeringとEKS / Platform Engineering and EKS to drive SRE in your organization
chmikata
0
190
Featured
See All Featured
Designing for Timeless Needs
cassininazir
0
150
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
250
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
Testing 201, or: Great Expectations
jmmastey
46
8.1k
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
320
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.1k
Balancing Empowerment & Direction
lara
5
930
Paper Plane
katiecoart
PRO
0
47k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
240
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
200
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
280
Transcript
Hugo + Polymer Verónica López Engineer @ Ardan Labs @maria_fibonacci
None
¿Qué es Hugo? Generador de sitios estáticos Ideal para blogs,
documentaciones, landing pages, app pages, portafolio profesional, sitios web sencillos. Portable: Linux, Windows y Mac Deploy: plataformas populares como S3, Github Pages, Heroku, Google App Engine, etc… Escrito en Go
None
Go Lenguaje de programación hecho en Google (open source) Lenguaje
de sistemas. Compilado. Concurrente. Ideal para arquitecturas modernas (multi-core, CPUs) Varios usos: sistemas, APIs, web, apps iOS y Android, IoT
¿Quién lo usa?
None
https://github.com/golang/go/ wiki/GoUsers
None
Polymer Framework de Google para Front-end Material Design (similar a
Android) Tiempo de desarrollo muy rápido Fácil de aprender para desarrolladores de back-end y diseñadores
None
None
http://builtwithpolymer.org
Hugo Funciona con base en temas Un solo diseño de
base, el resto de páginas creadas a partir de la primera retoman el diseño original Servidor web hugo server -w
None
None
None
None
DEMO
brew install hugo