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
21
Kubernetes & the BEAM
fib
0
230
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
370
The Math Behind Distributed Systems
fib
17
5.5k
Introducción a los Sistemas Distribuidos con Go
fib
2
750
Other Decks in Technology
See All in Technology
DATA+AI SummitとSnowflake Summit: ユーザから見た共通点と相違点 / DATA+AI Summit and Snowflake Summit
nttcom
0
190
20250719_JAWS_kobe
takuyay0ne
1
160
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
840
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
5
39k
MCPに潜むセキュリティリスクを考えてみる
milix_m
1
660
AIを使っていい感じにE2Eテストを書けるようになるまで / Trying to Write Good E2E Tests with AI
katawara
2
1.5k
怖くない!GritQLでBiomeプラグインを作ろうよ
pal4de
1
120
複数のGemini CLIが同時開発する狂気 - Jujutsuが実現するAIエージェント協調の新世界
gunta
11
3.1k
Bliki (ja), and the Cathedral, and the Bazaar
koic
8
1.3k
20150719_Amazon Nova Canvas Virtual try-onアプリ 作成裏話
riz3f7
0
130
ObsidianをLLM時代のナレッジベースに! クリッピング→Markdown→CLI連携の実践
srvhat09
7
8.8k
TROCCO今昔
gtnao
0
210
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.2k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Designing for Performance
lara
610
69k
Building Applications with DynamoDB
mza
95
6.5k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Speed Design
sergeychernyshev
32
1k
Statistics for Hackers
jakevdp
799
220k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
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