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
660
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
Kubernetes & the BEAM
fib
0
220
Go vs. Elixir for distributed computing
fib
1
1.3k
Verifying a Distributed System with Combinatorial Topology
fib
9
5.2k
Introduction to the Operator Framework
fib
0
230
The Math Behind Distributed Sytems
fib
3
460
Testing & Automation in the Era of Containers
fib
1
370
The Math Behind Distributed Systems
fib
17
5.4k
Introducción a los Sistemas Distribuidos con Go
fib
2
720
Arquitectura Serverless
fib
0
510
Other Decks in Technology
See All in Technology
SREが投資するAIOps ~ペアーズにおけるLLM for Developerへの取り組み~
takumiogawa
1
460
開発生産性を上げながらビジネスも30倍成長させてきたチームの姿
kamina_zzz
2
1.7k
VideoMamba: State Space Model for Efficient Video Understanding
chou500
0
190
初心者向けAWS Securityの勉強会mini Security-JAWSを9ヶ月ぐらい実施してきての近況
cmusudakeisuke
0
130
AWS Lambdaと歩んだ“サーバーレス”と今後 #lambda_10years
yoshidashingo
1
180
DynamoDB でスロットリングが発生したとき_大盛りver/when_throttling_occurs_in_dynamodb_long
emiki
1
440
『Firebase Dynamic Links終了に備える』 FlutterアプリでのAdjust導入とDeeplink最適化
techiro
0
150
RubyのWebアプリケーションを50倍速くする方法 / How to Make a Ruby Web Application 50 Times Faster
hogelog
3
950
OCI Security サービス 概要
oracle4engineer
PRO
0
6.5k
SSMRunbook作成の勘所_20241120
koichiotomo
3
160
DynamoDB でスロットリングが発生したとき/when_throttling_occurs_in_dynamodb_short
emiki
0
260
生成AIが変えるデータ分析の全体像
ishikawa_satoru
0
170
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
405
65k
GraphQLとの向き合い方2022年版
quramy
43
13k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
The Pragmatic Product Professional
lauravandoore
31
6.3k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Keith and Marios Guide to Fast Websites
keithpitt
409
22k
Typedesign – Prime Four
hannesfritz
40
2.4k
Practical Orchestrator
shlominoach
186
10k
Building an army of robots
kneath
302
43k
KATA
mclloyd
29
14k
Ruby is Unlike a Banana
tanoku
97
11k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
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