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
670
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
240
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.5k
Introducción a los Sistemas Distribuidos con Go
fib
2
730
Arquitectura Serverless
fib
0
510
Other Decks in Technology
See All in Technology
スタートアップで取り組んでいるAzureとMicrosoft 365のセキュリティ対策/How to Improve Azure and Microsoft 365 Security at Startup
yuj1osm
0
230
新機能VPCリソースエンドポイント機能検証から得られた考察
duelist2020jp
0
230
型情報を用いたLintでコード品質を向上させる
sansantech
PRO
2
110
GitHub Copilot のテクニック集/GitHub Copilot Techniques
rayuron
38
16k
10個のフィルタをAXI4-Streamでつなげてみた
marsee101
0
180
生成AIのガバナンスの全体像と現実解
fnifni
1
200
PHPerのための計算量入門/Complexity101 for PHPer
hanhan1978
5
260
10分で学ぶKubernetesコンテナセキュリティ/10min-k8s-container-sec
mochizuki875
3
370
祝!Iceberg祭開幕!re:Invent 2024データレイク関連アップデート10分総ざらい
kniino
3
330
【re:Invent 2024 アプデ】 Prompt Routing の紹介
champ
0
160
AI時代のデータセンターネットワーク
lycorptech_jp
PRO
1
290
UI State設計とテスト方針
rmakiyama
2
690
Featured
See All Featured
Making Projects Easy
brettharned
116
6k
Building an army of robots
kneath
302
44k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
111
49k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
450
GitHub's CSS Performance
jonrohan
1031
460k
The Cult of Friendly URLs
andyhume
78
6.1k
Optimizing for Happiness
mojombo
376
70k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Designing Experiences People Love
moore
138
23k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
The Pragmatic Product Professional
lauravandoore
32
6.3k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
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