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
23
Kubernetes & the BEAM
fib
0
240
Go vs. Elixir for distributed computing
fib
1
1.3k
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.5k
Introducción a los Sistemas Distribuidos con Go
fib
2
760
Other Decks in Technology
See All in Technology
[RSJ25] Feasible RAG: Hierarchical Multimodal Retrieval with Feasibility-Aware Embodied Memory for Mobile Manipulation
keio_smilab
PRO
0
120
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
3
480
エラーとアクセシビリティ
schktjm
0
1k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.7k
AWSで推進するデータマネジメント
kawanago
0
1.2k
ここ一年のCCoEとしてのAWSコスト最適化を振り返る / CCoE AWS Cost Optimization devio2025
masahirokawahara
1
1.5k
Grafana MCPサーバーによるAIエージェント経由でのGrafanaダッシュボード動的生成
hamadakoji
1
1.4k
サンドボックス技術でAI利活用を促進する
koh_naga
0
190
機械学習を扱うプラットフォーム開発と運用事例
lycorptech_jp
PRO
0
200
20250903_1つのAWSアカウントに複数システムがある環境におけるアクセス制御をABACで実現.pdf
yhana
2
430
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
160
BPaaSにおける人と協働する前提のAIエージェント-AWS登壇資料
kentarofujii
0
120
Featured
See All Featured
A Tale of Four Properties
chriscoyier
160
23k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Docker and Python
trallard
45
3.5k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
Visualization
eitanlees
148
16k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
Agile that works and the tools we love
rasmusluckow
330
21k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
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