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
Verónica López
September 23, 2015
Technology
0
710
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
26
Kubernetes & the BEAM
fib
0
240
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
250
The Math Behind Distributed Sytems
fib
3
470
Testing & Automation in the Era of Containers
fib
1
380
The Math Behind Distributed Systems
fib
17
5.6k
Introducción a los Sistemas Distribuidos con Go
fib
2
760
Other Decks in Technology
See All in Technology
タスクって今どうなってるの?3.14の新機能 asyncio ps と pstree でasyncioのデバッグを (PyCon JP 2025)
jrfk
1
240
BtoBプロダクト開発の深層
16bitidol
0
170
KAGのLT会 #8 - 東京リージョンでGAしたAmazon Q in QuickSightを使って、報告用の資料を作ってみた
0air
0
200
ACA でMAGI システムを社内で展開しようとした話
mappie_kochi
0
190
「技術負債にならない・間違えない」 権限管理の設計と実装
naro143
35
11k
OpenAI gpt-oss ファインチューニング入門
kmotohas
2
890
Modern_Data_Stack最新動向クイズ_買収_AI_激動の2025年_.pdf
sagara
0
190
Pythonによる契約プログラミング入門 / PyCon JP 2025
7pairs
5
2.5k
神回のメカニズムと再現方法/Mechanisms and Playbook for Kamikai scrumat2025
moriyuya
4
420
PythonとLLMで挑む、 4コマ漫画の構造化データ化
esuji5
1
130
Geospatialの世界最前線を探る [2025年版]
dayjournal
3
480
自作LLM Native GORM Pluginで実現する AI Agentバックテスト基盤構築
po3rin
2
240
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Faster Mobile Websites
deanohume
310
31k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Building Adaptive Systems
keathley
43
2.8k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
610
Navigating Team Friction
lara
189
15k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
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