Add docs/ for demo site

- Serve demo site from theme repo instead of separate repo
This commit is contained in:
Vicky 2018-09-16 11:54:03 +09:00
parent f57db6fc73
commit 2f8e809667
206 changed files with 21915 additions and 0 deletions

2
docs/.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
fonts/** linguist-generated=true
fonts/** -diff -merge

179
docs/404.html Normal file
View file

@ -0,0 +1,179 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Website Description">
<title>
404 Page not found - Introduction
</title>
<meta property="og:title" content="404 Page not found - Introduction" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Website Description"/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content="Introduction"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">404</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/">main</a>
<a class="navbar-item" href="/hugo-theme-introduction/#about">About</a>
<a class="navbar-item" href="/hugo-theme-introduction/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/#projects">Projects</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/#contact">Contact</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
Oops! Either you&rsquo;ve found a bug (in which case, <a href="mailto:youremail@email.com">please tell me</a>) or you&rsquo;re just making things up. This page doesn&rsquo;t exist!
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> theme for <a href="http://gohugo.io/">Hugo</a>. Made with <a href="https://vickylai.com"><i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i></a> by open source contributors.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,258 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Website Description">
<title>
Coffee Ipsum - Introduction
</title>
<meta property="og:title" content="Coffee Ipsum - Introduction" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Website Description"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/blog/coffee-ipsum/"/>
<meta property="og:site_name" content="Introduction"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Blog</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/">main</a>
<a class="navbar-item" href="/hugo-theme-introduction/#about">About</a>
<a class="navbar-item" href="/hugo-theme-introduction/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/#projects">Projects</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/blog/">
Back to Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/#contact">Contact</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<h2 class="title is-1 top-pad strong-post-title">
<a href="https://vickylai.com/hugo-theme-introduction/blog/coffee-ipsum/">Coffee Ipsum</a>
</h2>
<div class="post-data">
Nov 1, 2017 |
5 minutes read
</div>
<div class="blog-share">
Share this:
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Read%20Coffee%20Ipsum%20https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fblog%2fcoffee-ipsum%2f" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fab fa-twitter"></i>
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fblog%2fcoffee-ipsum%2f" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fab fa-facebook-f"></i>
<span class="hidden">Facebook</span>
</a>
<a class="icon-pinterest" href="http://pinterest.com/pin/create/button/?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fblog%2fcoffee-ipsum%2f&amp;description=Coffee%20Ipsum" onclick="window.open(this.href, 'pinterest-share','width=580,height=296');return false;">
<i class="fab fa-pinterest-p"></i>
<span class="hidden">Pinterest</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fblog%2fcoffee-ipsum%2f" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fab fa-google-plus-g"></i>
<span class="hidden">Google+</span>
</a>
</div>
<p>
Tags:
<a href="https://vickylai.com/tags/coffee">coffee</a>
, <a href="https://vickylai.com/tags/ipsum">ipsum</a>
, <a href="https://vickylai.com/tags/images">images</a>
</p>
</div>
<div class="container markdown top-pad">
<p>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic. Barista, beans extraction, barista mocha, roast steamed siphon cup sweet cortado, cinnamon froth milk ristretto cortado galão. Crema, milk extra brewed, lungo dripper, espresso flavour qui, variety, grinder caramelization sit, strong turkish espresso body, filter barista caramelization half and half strong. To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop. Latte instant black extra aroma, instant, extra robusta variety skinny shop aged cup ristretto foam cortado. Bar galão skinny saucer est affogato sugar caffeine chicory sugar coffee, seasonal barista french press acerbic in chicory robust.</p>
<p><img src="/img/workday.jpg" alt="Sample image" /></p>
<p>At, whipped extraction, wings, dark black, breve, single origin, est as irish, caffeine milk half and half, whipped, arabica filter dark a trifecta aftertaste. Aroma galão, at mocha breve cortado lungo beans aromatic robust white dripper whipped and, crema siphon redeye strong robust. Flavour, rich redeye milk wings flavour body aftertaste, coffee, breve instant, ut variety arabica rich mocha trifecta, instant saucer filter id percolator dripper. Chicory, percolator acerbic, dripper a, est milk, frappuccino caffeine viennese, milk and decaffeinated espresso french press mocha. Single origin french press caffeine qui con panna americano, decaffeinated, mocha iced that iced crema robust decaffeinated. Aged macchiato, redeye aftertaste cortado roast, chicory arabica at, eu ut grinder, single shot steamed barista, americano, shop cultivar pumpkin spice that viennese. Ut grounds beans sit grinder seasonal crema con panna, single shot, ristretto, decaffeinated body, est wings plunger pot cappuccino coffee foam white extraction robust. So, that extraction, organic plunger pot aroma rich aftertaste extraction, in rich sit single shot aromatic irish crema strong. Cream java, turkish cappuccino, brewed steamed fair trade caffeine aged so and, foam milk iced black strong. Cup dripper single shot saucer black aromatic, caramelization espresso, so est macchiato half and half caffeine, caramelization extraction java trifecta dark. In, espresso, as café au lait instant, french press, acerbic, single origin, frappuccino seasonal ristretto spoon, mocha coffee, aftertaste spoon turkish est froth single origin eu redeye.</p>
<p>Barista at, whipped, brewed americano ut, black americano spoon crema, black carajillo, con panna, qui galão crema aged arabica. Cup half and half white, sugar, viennese, mocha to go single shot americano crema single origin sweet strong, pumpkin spice, flavour, rich steamed shop grinder steamed latte extra to go brewed. Frappuccino, variety a flavour rich, bar caffeine carajillo, caffeine, half and half brewed half and half that con panna single origin redeye. Roast percolator, beans kopi-luwak aftertaste ut, cup java, sweet, single origin affogato, eu espresso barista cortado trifecta ristretto to go aged cortado caramelization sweet. So variety wings sit roast acerbic a saucer, cream galão foam seasonal, instant, cinnamon beans macchiato mug steamed caffeine cappuccino. To go, frappuccino, body dripper aftertaste brewed spoon ristretto redeye, black dark, bar crema whipped wings macchiato, flavour, ut rich mocha variety filter aromatic. Ut instant single shot shop turkish and, grounds, latte half and half aged breve mug percolator shop. Macchiato, at cup single origin crema affogato, mug cup, eu et ristretto espresso, viennese froth beans variety to go. Coffee caffeine spoon, macchiato strong dripper crema, macchiato espresso blue mountain, chicory con panna white bar caffeine skinny trifecta con panna. Robust, mazagran latte to go, carajillo cinnamon at and trifecta, cream body variety instant id cream so extra. Ut as iced wings saucer caramelization, affogato, coffee, froth so, brewed acerbic iced shop in sweet brewed.</p>
<p>Doppio, in, con panna, half and half, dark, viennese aftertaste caffeine aged cultivar mug shop flavour. Spoon to go, doppio caffeine, a latte carajillo whipped, viennese grinder carajillo whipped dark grinder espresso coffee, espresso, variety café au lait aged half and half grounds. Mazagran as, kopi-luwak viennese, dark, sit aged id at, milk, to go cup sweet, shop coffee, spoon mazagran filter, doppio at extra cup milk. Chicory id roast chicory aromatic strong, white sweet viennese, carajillo java strong a to go aftertaste, frappuccino at cinnamon dripper pumpkin spice arabica. Aged, brewed percolator, id, macchiato aroma, black bar aromatic ristretto lungo as mug grinder as mocha. Mug, medium et roast doppio, spoon so single origin french press skinny, caffeine blue mountain variety, mocha, percolator grinder café au lait kopi-luwak arabica. Caffeine, seasonal, french press steamed rich single origin cream galão brewed cinnamon, doppio java, chicory aftertaste ristretto, plunger pot aromatic, ut, plunger pot milk est whipped grinder coffee. Sweet macchiato cappuccino cup, decaffeinated macchiato cream, milk extra, ut, galão froth half and half sweet qui, siphon, et aged, skinny, siphon milk grounds strong to go. Chicory medium, ut viennese instant fair trade steamed medium café au lait, as fair trade, barista single origin, body acerbic decaffeinated lungo café au lait bar trifecta americano mazagran. Strong cortado caffeine wings cappuccino foam, saucer est cream white aftertaste body french press. Beans affogato, ristretto a plunger pot bar macchiato, froth filter seasonal doppio, siphon sit caffeine cortado redeye single shot.</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> theme for <a href="http://gohugo.io/">Hugo</a>. Made with <a href="https://vickylai.com"><i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i></a> by open source contributors.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,254 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Website Description">
<title>
Hipster Ipsum - Introduction
</title>
<meta property="og:title" content="Hipster Ipsum - Introduction" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Website Description"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/blog/hipster-ipsum/"/>
<meta property="og:site_name" content="Introduction"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Blog</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/">main</a>
<a class="navbar-item" href="/hugo-theme-introduction/#about">About</a>
<a class="navbar-item" href="/hugo-theme-introduction/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/#projects">Projects</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/blog/">
Back to Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/#contact">Contact</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<h2 class="title is-1 top-pad strong-post-title">
<a href="https://vickylai.com/hugo-theme-introduction/blog/hipster-ipsum/">Hipster Ipsum</a>
</h2>
<div class="post-data">
Nov 13, 2017 |
2 minutes read
</div>
<div class="blog-share">
Share this:
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Read%20Hipster%20Ipsum%20https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fblog%2fhipster-ipsum%2f" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fab fa-twitter"></i>
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fblog%2fhipster-ipsum%2f" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fab fa-facebook-f"></i>
<span class="hidden">Facebook</span>
</a>
<a class="icon-pinterest" href="http://pinterest.com/pin/create/button/?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fblog%2fhipster-ipsum%2f&amp;description=Hipster%20Ipsum" onclick="window.open(this.href, 'pinterest-share','width=580,height=296');return false;">
<i class="fab fa-pinterest-p"></i>
<span class="hidden">Pinterest</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fblog%2fhipster-ipsum%2f" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fab fa-google-plus-g"></i>
<span class="hidden">Google+</span>
</a>
</div>
<p>
Tags:
<a href="https://vickylai.com/tags/ipsum">ipsum</a>
, <a href="https://vickylai.com/tags/words">words</a>
</p>
</div>
<div class="container markdown top-pad">
<p>Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress. Street art umami tattooed, glossier selfies 90&rsquo;s kale chips cred cardigan taxidermy seitan distillery migas.</p>
<p>Chicharrones ethical activated charcoal cardigan vegan copper mug. Ennui messenger bag 90&rsquo;s street art art party etsy. Four loko freegan flannel flexitarian, slow-carb hot chicken vexillologist tote bag church-key tilde pinterest. Ethical hell of retro, mlkshk twee yr selfies asymmetrical venmo. Photo booth mixtape tattooed pop-up, synth flexitarian paleo. DIY cornhole sustainable, gochujang whatever slow-carb hexagon tilde. Bitters XOXO kombucha af.</p>
<p>Organic neutra brooklyn, literally helvetica air plant celiac chia sustainable sriracha. Jean shorts typewriter chambray 90&rsquo;s farm-to-table, man bun tofu VHS. Messenger bag paleo plaid meditation intelligentsia forage, lomo jianbing hell of. Waistcoat synth tacos direct trade truffaut kogi. Gentrify street art woke, everyday carry whatever gastropub PBR&amp;B fixie chambray kale chips af photo booth shoreditch. Thundercats hella cold-pressed, ethical vape irony pitchfork mixtape kombucha heirloom viral hell of deep v banh mi hoodie. Craft beer slow-carb raw denim, ugh asymmetrical artisan banh mi fingerstache trust fund poke bespoke green juice man bun mustache 3 wolf moon.</p>
<p>Seitan tumblr freegan, readymade health goth tofu letterpress mixtape. Viral microdosing roof party, narwhal paleo photo booth cronut fingerstache. Bitters ramps snackwave listicle, taxidermy skateboard williamsburg. Vexillologist irony ennui, vegan fap 8-bit street art hashtag bicycle rights thundercats woke fashion axe aesthetic. Before they sold out umami forage disrupt, fashion axe cardigan ugh kitsch small batch. Kitsch try-hard vexillologist, semiotics disrupt shabby chic schlitz. Cardigan deep v hammock yuccie craft beer wayfarers, bespoke shabby chic keytar vape venmo semiotics iPhone cray.</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> theme for <a href="http://gohugo.io/">Hugo</a>. Made with <a href="https://vickylai.com"><i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i></a> by open source contributors.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

221
docs/blog/index.html Normal file
View file

@ -0,0 +1,221 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Website Description">
<title>
Blog - Introduction
</title>
<link href="https://vickylai.com/hugo-theme-introduction/blog/index.xml" rel="alternate" type="application/rss+xml" title="Introduction" />
<meta property="og:title" content="Blog - Introduction" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Website Description"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/blog/"/>
<meta property="og:site_name" content="Introduction"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Blog</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/">main</a>
<a class="navbar-item" href="/hugo-theme-introduction/#about">About</a>
<a class="navbar-item" href="/hugo-theme-introduction/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/#projects">Projects</a>
<a class="navbar-item" href="/hugo-theme-introduction/#contact">Contact</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
<p>Here is some introduction text for my blog. You can set this text in the <code>/blog/_index.md</code> file. This page uses the <code>/layouts/blog/list.html</code> template.</p>
</div>
<div class="container">
<h2 class="title is-2 top-pad">Latest Post</h2>
<div class="summary">Nov 13, 2017
<h3 class="title is-3 strong-post-title">
<a href="https://vickylai.com/hugo-theme-introduction/blog/hipster-ipsum/">
Hipster Ipsum
</a>
</h3>
<div class="markdown">
Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress.
<a href="https://vickylai.com/hugo-theme-introduction/blog/hipster-ipsum/">Read more</a>
</div>
</div>
<h2 class="title is-2 top-pad">All Posts</h2>
<li class="post-item">
<span><a href="https://vickylai.com/hugo-theme-introduction/blog/hipster-ipsum/">Hipster Ipsum</a></span> - <span>Nov 13, 2017</span>
</li>
<li class="post-item">
<span><a href="https://vickylai.com/hugo-theme-introduction/blog/startup-ipsum/">Startup Ipsum</a></span> - <span>Nov 6, 2017</span>
</li>
<li class="post-item">
<span><a href="https://vickylai.com/hugo-theme-introduction/blog/coffee-ipsum/">Coffee Ipsum</a></span> - <span>Nov 1, 2017</span>
</li>
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> theme for <a href="http://gohugo.io/">Hugo</a>. Made with <a href="https://vickylai.com"><i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i></a> by open source contributors.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

42
docs/blog/index.xml Normal file
View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Blog on Introduction</title>
<link>https://vickylai.com/hugo-theme-introduction/blog/</link>
<description>Recent content in Blog on Introduction</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 13 Nov 2017 11:58:39 -0500</lastBuildDate>
<atom:link href="https://vickylai.com/hugo-theme-introduction/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hipster Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/blog/hipster-ipsum/</link>
<pubDate>Mon, 13 Nov 2017 11:58:39 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/blog/hipster-ipsum/</guid>
<description>Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress.</description>
</item>
<item>
<title>Startup Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/blog/startup-ipsum/</link>
<pubDate>Mon, 06 Nov 2017 12:04:06 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/blog/startup-ipsum/</guid>
<description>SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate.</description>
</item>
<item>
<title>Coffee Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/blog/coffee-ipsum/</link>
<pubDate>Wed, 01 Nov 2017 12:04:16 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/blog/coffee-ipsum/</guid>
<description>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic.</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,258 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Website Description">
<title>
Startup Ipsum - Introduction
</title>
<meta property="og:title" content="Startup Ipsum - Introduction" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Website Description"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/blog/startup-ipsum/"/>
<meta property="og:site_name" content="Introduction"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Blog</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/">main</a>
<a class="navbar-item" href="/hugo-theme-introduction/#about">About</a>
<a class="navbar-item" href="/hugo-theme-introduction/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/#projects">Projects</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/blog/">
Back to Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/#contact">Contact</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<h2 class="title is-1 top-pad strong-post-title">
<a href="https://vickylai.com/hugo-theme-introduction/blog/startup-ipsum/">Startup Ipsum</a>
</h2>
<div class="post-data">
Nov 6, 2017 |
1 minute read
</div>
<div class="blog-share">
Share this:
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Read%20Startup%20Ipsum%20https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fblog%2fstartup-ipsum%2f" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fab fa-twitter"></i>
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fblog%2fstartup-ipsum%2f" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fab fa-facebook-f"></i>
<span class="hidden">Facebook</span>
</a>
<a class="icon-pinterest" href="http://pinterest.com/pin/create/button/?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fblog%2fstartup-ipsum%2f&amp;description=Startup%20Ipsum" onclick="window.open(this.href, 'pinterest-share','width=580,height=296');return false;">
<i class="fab fa-pinterest-p"></i>
<span class="hidden">Pinterest</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fblog%2fstartup-ipsum%2f" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fab fa-google-plus-g"></i>
<span class="hidden">Google+</span>
</a>
</div>
<p>
Tags:
<a href="https://vickylai.com/tags/code">code</a>
, <a href="https://vickylai.com/tags/ipsum">ipsum</a>
, <a href="https://vickylai.com/tags/words">words</a>
</p>
</div>
<div class="container markdown top-pad">
<p>SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate.</p>
<pre><code class="language-sh">$ complicated techie code git bash ubuntu
&gt;&gt;&gt; return value init foo
</code></pre>
<p>Responsive innovate grok latte disrupt intuitive actionable insight SpaceTeam grok. Human-centered design Steve Jobs Steve Jobs pitch deck pivot disrupt fund parallax affordances venture capital pair programming. Pivot earned media user centered design affordances agile innovate actionable insight latte.</p>
<p>Waterfall is so 2000 and late personas pitch deck fund big data actionable insight unicorn driven grok. Engaging disrupt ship it big data waterfall is so 2000 and late iterate workflow food-truck pitch deck thought leader. Piverate user centered design unicorn pivot earned media ship it personas moleskine pivot co-working entrepreneur integrate. Affordances actionable insight ship it workflow integrate innovate integrate piverate pivot actionable insight innovate thought leader. Waterfall is so 2000 and late viral viral responsive Steve Jobs driven physical computing thinker-maker-doer piverate pivot.</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> theme for <a href="http://gohugo.io/">Hugo</a>. Made with <a href="https://vickylai.com"><i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i></a> by open source contributors.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

5
docs/css/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

179
docs/de/404.html Normal file
View file

@ -0,0 +1,179 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
404 Page not found - Vorstellung
</title>
<meta property="og:title" content="404 Page not found - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">404</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
Oop! Endweder hast du einen Fehler gefunden (<a href="mailto:youremail@email.com">dann kontaktiere mich bitte</a>) oder du versucht etwas zu finden, was es nicht gibt. Diese Seite exisiert nicht!
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,258 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Kaffee Ipsum - Vorstellung
</title>
<meta property="og:title" content="Kaffee Ipsum - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Blog</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Back to Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<h2 class="title is-1 top-pad strong-post-title">
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/">Kaffee Ipsum</a>
</h2>
<div class="post-data">
1. November 2017 |
5 Minuten zum Lesen
</div>
<div class="blog-share">
Teilen:
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Read%20Kaffee%20Ipsum%20https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fde%2fblog%2fcoffee-ipsum%2f" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fab fa-twitter"></i>
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fde%2fblog%2fcoffee-ipsum%2f" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fab fa-facebook-f"></i>
<span class="hidden">Facebook</span>
</a>
<a class="icon-pinterest" href="http://pinterest.com/pin/create/button/?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fde%2fblog%2fcoffee-ipsum%2f&amp;description=Kaffee%20Ipsum" onclick="window.open(this.href, 'pinterest-share','width=580,height=296');return false;">
<i class="fab fa-pinterest-p"></i>
<span class="hidden">Pinterest</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fde%2fblog%2fcoffee-ipsum%2f" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fab fa-google-plus-g"></i>
<span class="hidden">Google+</span>
</a>
</div>
<p>
Tags:
<a href="https://vickylai.com/de/tags/coffee">coffee</a>
, <a href="https://vickylai.com/de/tags/ipsum">ipsum</a>
, <a href="https://vickylai.com/de/tags/images">images</a>
</p>
</div>
<div class="container markdown top-pad">
<p>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic. Barista, beans extraction, barista mocha, roast steamed siphon cup sweet cortado, cinnamon froth milk ristretto cortado galão. Crema, milk extra brewed, lungo dripper, espresso flavour qui, variety, grinder caramelization sit, strong turkish espresso body, filter barista caramelization half and half strong. To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop. Latte instant black extra aroma, instant, extra robusta variety skinny shop aged cup ristretto foam cortado. Bar galão skinny saucer est affogato sugar caffeine chicory sugar coffee, seasonal barista french press acerbic in chicory robust.</p>
<p><img src="/img/workday.jpg" alt="Sample image" /></p>
<p>At, whipped extraction, wings, dark black, breve, single origin, est as irish, caffeine milk half and half, whipped, arabica filter dark a trifecta aftertaste. Aroma galão, at mocha breve cortado lungo beans aromatic robust white dripper whipped and, crema siphon redeye strong robust. Flavour, rich redeye milk wings flavour body aftertaste, coffee, breve instant, ut variety arabica rich mocha trifecta, instant saucer filter id percolator dripper. Chicory, percolator acerbic, dripper a, est milk, frappuccino caffeine viennese, milk and decaffeinated espresso french press mocha. Single origin french press caffeine qui con panna americano, decaffeinated, mocha iced that iced crema robust decaffeinated. Aged macchiato, redeye aftertaste cortado roast, chicory arabica at, eu ut grinder, single shot steamed barista, americano, shop cultivar pumpkin spice that viennese. Ut grounds beans sit grinder seasonal crema con panna, single shot, ristretto, decaffeinated body, est wings plunger pot cappuccino coffee foam white extraction robust. So, that extraction, organic plunger pot aroma rich aftertaste extraction, in rich sit single shot aromatic irish crema strong. Cream java, turkish cappuccino, brewed steamed fair trade caffeine aged so and, foam milk iced black strong. Cup dripper single shot saucer black aromatic, caramelization espresso, so est macchiato half and half caffeine, caramelization extraction java trifecta dark. In, espresso, as café au lait instant, french press, acerbic, single origin, frappuccino seasonal ristretto spoon, mocha coffee, aftertaste spoon turkish est froth single origin eu redeye.</p>
<p>Barista at, whipped, brewed americano ut, black americano spoon crema, black carajillo, con panna, qui galão crema aged arabica. Cup half and half white, sugar, viennese, mocha to go single shot americano crema single origin sweet strong, pumpkin spice, flavour, rich steamed shop grinder steamed latte extra to go brewed. Frappuccino, variety a flavour rich, bar caffeine carajillo, caffeine, half and half brewed half and half that con panna single origin redeye. Roast percolator, beans kopi-luwak aftertaste ut, cup java, sweet, single origin affogato, eu espresso barista cortado trifecta ristretto to go aged cortado caramelization sweet. So variety wings sit roast acerbic a saucer, cream galão foam seasonal, instant, cinnamon beans macchiato mug steamed caffeine cappuccino. To go, frappuccino, body dripper aftertaste brewed spoon ristretto redeye, black dark, bar crema whipped wings macchiato, flavour, ut rich mocha variety filter aromatic. Ut instant single shot shop turkish and, grounds, latte half and half aged breve mug percolator shop. Macchiato, at cup single origin crema affogato, mug cup, eu et ristretto espresso, viennese froth beans variety to go. Coffee caffeine spoon, macchiato strong dripper crema, macchiato espresso blue mountain, chicory con panna white bar caffeine skinny trifecta con panna. Robust, mazagran latte to go, carajillo cinnamon at and trifecta, cream body variety instant id cream so extra. Ut as iced wings saucer caramelization, affogato, coffee, froth so, brewed acerbic iced shop in sweet brewed.</p>
<p>Doppio, in, con panna, half and half, dark, viennese aftertaste caffeine aged cultivar mug shop flavour. Spoon to go, doppio caffeine, a latte carajillo whipped, viennese grinder carajillo whipped dark grinder espresso coffee, espresso, variety café au lait aged half and half grounds. Mazagran as, kopi-luwak viennese, dark, sit aged id at, milk, to go cup sweet, shop coffee, spoon mazagran filter, doppio at extra cup milk. Chicory id roast chicory aromatic strong, white sweet viennese, carajillo java strong a to go aftertaste, frappuccino at cinnamon dripper pumpkin spice arabica. Aged, brewed percolator, id, macchiato aroma, black bar aromatic ristretto lungo as mug grinder as mocha. Mug, medium et roast doppio, spoon so single origin french press skinny, caffeine blue mountain variety, mocha, percolator grinder café au lait kopi-luwak arabica. Caffeine, seasonal, french press steamed rich single origin cream galão brewed cinnamon, doppio java, chicory aftertaste ristretto, plunger pot aromatic, ut, plunger pot milk est whipped grinder coffee. Sweet macchiato cappuccino cup, decaffeinated macchiato cream, milk extra, ut, galão froth half and half sweet qui, siphon, et aged, skinny, siphon milk grounds strong to go. Chicory medium, ut viennese instant fair trade steamed medium café au lait, as fair trade, barista single origin, body acerbic decaffeinated lungo café au lait bar trifecta americano mazagran. Strong cortado caffeine wings cappuccino foam, saucer est cream white aftertaste body french press. Beans affogato, ristretto a plunger pot bar macchiato, froth filter seasonal doppio, siphon sit caffeine cortado redeye single shot.</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,254 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Hipster Ipsum - Vorstellung
</title>
<meta property="og:title" content="Hipster Ipsum - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Blog</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Back to Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<h2 class="title is-1 top-pad strong-post-title">
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/">Hipster Ipsum</a>
</h2>
<div class="post-data">
13. November 2017 |
2 Minuten zum Lesen
</div>
<div class="blog-share">
Teilen:
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Read%20Hipster%20Ipsum%20https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fde%2fblog%2fhipster-ipsum%2f" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fab fa-twitter"></i>
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fde%2fblog%2fhipster-ipsum%2f" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fab fa-facebook-f"></i>
<span class="hidden">Facebook</span>
</a>
<a class="icon-pinterest" href="http://pinterest.com/pin/create/button/?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fde%2fblog%2fhipster-ipsum%2f&amp;description=Hipster%20Ipsum" onclick="window.open(this.href, 'pinterest-share','width=580,height=296');return false;">
<i class="fab fa-pinterest-p"></i>
<span class="hidden">Pinterest</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fde%2fblog%2fhipster-ipsum%2f" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fab fa-google-plus-g"></i>
<span class="hidden">Google+</span>
</a>
</div>
<p>
Tags:
<a href="https://vickylai.com/de/tags/ipsum">ipsum</a>
, <a href="https://vickylai.com/de/tags/words">words</a>
</p>
</div>
<div class="container markdown top-pad">
<p>Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress. Street art umami tattooed, glossier selfies 90&rsquo;s kale chips cred cardigan taxidermy seitan distillery migas.</p>
<p>Chicharrones ethical activated charcoal cardigan vegan copper mug. Ennui messenger bag 90&rsquo;s street art art party etsy. Four loko freegan flannel flexitarian, slow-carb hot chicken vexillologist tote bag church-key tilde pinterest. Ethical hell of retro, mlkshk twee yr selfies asymmetrical venmo. Photo booth mixtape tattooed pop-up, synth flexitarian paleo. DIY cornhole sustainable, gochujang whatever slow-carb hexagon tilde. Bitters XOXO kombucha af.</p>
<p>Organic neutra brooklyn, literally helvetica air plant celiac chia sustainable sriracha. Jean shorts typewriter chambray 90&rsquo;s farm-to-table, man bun tofu VHS. Messenger bag paleo plaid meditation intelligentsia forage, lomo jianbing hell of. Waistcoat synth tacos direct trade truffaut kogi. Gentrify street art woke, everyday carry whatever gastropub PBR&amp;B fixie chambray kale chips af photo booth shoreditch. Thundercats hella cold-pressed, ethical vape irony pitchfork mixtape kombucha heirloom viral hell of deep v banh mi hoodie. Craft beer slow-carb raw denim, ugh asymmetrical artisan banh mi fingerstache trust fund poke bespoke green juice man bun mustache 3 wolf moon.</p>
<p>Seitan tumblr freegan, readymade health goth tofu letterpress mixtape. Viral microdosing roof party, narwhal paleo photo booth cronut fingerstache. Bitters ramps snackwave listicle, taxidermy skateboard williamsburg. Vexillologist irony ennui, vegan fap 8-bit street art hashtag bicycle rights thundercats woke fashion axe aesthetic. Before they sold out umami forage disrupt, fashion axe cardigan ugh kitsch small batch. Kitsch try-hard vexillologist, semiotics disrupt shabby chic schlitz. Cardigan deep v hammock yuccie craft beer wayfarers, bespoke shabby chic keytar vape venmo semiotics iPhone cray.</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

221
docs/de/blog/index.html Normal file
View file

@ -0,0 +1,221 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Blog - Vorstellung
</title>
<link href="https://vickylai.com/hugo-theme-introduction/de/blog/index.xml" rel="alternate" type="application/rss+xml" title="Vorstellung" />
<meta property="og:title" content="Blog - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/blog/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Blog</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
<p>Ein Einleitungstext für meinen Blog</p>
</div>
<div class="container">
<h2 class="title is-2 top-pad">Neuster Artikel</h2>
<div class="summary">13. November 2017
<h3 class="title is-3 strong-post-title">
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/">
Hipster Ipsum
</a>
</h3>
<div class="markdown">
Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress.
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/">Weiterlesen</a>
</div>
</div>
<h2 class="title is-2 top-pad">Alle Artikel</h2>
<li class="post-item">
<span><a href="https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/">Hipster Ipsum</a></span> - <span>13. November 2017</span>
</li>
<li class="post-item">
<span><a href="https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/">Startup Ipsum</a></span> - <span>6. November 2017</span>
</li>
<li class="post-item">
<span><a href="https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/">Kaffee Ipsum</a></span> - <span>1. November 2017</span>
</li>
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

42
docs/de/blog/index.xml Normal file
View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Blog on Vorstellung</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/</link>
<description>Recent content in Blog on Vorstellung</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Mon, 13 Nov 2017 11:58:39 -0500</lastBuildDate>
<atom:link href="https://vickylai.com/hugo-theme-introduction/de/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hipster Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/</link>
<pubDate>Mon, 13 Nov 2017 11:58:39 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/</guid>
<description>Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress.</description>
</item>
<item>
<title>Startup Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/</link>
<pubDate>Mon, 06 Nov 2017 12:04:06 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/</guid>
<description>SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate.</description>
</item>
<item>
<title>Kaffee Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/</link>
<pubDate>Wed, 01 Nov 2017 12:04:16 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/</guid>
<description>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic.</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,258 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Startup Ipsum - Vorstellung
</title>
<meta property="og:title" content="Startup Ipsum - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Blog</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Back to Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<h2 class="title is-1 top-pad strong-post-title">
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/">Startup Ipsum</a>
</h2>
<div class="post-data">
6. November 2017 |
1 Minute zum Lesen
</div>
<div class="blog-share">
Teilen:
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Read%20Startup%20Ipsum%20https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fde%2fblog%2fstartup-ipsum%2f" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fab fa-twitter"></i>
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fde%2fblog%2fstartup-ipsum%2f" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fab fa-facebook-f"></i>
<span class="hidden">Facebook</span>
</a>
<a class="icon-pinterest" href="http://pinterest.com/pin/create/button/?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fde%2fblog%2fstartup-ipsum%2f&amp;description=Startup%20Ipsum" onclick="window.open(this.href, 'pinterest-share','width=580,height=296');return false;">
<i class="fab fa-pinterest-p"></i>
<span class="hidden">Pinterest</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fde%2fblog%2fstartup-ipsum%2f" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fab fa-google-plus-g"></i>
<span class="hidden">Google+</span>
</a>
</div>
<p>
Tags:
<a href="https://vickylai.com/de/tags/code">code</a>
, <a href="https://vickylai.com/de/tags/ipsum">ipsum</a>
, <a href="https://vickylai.com/de/tags/words">words</a>
</p>
</div>
<div class="container markdown top-pad">
<p>SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate.</p>
<pre><code class="language-sh">$ complicated techie code git bash ubuntu
&gt;&gt;&gt; return value init foo
</code></pre>
<p>Responsive innovate grok latte disrupt intuitive actionable insight SpaceTeam grok. Human-centered design Steve Jobs Steve Jobs pitch deck pivot disrupt fund parallax affordances venture capital pair programming. Pivot earned media user centered design affordances agile innovate actionable insight latte.</p>
<p>Waterfall is so 2000 and late personas pitch deck fund big data actionable insight unicorn driven grok. Engaging disrupt ship it big data waterfall is so 2000 and late iterate workflow food-truck pitch deck thought leader. Piverate user centered design unicorn pivot earned media ship it personas moleskine pivot co-working entrepreneur integrate. Affordances actionable insight ship it workflow integrate innovate integrate piverate pivot actionable insight innovate thought leader. Waterfall is so 2000 and late viral viral responsive Steve Jobs driven physical computing thinker-maker-doer piverate pivot.</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

BIN
docs/de/home/profile.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

621
docs/de/index.html Normal file
View file

@ -0,0 +1,621 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta name="generator" content="Hugo 0.48" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Vorstellung
</title>
<link href="https://vickylai.com/hugo-theme-introduction/de/index.xml" rel="alternate" type="application/rss+xml" title="Vorstellung" />
<meta property="og:title" content="Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/styles/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css" integrity="sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="hero is-large">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="bold-title fade-in one">
Hallo, ich bin Vorstellung
</h1>
<div class="subtitle is-3 fade-in two">
<p>Ich bin ein Hugo Theme</p>
</div>
<div class=" fade-in three">
<div class="social-icons">
<a href="https://twitter.com/">
<i class="fab fa-twitter"></i>
</a>
<a href="https://facebook.com/">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://linkedin.com/">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="fade-in three">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="#about">Über mich</a>
<a class="navbar-item" href="#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="#projekte">Projekte</a>
<a class="navbar-item" href="#blog">Blog</a>
<a class="navbar-item" href="#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="section" id="about">
<div class="container">
<h2 class="title is-2 has-text-centered">Über mich</h2>
<div class="columns">
<div class="column is-one-third has-text-centered">
<img class="img-responsive avatar" src="https://vickylai.com/hugo-theme-introduction/de/home/profile_hu3d03a01dcc18bc5be0e67db3d8d209a6_16363_320x0_resize_q75_box.jpg" alt="profile.jpg">
</div>
<div class="markdown column">
<p>Dies ist <strong>Vorstellung</strong>, ein minimales Webseiten Theme für <a href="https://gohugo.io">Hugo</a></p>
<h3 id="funktionen">Funktionen</h3>
<ul>
<li>Angepasst für jede Display Größe</li>
<li>Sanfte fade-in Animation mit CSS3</li>
<li>Sanfter Bildlauf von der Navigation zu den Abschnitten</li>
<li>Helles und dunkles Motiv</li>
<li>Abschnitt <em>Projekte</em> mit einer unbegrenzten Anzahl an Projekten: Konfigurierbar als Fotogalerie oder mit Verweisen zu externen Seiten</li>
<li>Abschnitt <em>Blog</em> mit optionalen <em>Neuster Artikel</em> Bereich auf der Hauptseite oder als seperate Seite</li>
<li>Komplett basierend auf Markdown mit Unterstützung für HighlightJS</li>
</ul>
</div>
</div>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container"><hr></div>
<div class="section" id="lorem">
<div class="container">
<h2 class="title is-2 has-text-centered">Lorem Ipsum</h2>
<div class="markdown has-text-centered">
<p>Weitere Abschnitte für die Hauptseiten können hinzugefügt werden, indem Datein unter <code>content/home/</code> erstellt werden.</p>
</div>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container"><hr></div>
<div class="section" id="projekte">
<div class="container">
<h2 class="title is-2 has-text-centered">
Projekte
</h2>
<div class="section">
<div class="columns is-multiline">
<div class="column is-one-third">
<div class="card" data-target="#project-0">
<div class="card-image">
<figure class="image is-3by2">
<a >
<img src="https://vickylai.com/hugo-theme-introduction/de/projects/photography/camera_hu3d03a01dcc18bc5be0e67db3d8d209a6_30380_302x0_resize_q75_box.jpg" alt ="camera.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a >
Fotografie
</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card" data-target="#project-1">
<div class="card-image">
<figure class="image is-3by2">
<a >
<img src="https://vickylai.com/hugo-theme-introduction/de/projects/design/plant_hu3d03a01dcc18bc5be0e67db3d8d209a6_34602_302x0_resize_q75_box.jpg" alt ="plant.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a >
Design
</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card" data-target="#project-2">
<div class="card-image">
<figure class="image is-3by2">
<a >
<img src="https://vickylai.com/hugo-theme-introduction/de/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_302x0_resize_q75_box.jpg" alt ="workday.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a >
Schreiben
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal" id="project-0">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-header bottom-pad">
<p class="modal-card-title has-text-centered">Fotografie</p>
</header>
<div class="owl-carousel owl-theme">
<div class="item owl-height">
<img src="https://vickylai.com/hugo-theme-introduction/de/projects/photography/camera_hu3d03a01dcc18bc5be0e67db3d8d209a6_30380_640x0_resize_q75_box.jpg" class="img-responsive" alt="camera.jpg">
</div>
<div class="item owl-height">
<img src="https://vickylai.com/hugo-theme-introduction/de/projects/photography/erik-jan-leusink-180382-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_82088_640x0_resize_q75_box.jpg" class="img-responsive" alt="erik-jan-leusink-180382-unsplash.jpg">
</div>
<div class="item owl-height">
<img src="https://vickylai.com/hugo-theme-introduction/de/projects/photography/mario-ho-277298-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_19450_640x0_resize_q75_box.jpg" class="img-responsive" alt="mario-ho-277298-unsplash.jpg">
</div>
<div class="item owl-height">
<img src="https://vickylai.com/hugo-theme-introduction/de/projects/photography/tyler-lastovich-285380-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_20716_640x0_resize_q75_box.jpg" class="img-responsive" alt="tyler-lastovich-285380-unsplash.jpg">
</div>
</div>
<section class="modal-card-body markdown">
<h2 id="machmal-nehme-ich-bilder-auf">Machmal nehme ich Bilder auf</h2>
<p>Dieses Projekt ist über die Bilder, die ich aufnehme. Machmal sind das Bilder von Katzen.</p>
</section>
</div>
<button class="modal-close is-large" aria-label="close" data-target="#project-0"></button>
</div>
<div class="modal" id="project-1">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-header bottom-pad">
<p class="modal-card-title has-text-centered">Design</p>
</header>
<img src="https://vickylai.com/hugo-theme-introduction/de/projects/design/plant_hu3d03a01dcc18bc5be0e67db3d8d209a6_34602_640x0_resize_q75_box.jpg" class="img-responsive" alt="plant.jpg">
<section class="modal-card-body markdown">
<p>Dieses Theme wurde von <a href="https://vickylai.com">Vicky Lai</a> entwickelt. Guck es dir an! 💪</p>
<p>Wenn du es für deine Webseite verwenden willst, guck dir den Abschnitt unten auf der Hauptseite an. 👍</p>
</section>
</div>
<button class="modal-close is-large" aria-label="close" data-target="#project-1"></button>
</div>
<div class="modal" id="project-2">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-header bottom-pad">
<p class="modal-card-title has-text-centered">Schreiben</p>
</header>
<img src="https://vickylai.com/hugo-theme-introduction/de/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_640x0_resize_q75_box.jpg" class="img-responsive" alt="workday.jpg">
<section class="modal-card-body markdown">
<p>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong.</p>
<p>To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop. Latte instant black extra aroma, instant, extra robusta variety skinny shop aged cup ristretto foam cortado. Bar galão skinny saucer est affogato sugar caffeine chicory sugar coffee, seasonal barista french press acerbic in chicory robust.</p>
</section>
</div>
<button class="modal-close is-large" aria-label="close" data-target="#project-2"></button>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container"><hr></div>
<div class="section" id="blog">
<div class="container">
<h2 class="title is-2 has-text-centered">Neuster Artikel</h2>
<div class="summary">13. November 2017
<h3 class="title is-3 latest-post-title"><a href="https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/">Hipster Ipsum</a></h3>
<div class="markdown">
Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress.
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/">Weiterlesen</a>
</div>
</div>
<div class="container has-text-centered top-pad">
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/">Alle Artikel</a>
</div>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container"><hr></div>
<div class="section" id="contact">
<div class="container has-text-centered">
<h2 class="title is-2">Kontakt</h2>
<div class="markdown">
<p>In dem Kontakt Abschnitt von <strong>Vorstellung</strong> kannst die aktuelle Zeit in einer belibigen Zeitzone angezeigt werden.</p>
<p>Somit können Besucher darauf hingewiesen werden, wann sie mit einer Antwort rechnen können. Die Zeitzone wird einfach über die Konfiguarationdatei gewählt.</p>
</div>
<p>Meine lokale Zeit ist <span id="time"></span>.</p>
<h3 class="subtitle is-3 has-text-centered top-pad">
<a href="mailto:youremail@email.com">youremail@email.com</a>
</h3>
<div class="social-icons">
<a href="https://twitter.com/">
<i class="fab fa-twitter"></i>
</a>
<a href="https://facebook.com/">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://linkedin.com/">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container"><hr></div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundleOwlCarousel.cba358484a4a50bbc9c265ab71727cbcd15381bbb8cecdbcba357cb629f4e9c4.js" integrity="sha256-y6NYSEpKULvJwmWrcXJ8vNFTgbu4zs28ujV8tin06cQ="></script>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundleMoment.606f2d05cb65dec9d441d20611c4bf1f304ea60a66868809816e28783149ac58.js" integrity="sha256-YG8tBctl3snUQdIGEcS/HzBOpgpmhogJgW4oeDFJrFg="></script>
</body>
</html>

71
docs/de/index.xml Normal file
View file

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Vorstellung</title>
<link>https://vickylai.com/hugo-theme-introduction/de/</link>
<description>Recent content on Vorstellung</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Mon, 13 Nov 2017 11:58:39 -0500</lastBuildDate>
<atom:link href="https://vickylai.com/hugo-theme-introduction/de/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Fotografie</title>
<link>https://vickylai.com/hugo-theme-introduction/de/projects/photography/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/projects/photography/</guid>
<description>Machmal nehme ich Bilder auf Dieses Projekt ist über die Bilder, die ich aufnehme. Machmal sind das Bilder von Katzen.</description>
</item>
<item>
<title>Design</title>
<link>https://vickylai.com/hugo-theme-introduction/de/projects/design/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/projects/design/</guid>
<description>Dieses Theme wurde von Vicky Lai entwickelt. Guck es dir an! 💪
Wenn du es für deine Webseite verwenden willst, guck dir den Abschnitt unten auf der Hauptseite an. 👍</description>
</item>
<item>
<title>Schreiben</title>
<link>https://vickylai.com/hugo-theme-introduction/de/projects/writing/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/projects/writing/</guid>
<description>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong.
To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop.</description>
</item>
<item>
<title>Hipster Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/</link>
<pubDate>Mon, 13 Nov 2017 11:58:39 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/</guid>
<description>Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress.</description>
</item>
<item>
<title>Startup Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/</link>
<pubDate>Mon, 06 Nov 2017 12:04:06 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/</guid>
<description>SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate.</description>
</item>
<item>
<title>Kaffee Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/</link>
<pubDate>Wed, 01 Nov 2017 12:04:16 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/</guid>
<description>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic.</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,220 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Design - Vorstellung
</title>
<meta property="og:title" content="Design - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/projects/design/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/projects/design/plant.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/styles/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css" integrity="sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Design</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
<div class="has-text-centered">
<img src="/hugo-theme-introduction/de/projects/design/plant_hu3d03a01dcc18bc5be0e67db3d8d209a6_34602_1000x0_resize_q75_box.jpg" class="img-responsive" alt="plant.jpg">
</div>
<p>Dieses Theme wurde von <a href="https://vickylai.com">Vicky Lai</a> entwickelt. Guck es dir an! 💪</p>
<p>Wenn du es für deine Webseite verwenden willst, guck dir den Abschnitt unten auf der Hauptseite an. 👍</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundleOwlCarousel.cba358484a4a50bbc9c265ab71727cbcd15381bbb8cecdbcba357cb629f4e9c4.js" integrity="sha256-y6NYSEpKULvJwmWrcXJ8vNFTgbu4zs28ujV8tin06cQ="></script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

270
docs/de/projects/index.html Normal file
View file

@ -0,0 +1,270 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Projekte - Vorstellung
</title>
<link href="https://vickylai.com/hugo-theme-introduction/de/projects/index.xml" rel="alternate" type="application/rss+xml" title="Vorstellung" />
<meta property="og:title" content="Projekte - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/projects/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Projekte</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
<p>Ein Einleitungstext für meinen Projekte</p>
</div>
<div class="container">
<div class="section">
<div class="columns is-multiline">
<div class="column is-one-third">
<div class="card">
<div class="card-image">
<figure class="image is-3by2">
<a href="https://vickylai.com/hugo-theme-introduction/de/projects/photography/">
<img src="https://vickylai.com/hugo-theme-introduction/de/projects/photography/camera_hu3d03a01dcc18bc5be0e67db3d8d209a6_30380_302x0_resize_q75_box.jpg" alt ="camera.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a href="https://vickylai.com/hugo-theme-introduction/de/projects/photography/">
Fotografie
</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card">
<div class="card-image">
<figure class="image is-3by2">
<a href="https://vickylai.com/hugo-theme-introduction/de/projects/design/">
<img src="https://vickylai.com/hugo-theme-introduction/de/projects/design/plant_hu3d03a01dcc18bc5be0e67db3d8d209a6_34602_302x0_resize_q75_box.jpg" alt ="plant.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a href="https://vickylai.com/hugo-theme-introduction/de/projects/design/">
Design
</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card">
<div class="card-image">
<figure class="image is-3by2">
<a href="https://vickylai.com/hugo-theme-introduction/de/projects/writing/">
<img src="https://vickylai.com/hugo-theme-introduction/de/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_302x0_resize_q75_box.jpg" alt ="workday.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a href="https://vickylai.com/hugo-theme-introduction/de/projects/writing/">
Schreiben
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Projekte on Vorstellung</title>
<link>https://vickylai.com/hugo-theme-introduction/de/projects/</link>
<description>Recent content in Projekte on Vorstellung</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<atom:link href="https://vickylai.com/hugo-theme-introduction/de/projects/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Fotografie</title>
<link>https://vickylai.com/hugo-theme-introduction/de/projects/photography/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/projects/photography/</guid>
<description>Machmal nehme ich Bilder auf Dieses Projekt ist über die Bilder, die ich aufnehme. Machmal sind das Bilder von Katzen.</description>
</item>
<item>
<title>Design</title>
<link>https://vickylai.com/hugo-theme-introduction/de/projects/design/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/projects/design/</guid>
<description>Dieses Theme wurde von Vicky Lai entwickelt. Guck es dir an! 💪
Wenn du es für deine Webseite verwenden willst, guck dir den Abschnitt unten auf der Hauptseite an. 👍</description>
</item>
<item>
<title>Schreiben</title>
<link>https://vickylai.com/hugo-theme-introduction/de/projects/writing/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/projects/writing/</guid>
<description>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong.
To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop.</description>
</item>
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View file

@ -0,0 +1,263 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Fotografie - Vorstellung
</title>
<meta property="og:title" content="Fotografie - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/projects/photography/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/projects/photography/camera.jpg"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/projects/photography/erik-jan-leusink-180382-unsplash.jpg"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/projects/photography/mario-ho-277298-unsplash.jpg"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/projects/photography/tyler-lastovich-285380-unsplash.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/styles/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css" integrity="sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Fotografie</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
<div class="has-text-centered">
<div class="owl-carousel owl-theme">
<div class="item owl-height">
<img src="/hugo-theme-introduction/de/projects/photography/camera_hu3d03a01dcc18bc5be0e67db3d8d209a6_30380_1000x0_resize_q75_box.jpg" class="img-responsive" alt="camera.jpg">
</div>
<div class="item owl-height">
<img src="/hugo-theme-introduction/de/projects/photography/erik-jan-leusink-180382-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_82088_1000x0_resize_q75_box.jpg" class="img-responsive" alt="erik-jan-leusink-180382-unsplash.jpg">
</div>
<div class="item owl-height">
<img src="/hugo-theme-introduction/de/projects/photography/mario-ho-277298-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_19450_1000x0_resize_q75_box.jpg" class="img-responsive" alt="mario-ho-277298-unsplash.jpg">
</div>
<div class="item owl-height">
<img src="/hugo-theme-introduction/de/projects/photography/tyler-lastovich-285380-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_20716_1000x0_resize_q75_box.jpg" class="img-responsive" alt="tyler-lastovich-285380-unsplash.jpg">
</div>
</div>
</div>
<h2 id="machmal-nehme-ich-bilder-auf">Machmal nehme ich Bilder auf</h2>
<p>Dieses Projekt ist über die Bilder, die ich aufnehme. Machmal sind das Bilder von Katzen.</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundleOwlCarousel.cba358484a4a50bbc9c265ab71727cbcd15381bbb8cecdbcba357cb629f4e9c4.js" integrity="sha256-y6NYSEpKULvJwmWrcXJ8vNFTgbu4zs28ujV8tin06cQ="></script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -0,0 +1,220 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Schreiben - Vorstellung
</title>
<meta property="og:title" content="Schreiben - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/projects/writing/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/projects/writing/workday.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/styles/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css" integrity="sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Schreiben</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
<div class="has-text-centered">
<img src="/hugo-theme-introduction/de/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_1000x0_resize_q75_box.jpg" class="img-responsive" alt="workday.jpg">
</div>
<p>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong.</p>
<p>To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop. Latte instant black extra aroma, instant, extra robusta variety skinny shop aged cup ristretto foam cortado. Bar galão skinny saucer est affogato sugar caffeine chicory sugar coffee, seasonal barista french press acerbic in chicory robust.</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundleOwlCarousel.cba358484a4a50bbc9c265ab71727cbcd15381bbb8cecdbcba357cb629f4e9c4.js" integrity="sha256-y6NYSEpKULvJwmWrcXJ8vNFTgbu4zs28ujV8tin06cQ="></script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

303
docs/de/sitemap.xml Normal file
View file

@ -0,0 +1,303 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/projects/photography/</loc>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/projects/photography/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/projects/photography/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/projects/photography/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/projects/design/</loc>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/projects/design/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/projects/design/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/projects/design/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/projects/writing/</loc>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/projects/writing/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/projects/writing/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/projects/writing/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/blog/hipster-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/</loc>
<lastmod>2017-11-06T12:04:06-05:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/blog/startup-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/</loc>
<lastmod>2017-11-01T12:04:16-05:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/blog/coffee-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/blog/coffee-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/blog/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/blog/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/blog/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/blog/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/tags/code/</loc>
<lastmod>2017-11-06T12:04:06-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/code/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/code/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/code/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/tags/coffee/</loc>
<lastmod>2017-11-01T12:04:16-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/coffee/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/coffee/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/coffee/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/tags/images/</loc>
<lastmod>2017-11-01T12:04:16-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/images/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/images/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/images/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/tags/ipsum/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/ipsum/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/projects/</loc>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/projects/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/projects/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/projects/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/tags/</loc>
<lastmod>2017-11-06T12:04:06-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/de/tags/words/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/words/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/words/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/words/"
/>
</url>
</urlset>

View file

@ -0,0 +1,200 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Code - Vorstellung
</title>
<link href="https://vickylai.com/hugo-theme-introduction/de/tags/code/index.xml" rel="alternate" type="application/rss+xml" title="Vorstellung" />
<meta property="og:title" content="Code - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/tags/code/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Tag: code</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<ul>
<li>
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/">6. November 2017 | Startup Ipsum</a>
</li>
</ul>
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Code on Vorstellung</title>
<link>https://vickylai.com/hugo-theme-introduction/de/tags/code/</link>
<description>Recent content in Code on Vorstellung</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Mon, 06 Nov 2017 12:04:06 -0500</lastBuildDate>
<atom:link href="https://vickylai.com/hugo-theme-introduction/de/tags/code/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Startup Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/</link>
<pubDate>Mon, 06 Nov 2017 12:04:06 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/</guid>
<description>SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate.</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,200 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Coffee - Vorstellung
</title>
<link href="https://vickylai.com/hugo-theme-introduction/de/tags/coffee/index.xml" rel="alternate" type="application/rss+xml" title="Vorstellung" />
<meta property="og:title" content="Coffee - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/tags/coffee/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Tag: coffee</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<ul>
<li>
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/">1. November 2017 | Kaffee Ipsum</a>
</li>
</ul>
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Coffee on Vorstellung</title>
<link>https://vickylai.com/hugo-theme-introduction/de/tags/coffee/</link>
<description>Recent content in Coffee on Vorstellung</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Wed, 01 Nov 2017 12:04:16 -0500</lastBuildDate>
<atom:link href="https://vickylai.com/hugo-theme-introduction/de/tags/coffee/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Kaffee Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/</link>
<pubDate>Wed, 01 Nov 2017 12:04:16 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/</guid>
<description>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic.</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,200 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Images - Vorstellung
</title>
<link href="https://vickylai.com/hugo-theme-introduction/de/tags/images/index.xml" rel="alternate" type="application/rss+xml" title="Vorstellung" />
<meta property="og:title" content="Images - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/tags/images/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Tag: images</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<ul>
<li>
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/">1. November 2017 | Kaffee Ipsum</a>
</li>
</ul>
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Images on Vorstellung</title>
<link>https://vickylai.com/hugo-theme-introduction/de/tags/images/</link>
<description>Recent content in Images on Vorstellung</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Wed, 01 Nov 2017 12:04:16 -0500</lastBuildDate>
<atom:link href="https://vickylai.com/hugo-theme-introduction/de/tags/images/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Kaffee Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/</link>
<pubDate>Wed, 01 Nov 2017 12:04:16 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/</guid>
<description>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic.</description>
</item>
</channel>
</rss>

194
docs/de/tags/index.html Normal file
View file

@ -0,0 +1,194 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Tags - Vorstellung
</title>
<link href="https://vickylai.com/hugo-theme-introduction/de/tags/index.xml" rel="alternate" type="application/rss+xml" title="Vorstellung" />
<meta property="og:title" content="Tags - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/tags/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Tags</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<div class="section tags-list"><a class="tag-cloud" href="https://vickylai.com/de/tags/code">code&nbsp;(1)</a><a class="tag-cloud" href="https://vickylai.com/de/tags/coffee">coffee&nbsp;(1)</a><a class="tag-cloud" href="https://vickylai.com/de/tags/images">images&nbsp;(1)</a><a class="tag-cloud" href="https://vickylai.com/de/tags/ipsum">ipsum&nbsp;(3)</a><a class="tag-cloud" href="https://vickylai.com/de/tags/words">words&nbsp;(2)</a></div>
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

60
docs/de/tags/index.xml Normal file
View file

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Vorstellung</title>
<link>https://vickylai.com/hugo-theme-introduction/de/tags/</link>
<description>Recent content in Tags on Vorstellung</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Mon, 06 Nov 2017 12:04:06 -0500</lastBuildDate>
<atom:link href="https://vickylai.com/hugo-theme-introduction/de/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Code</title>
<link>https://vickylai.com/hugo-theme-introduction/de/tags/code/</link>
<pubDate>Mon, 06 Nov 2017 12:04:06 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/tags/code/</guid>
<description></description>
</item>
<item>
<title>Coffee</title>
<link>https://vickylai.com/hugo-theme-introduction/de/tags/coffee/</link>
<pubDate>Wed, 01 Nov 2017 12:04:16 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/tags/coffee/</guid>
<description></description>
</item>
<item>
<title>Images</title>
<link>https://vickylai.com/hugo-theme-introduction/de/tags/images/</link>
<pubDate>Wed, 01 Nov 2017 12:04:16 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/tags/images/</guid>
<description></description>
</item>
<item>
<title>Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/tags/ipsum/</link>
<pubDate>Mon, 13 Nov 2017 11:58:39 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/tags/ipsum/</guid>
<description></description>
</item>
<item>
<title>Words</title>
<link>https://vickylai.com/hugo-theme-introduction/de/tags/words/</link>
<pubDate>Mon, 13 Nov 2017 11:58:39 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/tags/words/</guid>
<description></description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,208 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Ipsum - Vorstellung
</title>
<link href="https://vickylai.com/hugo-theme-introduction/de/tags/ipsum/index.xml" rel="alternate" type="application/rss+xml" title="Vorstellung" />
<meta property="og:title" content="Ipsum - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/tags/ipsum/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Tag: ipsum</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<ul>
<li>
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/">13. November 2017 | Hipster Ipsum</a>
</li>
<li>
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/">6. November 2017 | Startup Ipsum</a>
</li>
<li>
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/">1. November 2017 | Kaffee Ipsum</a>
</li>
</ul>
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Ipsum on Vorstellung</title>
<link>https://vickylai.com/hugo-theme-introduction/de/tags/ipsum/</link>
<description>Recent content in Ipsum on Vorstellung</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Mon, 13 Nov 2017 11:58:39 -0500</lastBuildDate>
<atom:link href="https://vickylai.com/hugo-theme-introduction/de/tags/ipsum/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hipster Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/</link>
<pubDate>Mon, 13 Nov 2017 11:58:39 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/</guid>
<description>Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress.</description>
</item>
<item>
<title>Startup Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/</link>
<pubDate>Mon, 06 Nov 2017 12:04:06 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/</guid>
<description>SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate.</description>
</item>
<item>
<title>Kaffee Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/</link>
<pubDate>Wed, 01 Nov 2017 12:04:16 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/</guid>
<description>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic.</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,204 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Beschreibung der Webseite">
<title>
Words - Vorstellung
</title>
<link href="https://vickylai.com/hugo-theme-introduction/de/tags/words/index.xml" rel="alternate" type="application/rss+xml" title="Vorstellung" />
<meta property="og:title" content="Words - Vorstellung" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Beschreibung der Webseite"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/de/tags/words/"/>
<meta property="og:site_name" content="Vorstellung"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/de/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Tag: words</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/de/">Start</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#about">Über mich</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#projekte">Projekte</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/de/#contact">Kontakt</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/">Español</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<ul>
<li>
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/">13. November 2017 | Hipster Ipsum</a>
</li>
<li>
<a href="https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/">6. November 2017 | Startup Ipsum</a>
</li>
</ul>
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
<a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Vorstellung</strong></a>, ein Theme für <a href="http://gohugo.io/">Hugo</a>. Entwickelt mit <a href="https://vickylai.com"><i class="fa fa-heart"></i> und <i class="fa fa-coffee"></i></a> von Open Source Mitwirkenden
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Words on Vorstellung</title>
<link>https://vickylai.com/hugo-theme-introduction/de/tags/words/</link>
<description>Recent content in Words on Vorstellung</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Mon, 13 Nov 2017 11:58:39 -0500</lastBuildDate>
<atom:link href="https://vickylai.com/hugo-theme-introduction/de/tags/words/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hipster Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/</link>
<pubDate>Mon, 13 Nov 2017 11:58:39 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/</guid>
<description>Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress.</description>
</item>
<item>
<title>Startup Ipsum</title>
<link>https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/</link>
<pubDate>Mon, 06 Nov 2017 12:04:06 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/</guid>
<description>SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate.</description>
</item>
</channel>
</rss>

1
docs/en/index.html Normal file
View file

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://vickylai.com/hugo-theme-introduction/</title><link rel="canonical" href="https://vickylai.com/hugo-theme-introduction/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://vickylai.com/hugo-theme-introduction/" /></head></html>

303
docs/en/sitemap.xml Normal file
View file

@ -0,0 +1,303 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://vickylai.com/hugo-theme-introduction/projects/photography/</loc>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/projects/photography/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/projects/photography/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/projects/photography/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/projects/design/</loc>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/projects/design/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/projects/design/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/projects/design/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/projects/writing/</loc>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/projects/writing/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/projects/writing/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/projects/writing/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/blog/hipster-ipsum/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/blog/hipster-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/blog/hipster-ipsum/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/blog/startup-ipsum/</loc>
<lastmod>2017-11-06T12:04:06-05:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/blog/startup-ipsum/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/blog/coffee-ipsum/</loc>
<lastmod>2017-11-01T12:04:16-05:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/blog/coffee-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/blog/coffee-ipsum/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/blog/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/blog/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/blog/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/blog/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/tags/code/</loc>
<lastmod>2017-11-06T12:04:06-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/code/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/code/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/code/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/tags/coffee/</loc>
<lastmod>2017-11-01T12:04:16-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/coffee/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/coffee/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/coffee/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/tags/images/</loc>
<lastmod>2017-11-01T12:04:16-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/images/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/images/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/images/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/tags/ipsum/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/ipsum/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/projects/</loc>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/projects/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/projects/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/projects/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/tags/</loc>
<lastmod>2017-11-06T12:04:06-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/tags/words/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/words/"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/words/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/words/"
/>
</url>
</urlset>

179
docs/es/404.html Normal file
View file

@ -0,0 +1,179 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Descripcion del sitio web">
<title>
404 Page not found - Introducción
</title>
<meta property="og:title" content="404 Page not found - Introducción" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descripcion del sitio web"/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content="Introducción"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">404</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/es/">Principal</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#about">Sobre</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#proyectos">Proyectos</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#contact">Contacto</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
Oops! O bien encontraste un bug (en cuyo caso, <a href="mailto:youremail@email.com">por favor avisame</a>) o simplemente estas inventando cosas. Esta página no existe!
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Tema <a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> para <a href="http://gohugo.io/">Hugo</a>. Hecho con <a href="https://vickylai.com"><i class="fa fa-heart"></i> y <i class="fa fa-coffee"></i></a> por colaboradores de código abierto.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,258 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Descripcion del sitio web">
<title>
Coffee Ipsum - Español - Introducción
</title>
<meta property="og:title" content="Coffee Ipsum - Español - Introducción" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descripcion del sitio web"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/es/blog/coffee-ipsum/"/>
<meta property="og:site_name" content="Introducción"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Blog</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/es/">Principal</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#about">Sobre</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#proyectos">Proyectos</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/blog/">
Back to Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#contact">Contacto</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<h2 class="title is-1 top-pad strong-post-title">
<a href="https://vickylai.com/hugo-theme-introduction/es/blog/coffee-ipsum/">Coffee Ipsum - Español</a>
</h2>
<div class="post-data">
Nov 1, 2017 |
5 minutos de lectura
</div>
<div class="blog-share">
Comparte esto:
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Read%20Coffee%20Ipsum%20-%20Espa%c3%b1ol%20https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fes%2fblog%2fcoffee-ipsum%2f" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fab fa-twitter"></i>
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fes%2fblog%2fcoffee-ipsum%2f" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fab fa-facebook-f"></i>
<span class="hidden">Facebook</span>
</a>
<a class="icon-pinterest" href="http://pinterest.com/pin/create/button/?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fes%2fblog%2fcoffee-ipsum%2f&amp;description=Coffee%20Ipsum%20-%20Espa%c3%b1ol" onclick="window.open(this.href, 'pinterest-share','width=580,height=296');return false;">
<i class="fab fa-pinterest-p"></i>
<span class="hidden">Pinterest</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fes%2fblog%2fcoffee-ipsum%2f" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fab fa-google-plus-g"></i>
<span class="hidden">Google+</span>
</a>
</div>
<p>
Tags:
<a href="https://vickylai.com/es/tags/coffee">coffee</a>
, <a href="https://vickylai.com/es/tags/ipsum">ipsum</a>
, <a href="https://vickylai.com/es/tags/images">images</a>
</p>
</div>
<div class="container markdown top-pad">
<p>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic. Barista, beans extraction, barista mocha, roast steamed siphon cup sweet cortado, cinnamon froth milk ristretto cortado galão. Crema, milk extra brewed, lungo dripper, espresso flavour qui, variety, grinder caramelization sit, strong turkish espresso body, filter barista caramelization half and half strong. To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop. Latte instant black extra aroma, instant, extra robusta variety skinny shop aged cup ristretto foam cortado. Bar galão skinny saucer est affogato sugar caffeine chicory sugar coffee, seasonal barista french press acerbic in chicory robust.</p>
<p><img src="/img/workday.jpg" alt="Sample image" /></p>
<p>At, whipped extraction, wings, dark black, breve, single origin, est as irish, caffeine milk half and half, whipped, arabica filter dark a trifecta aftertaste. Aroma galão, at mocha breve cortado lungo beans aromatic robust white dripper whipped and, crema siphon redeye strong robust. Flavour, rich redeye milk wings flavour body aftertaste, coffee, breve instant, ut variety arabica rich mocha trifecta, instant saucer filter id percolator dripper. Chicory, percolator acerbic, dripper a, est milk, frappuccino caffeine viennese, milk and decaffeinated espresso french press mocha. Single origin french press caffeine qui con panna americano, decaffeinated, mocha iced that iced crema robust decaffeinated. Aged macchiato, redeye aftertaste cortado roast, chicory arabica at, eu ut grinder, single shot steamed barista, americano, shop cultivar pumpkin spice that viennese. Ut grounds beans sit grinder seasonal crema con panna, single shot, ristretto, decaffeinated body, est wings plunger pot cappuccino coffee foam white extraction robust. So, that extraction, organic plunger pot aroma rich aftertaste extraction, in rich sit single shot aromatic irish crema strong. Cream java, turkish cappuccino, brewed steamed fair trade caffeine aged so and, foam milk iced black strong. Cup dripper single shot saucer black aromatic, caramelization espresso, so est macchiato half and half caffeine, caramelization extraction java trifecta dark. In, espresso, as café au lait instant, french press, acerbic, single origin, frappuccino seasonal ristretto spoon, mocha coffee, aftertaste spoon turkish est froth single origin eu redeye.</p>
<p>Barista at, whipped, brewed americano ut, black americano spoon crema, black carajillo, con panna, qui galão crema aged arabica. Cup half and half white, sugar, viennese, mocha to go single shot americano crema single origin sweet strong, pumpkin spice, flavour, rich steamed shop grinder steamed latte extra to go brewed. Frappuccino, variety a flavour rich, bar caffeine carajillo, caffeine, half and half brewed half and half that con panna single origin redeye. Roast percolator, beans kopi-luwak aftertaste ut, cup java, sweet, single origin affogato, eu espresso barista cortado trifecta ristretto to go aged cortado caramelization sweet. So variety wings sit roast acerbic a saucer, cream galão foam seasonal, instant, cinnamon beans macchiato mug steamed caffeine cappuccino. To go, frappuccino, body dripper aftertaste brewed spoon ristretto redeye, black dark, bar crema whipped wings macchiato, flavour, ut rich mocha variety filter aromatic. Ut instant single shot shop turkish and, grounds, latte half and half aged breve mug percolator shop. Macchiato, at cup single origin crema affogato, mug cup, eu et ristretto espresso, viennese froth beans variety to go. Coffee caffeine spoon, macchiato strong dripper crema, macchiato espresso blue mountain, chicory con panna white bar caffeine skinny trifecta con panna. Robust, mazagran latte to go, carajillo cinnamon at and trifecta, cream body variety instant id cream so extra. Ut as iced wings saucer caramelization, affogato, coffee, froth so, brewed acerbic iced shop in sweet brewed.</p>
<p>Doppio, in, con panna, half and half, dark, viennese aftertaste caffeine aged cultivar mug shop flavour. Spoon to go, doppio caffeine, a latte carajillo whipped, viennese grinder carajillo whipped dark grinder espresso coffee, espresso, variety café au lait aged half and half grounds. Mazagran as, kopi-luwak viennese, dark, sit aged id at, milk, to go cup sweet, shop coffee, spoon mazagran filter, doppio at extra cup milk. Chicory id roast chicory aromatic strong, white sweet viennese, carajillo java strong a to go aftertaste, frappuccino at cinnamon dripper pumpkin spice arabica. Aged, brewed percolator, id, macchiato aroma, black bar aromatic ristretto lungo as mug grinder as mocha. Mug, medium et roast doppio, spoon so single origin french press skinny, caffeine blue mountain variety, mocha, percolator grinder café au lait kopi-luwak arabica. Caffeine, seasonal, french press steamed rich single origin cream galão brewed cinnamon, doppio java, chicory aftertaste ristretto, plunger pot aromatic, ut, plunger pot milk est whipped grinder coffee. Sweet macchiato cappuccino cup, decaffeinated macchiato cream, milk extra, ut, galão froth half and half sweet qui, siphon, et aged, skinny, siphon milk grounds strong to go. Chicory medium, ut viennese instant fair trade steamed medium café au lait, as fair trade, barista single origin, body acerbic decaffeinated lungo café au lait bar trifecta americano mazagran. Strong cortado caffeine wings cappuccino foam, saucer est cream white aftertaste body french press. Beans affogato, ristretto a plunger pot bar macchiato, froth filter seasonal doppio, siphon sit caffeine cortado redeye single shot.</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Tema <a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> para <a href="http://gohugo.io/">Hugo</a>. Hecho con <a href="https://vickylai.com"><i class="fa fa-heart"></i> y <i class="fa fa-coffee"></i></a> por colaboradores de código abierto.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,254 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Descripcion del sitio web">
<title>
Hipster Ipsum - Español - Introducción
</title>
<meta property="og:title" content="Hipster Ipsum - Español - Introducción" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descripcion del sitio web"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/es/blog/hipser-ipsum/"/>
<meta property="og:site_name" content="Introducción"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Blog</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/es/">Principal</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#about">Sobre</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#proyectos">Proyectos</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/blog/">
Back to Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#contact">Contacto</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<h2 class="title is-1 top-pad strong-post-title">
<a href="https://vickylai.com/hugo-theme-introduction/es/blog/hipser-ipsum/">Hipster Ipsum - Español</a>
</h2>
<div class="post-data">
Nov 13, 2017 |
2 minutos de lectura
</div>
<div class="blog-share">
Comparte esto:
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Read%20Hipster%20Ipsum%20-%20Espa%c3%b1ol%20https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fes%2fblog%2fhipser-ipsum%2f" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fab fa-twitter"></i>
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fes%2fblog%2fhipser-ipsum%2f" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fab fa-facebook-f"></i>
<span class="hidden">Facebook</span>
</a>
<a class="icon-pinterest" href="http://pinterest.com/pin/create/button/?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fes%2fblog%2fhipser-ipsum%2f&amp;description=Hipster%20Ipsum%20-%20Espa%c3%b1ol" onclick="window.open(this.href, 'pinterest-share','width=580,height=296');return false;">
<i class="fab fa-pinterest-p"></i>
<span class="hidden">Pinterest</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fes%2fblog%2fhipser-ipsum%2f" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fab fa-google-plus-g"></i>
<span class="hidden">Google+</span>
</a>
</div>
<p>
Tags:
<a href="https://vickylai.com/es/tags/ipsum">ipsum</a>
, <a href="https://vickylai.com/es/tags/words">words</a>
</p>
</div>
<div class="container markdown top-pad">
<p>Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress. Street art umami tattooed, glossier selfies 90&rsquo;s kale chips cred cardigan taxidermy seitan distillery migas.</p>
<p>Chicharrones ethical activated charcoal cardigan vegan copper mug. Ennui messenger bag 90&rsquo;s street art art party etsy. Four loko freegan flannel flexitarian, slow-carb hot chicken vexillologist tote bag church-key tilde pinterest. Ethical hell of retro, mlkshk twee yr selfies asymmetrical venmo. Photo booth mixtape tattooed pop-up, synth flexitarian paleo. DIY cornhole sustainable, gochujang whatever slow-carb hexagon tilde. Bitters XOXO kombucha af.</p>
<p>Organic neutra brooklyn, literally helvetica air plant celiac chia sustainable sriracha. Jean shorts typewriter chambray 90&rsquo;s farm-to-table, man bun tofu VHS. Messenger bag paleo plaid meditation intelligentsia forage, lomo jianbing hell of. Waistcoat synth tacos direct trade truffaut kogi. Gentrify street art woke, everyday carry whatever gastropub PBR&amp;B fixie chambray kale chips af photo booth shoreditch. Thundercats hella cold-pressed, ethical vape irony pitchfork mixtape kombucha heirloom viral hell of deep v banh mi hoodie. Craft beer slow-carb raw denim, ugh asymmetrical artisan banh mi fingerstache trust fund poke bespoke green juice man bun mustache 3 wolf moon.</p>
<p>Seitan tumblr freegan, readymade health goth tofu letterpress mixtape. Viral microdosing roof party, narwhal paleo photo booth cronut fingerstache. Bitters ramps snackwave listicle, taxidermy skateboard williamsburg. Vexillologist irony ennui, vegan fap 8-bit street art hashtag bicycle rights thundercats woke fashion axe aesthetic. Before they sold out umami forage disrupt, fashion axe cardigan ugh kitsch small batch. Kitsch try-hard vexillologist, semiotics disrupt shabby chic schlitz. Cardigan deep v hammock yuccie craft beer wayfarers, bespoke shabby chic keytar vape venmo semiotics iPhone cray.</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Tema <a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> para <a href="http://gohugo.io/">Hugo</a>. Hecho con <a href="https://vickylai.com"><i class="fa fa-heart"></i> y <i class="fa fa-coffee"></i></a> por colaboradores de código abierto.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

221
docs/es/blog/index.html Normal file
View file

@ -0,0 +1,221 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Descripcion del sitio web">
<title>
Blog - Introducción
</title>
<link href="https://vickylai.com/hugo-theme-introduction/es/blog/index.xml" rel="alternate" type="application/rss+xml" title="Introducción" />
<meta property="og:title" content="Blog - Introducción" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descripcion del sitio web"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/es/blog/"/>
<meta property="og:site_name" content="Introducción"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Blog</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/es/">Principal</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#about">Sobre</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#proyectos">Proyectos</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#contact">Contacto</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
<p>Este es un texto introductorio para mi blog.</p>
</div>
<div class="container">
<h2 class="title is-2 top-pad">Últimas Entradas</h2>
<div class="summary">Nov 13, 2017
<h3 class="title is-3 strong-post-title">
<a href="https://vickylai.com/hugo-theme-introduction/es/blog/hipser-ipsum/">
Hipster Ipsum - Español
</a>
</h3>
<div class="markdown">
Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress.
<a href="https://vickylai.com/hugo-theme-introduction/es/blog/hipser-ipsum/">Leer más</a>
</div>
</div>
<h2 class="title is-2 top-pad">Todas las Entradas</h2>
<li class="post-item">
<span><a href="https://vickylai.com/hugo-theme-introduction/es/blog/hipser-ipsum/">Hipster Ipsum - Español</a></span> - <span>Nov 13, 2017</span>
</li>
<li class="post-item">
<span><a href="https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/">Startup Ipsum - Español</a></span> - <span>Nov 6, 2017</span>
</li>
<li class="post-item">
<span><a href="https://vickylai.com/hugo-theme-introduction/es/blog/coffee-ipsum/">Coffee Ipsum - Español</a></span> - <span>Nov 1, 2017</span>
</li>
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Tema <a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> para <a href="http://gohugo.io/">Hugo</a>. Hecho con <a href="https://vickylai.com"><i class="fa fa-heart"></i> y <i class="fa fa-coffee"></i></a> por colaboradores de código abierto.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

42
docs/es/blog/index.xml Normal file
View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Blog on Introducción</title>
<link>https://vickylai.com/hugo-theme-introduction/es/blog/</link>
<description>Recent content in Blog on Introducción</description>
<generator>Hugo -- gohugo.io</generator>
<language>es</language>
<lastBuildDate>Mon, 13 Nov 2017 11:58:39 -0500</lastBuildDate>
<atom:link href="https://vickylai.com/hugo-theme-introduction/es/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hipster Ipsum - Español</title>
<link>https://vickylai.com/hugo-theme-introduction/es/blog/hipser-ipsum/</link>
<pubDate>Mon, 13 Nov 2017 11:58:39 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/es/blog/hipser-ipsum/</guid>
<description>Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress.</description>
</item>
<item>
<title>Startup Ipsum - Español</title>
<link>https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/</link>
<pubDate>Mon, 06 Nov 2017 12:04:06 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/</guid>
<description>SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate.</description>
</item>
<item>
<title>Coffee Ipsum - Español</title>
<link>https://vickylai.com/hugo-theme-introduction/es/blog/coffee-ipsum/</link>
<pubDate>Wed, 01 Nov 2017 12:04:16 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/es/blog/coffee-ipsum/</guid>
<description>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic.</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,258 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Descripcion del sitio web">
<title>
Startup Ipsum - Español - Introducción
</title>
<meta property="og:title" content="Startup Ipsum - Español - Introducción" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descripcion del sitio web"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/"/>
<meta property="og:site_name" content="Introducción"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Blog</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/es/">Principal</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#about">Sobre</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#proyectos">Proyectos</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/blog/">
Back to Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#contact">Contacto</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<h2 class="title is-1 top-pad strong-post-title">
<a href="https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/">Startup Ipsum - Español</a>
</h2>
<div class="post-data">
Nov 6, 2017 |
1 minuto de lectura
</div>
<div class="blog-share">
Comparte esto:
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Read%20Startup%20Ipsum%20-%20Espa%c3%b1ol%20https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fes%2fblog%2fstartup-ipsum%2f" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fab fa-twitter"></i>
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fes%2fblog%2fstartup-ipsum%2f" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fab fa-facebook-f"></i>
<span class="hidden">Facebook</span>
</a>
<a class="icon-pinterest" href="http://pinterest.com/pin/create/button/?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fes%2fblog%2fstartup-ipsum%2f&amp;description=Startup%20Ipsum%20-%20Espa%c3%b1ol" onclick="window.open(this.href, 'pinterest-share','width=580,height=296');return false;">
<i class="fab fa-pinterest-p"></i>
<span class="hidden">Pinterest</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fvickylai.com%2fhugo-theme-introduction%2fes%2fblog%2fstartup-ipsum%2f" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fab fa-google-plus-g"></i>
<span class="hidden">Google+</span>
</a>
</div>
<p>
Tags:
<a href="https://vickylai.com/es/tags/code">code</a>
, <a href="https://vickylai.com/es/tags/ipsum">ipsum</a>
, <a href="https://vickylai.com/es/tags/words">words</a>
</p>
</div>
<div class="container markdown top-pad">
<p>SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate.</p>
<pre><code class="language-sh">$ complicated techie code git bash ubuntu
&gt;&gt;&gt; return value init foo
</code></pre>
<p>Responsive innovate grok latte disrupt intuitive actionable insight SpaceTeam grok. Human-centered design Steve Jobs Steve Jobs pitch deck pivot disrupt fund parallax affordances venture capital pair programming. Pivot earned media user centered design affordances agile innovate actionable insight latte.</p>
<p>Waterfall is so 2000 and late personas pitch deck fund big data actionable insight unicorn driven grok. Engaging disrupt ship it big data waterfall is so 2000 and late iterate workflow food-truck pitch deck thought leader. Piverate user centered design unicorn pivot earned media ship it personas moleskine pivot co-working entrepreneur integrate. Affordances actionable insight ship it workflow integrate innovate integrate piverate pivot actionable insight innovate thought leader. Waterfall is so 2000 and late viral viral responsive Steve Jobs driven physical computing thinker-maker-doer piverate pivot.</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Tema <a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> para <a href="http://gohugo.io/">Hugo</a>. Hecho con <a href="https://vickylai.com"><i class="fa fa-heart"></i> y <i class="fa fa-coffee"></i></a> por colaboradores de código abierto.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

BIN
docs/es/home/profile.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

621
docs/es/index.html Normal file
View file

@ -0,0 +1,621 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="generator" content="Hugo 0.48" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Descripcion del sitio web">
<title>
Introducción
</title>
<link href="https://vickylai.com/hugo-theme-introduction/es/index.xml" rel="alternate" type="application/rss+xml" title="Introducción" />
<meta property="og:title" content="Introducción" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descripcion del sitio web"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/es/"/>
<meta property="og:site_name" content="Introducción"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/styles/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css" integrity="sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="hero is-large">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="bold-title fade-in one">
Hola, Soy Introducción
</h1>
<div class="subtitle is-3 fade-in two">
<p>Soy un tema para Hugo</p>
</div>
<div class=" fade-in three">
<div class="social-icons">
<a href="https://twitter.com/">
<i class="fab fa-twitter"></i>
</a>
<a href="https://facebook.com/">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://linkedin.com/">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="fade-in three">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="#about">Sobre</a>
<a class="navbar-item" href="#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="#proyectos">Proyectos</a>
<a class="navbar-item" href="#blog">Blog</a>
<a class="navbar-item" href="#contact">Contacto</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="section" id="about">
<div class="container">
<h2 class="title is-2 has-text-centered">Sobre</h2>
<div class="columns">
<div class="column is-one-third has-text-centered">
<img class="img-responsive avatar" src="https://vickylai.com/hugo-theme-introduction/es/home/profile_hu3d03a01dcc18bc5be0e67db3d8d209a6_16363_320x0_resize_q75_box.jpg" alt="profile.jpg">
</div>
<div class="markdown column">
<p>Esto es <strong>Introducción</strong>, un tema mínimo con desplazamiento para sitios web hechos con <a href="https://gohugo.io">Hugo</a>.</p>
<h3 id="características">Características</h3>
<ul>
<li>Visualización responsiva a cualquier tipo de pantalla</li>
<li>Suave fade-in al cargar el sitio con CSS3</li>
<li>Desplazamiento suave a las secciones de la página desde la navegación</li>
<li>Temas claros y oscuros</li>
<li>Seccion <em>Projects</em> con cualquier número de proyectos: configurable como galería de fotos, popup con detalles, o links externos</li>
<li>Seccion <em>Blog</em> con la inclusión opcional de <em>Latest Post</em>, en la página principal o como una seccion separada</li>
<li>Soporte para HighlightJS</li>
</ul>
</div>
</div>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container"><hr></div>
<div class="section" id="lorem">
<div class="container">
<h2 class="title is-2 has-text-centered">Lorem Ipsum</h2>
<div class="markdown has-text-centered">
<p>You can add more sections to the home page by adding file to <code>content/home/</code></p>
</div>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container"><hr></div>
<div class="section" id="proyectos">
<div class="container">
<h2 class="title is-2 has-text-centered">
Proyectos
</h2>
<div class="section">
<div class="columns is-multiline">
<div class="column is-one-third">
<div class="card" data-target="#project-0">
<div class="card-image">
<figure class="image is-3by2">
<a >
<img src="https://vickylai.com/hugo-theme-introduction/es/projects/photography/camera_hu3d03a01dcc18bc5be0e67db3d8d209a6_30380_302x0_resize_q75_box.jpg" alt ="camera.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a >
Fotografía
</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card" data-target="#project-1">
<div class="card-image">
<figure class="image is-3by2">
<a >
<img src="https://vickylai.com/hugo-theme-introduction/es/projects/design/plant_hu3d03a01dcc18bc5be0e67db3d8d209a6_34602_302x0_resize_q75_box.jpg" alt ="plant.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a >
Diseño
</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card" data-target="#project-2">
<div class="card-image">
<figure class="image is-3by2">
<a >
<img src="https://vickylai.com/hugo-theme-introduction/es/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_302x0_resize_q75_box.jpg" alt ="workday.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a >
Escribiendo
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal" id="project-0">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-header bottom-pad">
<p class="modal-card-title has-text-centered">Fotografía</p>
</header>
<div class="owl-carousel owl-theme">
<div class="item owl-height">
<img src="https://vickylai.com/hugo-theme-introduction/es/projects/photography/camera_hu3d03a01dcc18bc5be0e67db3d8d209a6_30380_640x0_resize_q75_box.jpg" class="img-responsive" alt="camera.jpg">
</div>
<div class="item owl-height">
<img src="https://vickylai.com/hugo-theme-introduction/es/projects/photography/erik-jan-leusink-180382-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_82088_640x0_resize_q75_box.jpg" class="img-responsive" alt="erik-jan-leusink-180382-unsplash.jpg">
</div>
<div class="item owl-height">
<img src="https://vickylai.com/hugo-theme-introduction/es/projects/photography/mario-ho-277298-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_19450_640x0_resize_q75_box.jpg" class="img-responsive" alt="mario-ho-277298-unsplash.jpg">
</div>
<div class="item owl-height">
<img src="https://vickylai.com/hugo-theme-introduction/es/projects/photography/tyler-lastovich-285380-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_20716_640x0_resize_q75_box.jpg" class="img-responsive" alt="tyler-lastovich-285380-unsplash.jpg">
</div>
</div>
<section class="modal-card-body markdown">
<h2 id="a-veces-tomo-fotografías">A veces tomo fotografías</h2>
<p>Este proyecto es sobre fotografías que tomo. A veces, son fotos de gatos.</p>
</section>
</div>
<button class="modal-close is-large" aria-label="close" data-target="#project-0"></button>
</div>
<div class="modal" id="project-1">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-header bottom-pad">
<p class="modal-card-title has-text-centered">Diseño</p>
</header>
<img src="https://vickylai.com/hugo-theme-introduction/es/projects/design/plant_hu3d03a01dcc18bc5be0e67db3d8d209a6_34602_640x0_resize_q75_box.jpg" class="img-responsive" alt="plant.jpg">
<section class="modal-card-body markdown">
<p>Este tema fue diseñado por <a href="https://vickylai.io">Vicky Lai</a>. Ve, explora! 💪</p>
<p>Si deseas usarlo en tu sitio web, revisa la sección al final de la página principal. 👍</p>
</section>
</div>
<button class="modal-close is-large" aria-label="close" data-target="#project-1"></button>
</div>
<div class="modal" id="project-2">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-header bottom-pad">
<p class="modal-card-title has-text-centered">Escribiendo</p>
</header>
<img src="https://vickylai.com/hugo-theme-introduction/es/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_640x0_resize_q75_box.jpg" class="img-responsive" alt="workday.jpg">
<section class="modal-card-body markdown">
<p>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong.</p>
<p>To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop. Latte instant black extra aroma, instant, extra robusta variety skinny shop aged cup ristretto foam cortado. Bar galão skinny saucer est affogato sugar caffeine chicory sugar coffee, seasonal barista french press acerbic in chicory robust.</p>
</section>
</div>
<button class="modal-close is-large" aria-label="close" data-target="#project-2"></button>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container"><hr></div>
<div class="section" id="blog">
<div class="container">
<h2 class="title is-2 has-text-centered">Últimas Entradas</h2>
<div class="summary">Nov 13, 2017
<h3 class="title is-3 latest-post-title"><a href="https://vickylai.com/hugo-theme-introduction/es/blog/hipser-ipsum/">Hipster Ipsum - Español</a></h3>
<div class="markdown">
Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress.
<a href="https://vickylai.com/hugo-theme-introduction/es/blog/hipser-ipsum/">Leer más</a>
</div>
</div>
<div class="container has-text-centered top-pad">
<a href="https://vickylai.com/hugo-theme-introduction/es/blog/">Todas las Entradas</a>
</div>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container"><hr></div>
<div class="section" id="contact">
<div class="container has-text-centered">
<h2 class="title is-2">Contacto</h2>
<div class="markdown">
<p>En la sección de Contacto de <strong>Introducción</strong>, tu puedes opcionalmente mostrar la hora actual en tu zona horaria preferida.</p>
<p>Esto permite a los visitantes saber que tiempo de respuesta esperan tener cuando te contactan. La zhoa horaria es facilmente configurable en el archivo de configuración.</p>
</div>
<p>Mi hora local actual es <span id="time"></span>.</p>
<h3 class="subtitle is-3 has-text-centered top-pad">
<a href="mailto:youremail@email.com">youremail@email.com</a>
</h3>
<div class="social-icons">
<a href="https://twitter.com/">
<i class="fab fa-twitter"></i>
</a>
<a href="https://facebook.com/">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://linkedin.com/">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container"><hr></div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Tema <a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> para <a href="http://gohugo.io/">Hugo</a>. Hecho con <a href="https://vickylai.com"><i class="fa fa-heart"></i> y <i class="fa fa-coffee"></i></a> por colaboradores de código abierto.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundleOwlCarousel.cba358484a4a50bbc9c265ab71727cbcd15381bbb8cecdbcba357cb629f4e9c4.js" integrity="sha256-y6NYSEpKULvJwmWrcXJ8vNFTgbu4zs28ujV8tin06cQ="></script>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundleMoment.606f2d05cb65dec9d441d20611c4bf1f304ea60a66868809816e28783149ac58.js" integrity="sha256-YG8tBctl3snUQdIGEcS/HzBOpgpmhogJgW4oeDFJrFg="></script>
</body>
</html>

71
docs/es/index.xml Normal file
View file

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Introducción</title>
<link>https://vickylai.com/hugo-theme-introduction/es/</link>
<description>Recent content on Introducción</description>
<generator>Hugo -- gohugo.io</generator>
<language>es</language>
<lastBuildDate>Mon, 13 Nov 2017 11:58:39 -0500</lastBuildDate>
<atom:link href="https://vickylai.com/hugo-theme-introduction/es/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Fotografía</title>
<link>https://vickylai.com/hugo-theme-introduction/es/projects/photography/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/es/projects/photography/</guid>
<description>A veces tomo fotografías Este proyecto es sobre fotografías que tomo. A veces, son fotos de gatos.</description>
</item>
<item>
<title>Diseño</title>
<link>https://vickylai.com/hugo-theme-introduction/es/projects/design/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/es/projects/design/</guid>
<description>Este tema fue diseñado por Vicky Lai. Ve, explora! 💪
Si deseas usarlo en tu sitio web, revisa la sección al final de la página principal. 👍</description>
</item>
<item>
<title>Escribiendo</title>
<link>https://vickylai.com/hugo-theme-introduction/es/projects/writing/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/es/projects/writing/</guid>
<description>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong.
To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop.</description>
</item>
<item>
<title>Hipster Ipsum - Español</title>
<link>https://vickylai.com/hugo-theme-introduction/es/blog/hipser-ipsum/</link>
<pubDate>Mon, 13 Nov 2017 11:58:39 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/es/blog/hipser-ipsum/</guid>
<description>Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress.</description>
</item>
<item>
<title>Startup Ipsum - Español</title>
<link>https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/</link>
<pubDate>Mon, 06 Nov 2017 12:04:06 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/</guid>
<description>SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate.</description>
</item>
<item>
<title>Coffee Ipsum - Español</title>
<link>https://vickylai.com/hugo-theme-introduction/es/blog/coffee-ipsum/</link>
<pubDate>Wed, 01 Nov 2017 12:04:16 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/es/blog/coffee-ipsum/</guid>
<description>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic.</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,220 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Descripcion del sitio web">
<title>
Diseño - Introducción
</title>
<meta property="og:title" content="Diseño - Introducción" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descripcion del sitio web"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/es/projects/design/"/>
<meta property="og:site_name" content="Introducción"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/projects/design/plant.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/styles/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css" integrity="sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Diseño</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/es/">Principal</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#about">Sobre</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#proyectos">Proyectos</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#contact">Contacto</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
<div class="has-text-centered">
<img src="/hugo-theme-introduction/es/projects/design/plant_hu3d03a01dcc18bc5be0e67db3d8d209a6_34602_1000x0_resize_q75_box.jpg" class="img-responsive" alt="plant.jpg">
</div>
<p>Este tema fue diseñado por <a href="https://vickylai.io">Vicky Lai</a>. Ve, explora! 💪</p>
<p>Si deseas usarlo en tu sitio web, revisa la sección al final de la página principal. 👍</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Tema <a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> para <a href="http://gohugo.io/">Hugo</a>. Hecho con <a href="https://vickylai.com"><i class="fa fa-heart"></i> y <i class="fa fa-coffee"></i></a> por colaboradores de código abierto.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundleOwlCarousel.cba358484a4a50bbc9c265ab71727cbcd15381bbb8cecdbcba357cb629f4e9c4.js" integrity="sha256-y6NYSEpKULvJwmWrcXJ8vNFTgbu4zs28ujV8tin06cQ="></script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

270
docs/es/projects/index.html Normal file
View file

@ -0,0 +1,270 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Descripcion del sitio web">
<title>
Proyectos - Introducción
</title>
<link href="https://vickylai.com/hugo-theme-introduction/es/projects/index.xml" rel="alternate" type="application/rss+xml" title="Introducción" />
<meta property="og:title" content="Proyectos - Introducción" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descripcion del sitio web"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/es/projects/"/>
<meta property="og:site_name" content="Introducción"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Proyectos</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/es/">Principal</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#about">Sobre</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#contact">Contacto</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
<p>Este es un texto introductorio para mis proyectos.</p>
</div>
<div class="container">
<div class="section">
<div class="columns is-multiline">
<div class="column is-one-third">
<div class="card">
<div class="card-image">
<figure class="image is-3by2">
<a href="https://vickylai.com/hugo-theme-introduction/es/projects/photography/">
<img src="https://vickylai.com/hugo-theme-introduction/es/projects/photography/camera_hu3d03a01dcc18bc5be0e67db3d8d209a6_30380_302x0_resize_q75_box.jpg" alt ="camera.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a href="https://vickylai.com/hugo-theme-introduction/es/projects/photography/">
Fotografía
</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card">
<div class="card-image">
<figure class="image is-3by2">
<a href="https://vickylai.com/hugo-theme-introduction/es/projects/design/">
<img src="https://vickylai.com/hugo-theme-introduction/es/projects/design/plant_hu3d03a01dcc18bc5be0e67db3d8d209a6_34602_302x0_resize_q75_box.jpg" alt ="plant.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a href="https://vickylai.com/hugo-theme-introduction/es/projects/design/">
Diseño
</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card">
<div class="card-image">
<figure class="image is-3by2">
<a href="https://vickylai.com/hugo-theme-introduction/es/projects/writing/">
<img src="https://vickylai.com/hugo-theme-introduction/es/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_302x0_resize_q75_box.jpg" alt ="workday.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a href="https://vickylai.com/hugo-theme-introduction/es/projects/writing/">
Escribiendo
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Tema <a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> para <a href="http://gohugo.io/">Hugo</a>. Hecho con <a href="https://vickylai.com"><i class="fa fa-heart"></i> y <i class="fa fa-coffee"></i></a> por colaboradores de código abierto.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Proyectos on Introducción</title>
<link>https://vickylai.com/hugo-theme-introduction/es/projects/</link>
<description>Recent content in Proyectos on Introducción</description>
<generator>Hugo -- gohugo.io</generator>
<language>es</language>
<atom:link href="https://vickylai.com/hugo-theme-introduction/es/projects/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Fotografía</title>
<link>https://vickylai.com/hugo-theme-introduction/es/projects/photography/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/es/projects/photography/</guid>
<description>A veces tomo fotografías Este proyecto es sobre fotografías que tomo. A veces, son fotos de gatos.</description>
</item>
<item>
<title>Diseño</title>
<link>https://vickylai.com/hugo-theme-introduction/es/projects/design/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/es/projects/design/</guid>
<description>Este tema fue diseñado por Vicky Lai. Ve, explora! 💪
Si deseas usarlo en tu sitio web, revisa la sección al final de la página principal. 👍</description>
</item>
<item>
<title>Escribiendo</title>
<link>https://vickylai.com/hugo-theme-introduction/es/projects/writing/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/es/projects/writing/</guid>
<description>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong.
To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop.</description>
</item>
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View file

@ -0,0 +1,263 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Descripcion del sitio web">
<title>
Fotografía - Introducción
</title>
<meta property="og:title" content="Fotografía - Introducción" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descripcion del sitio web"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/es/projects/photography/"/>
<meta property="og:site_name" content="Introducción"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/projects/photography/camera.jpg"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/projects/photography/erik-jan-leusink-180382-unsplash.jpg"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/projects/photography/mario-ho-277298-unsplash.jpg"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/projects/photography/tyler-lastovich-285380-unsplash.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/styles/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css" integrity="sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Fotografía</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/es/">Principal</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#about">Sobre</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#proyectos">Proyectos</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#contact">Contacto</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
<div class="has-text-centered">
<div class="owl-carousel owl-theme">
<div class="item owl-height">
<img src="/hugo-theme-introduction/es/projects/photography/camera_hu3d03a01dcc18bc5be0e67db3d8d209a6_30380_1000x0_resize_q75_box.jpg" class="img-responsive" alt="camera.jpg">
</div>
<div class="item owl-height">
<img src="/hugo-theme-introduction/es/projects/photography/erik-jan-leusink-180382-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_82088_1000x0_resize_q75_box.jpg" class="img-responsive" alt="erik-jan-leusink-180382-unsplash.jpg">
</div>
<div class="item owl-height">
<img src="/hugo-theme-introduction/es/projects/photography/mario-ho-277298-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_19450_1000x0_resize_q75_box.jpg" class="img-responsive" alt="mario-ho-277298-unsplash.jpg">
</div>
<div class="item owl-height">
<img src="/hugo-theme-introduction/es/projects/photography/tyler-lastovich-285380-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_20716_1000x0_resize_q75_box.jpg" class="img-responsive" alt="tyler-lastovich-285380-unsplash.jpg">
</div>
</div>
</div>
<h2 id="a-veces-tomo-fotografías">A veces tomo fotografías</h2>
<p>Este proyecto es sobre fotografías que tomo. A veces, son fotos de gatos.</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Tema <a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> para <a href="http://gohugo.io/">Hugo</a>. Hecho con <a href="https://vickylai.com"><i class="fa fa-heart"></i> y <i class="fa fa-coffee"></i></a> por colaboradores de código abierto.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundleOwlCarousel.cba358484a4a50bbc9c265ab71727cbcd15381bbb8cecdbcba357cb629f4e9c4.js" integrity="sha256-y6NYSEpKULvJwmWrcXJ8vNFTgbu4zs28ujV8tin06cQ="></script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -0,0 +1,220 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Descripcion del sitio web">
<title>
Escribiendo - Introducción
</title>
<meta property="og:title" content="Escribiendo - Introducción" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descripcion del sitio web"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/es/projects/writing/"/>
<meta property="og:site_name" content="Introducción"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/projects/writing/workday.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/styles/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css" integrity="sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Escribiendo</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/es/">Principal</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#about">Sobre</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#proyectos">Proyectos</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#contact">Contacto</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container markdown top-pad">
<div class="has-text-centered">
<img src="/hugo-theme-introduction/es/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_1000x0_resize_q75_box.jpg" class="img-responsive" alt="workday.jpg">
</div>
<p>Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong.</p>
<p>To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop. Latte instant black extra aroma, instant, extra robusta variety skinny shop aged cup ristretto foam cortado. Bar galão skinny saucer est affogato sugar caffeine chicory sugar coffee, seasonal barista french press acerbic in chicory robust.</p>
</div>
<div class="disqus">
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Tema <a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> para <a href="http://gohugo.io/">Hugo</a>. Hecho con <a href="https://vickylai.com"><i class="fa fa-heart"></i> y <i class="fa fa-coffee"></i></a> por colaboradores de código abierto.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundleOwlCarousel.cba358484a4a50bbc9c265ab71727cbcd15381bbb8cecdbcba357cb629f4e9c4.js" integrity="sha256-y6NYSEpKULvJwmWrcXJ8vNFTgbu4zs28ujV8tin06cQ="></script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

293
docs/es/sitemap.xml Normal file
View file

@ -0,0 +1,293 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/projects/photography/</loc>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/projects/photography/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/projects/photography/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/projects/photography/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/projects/design/</loc>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/projects/design/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/projects/design/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/projects/design/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/projects/writing/</loc>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/projects/writing/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/projects/writing/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/projects/writing/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/blog/hipser-ipsum/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/</loc>
<lastmod>2017-11-06T12:04:06-05:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/blog/startup-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/blog/startup-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/blog/coffee-ipsum/</loc>
<lastmod>2017-11-01T12:04:16-05:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/blog/coffee-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/blog/coffee-ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/blog/coffee-ipsum/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/blog/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/blog/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/blog/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/blog/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/tags/code/</loc>
<lastmod>2017-11-06T12:04:06-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/code/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/code/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/code/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/tags/coffee/</loc>
<lastmod>2017-11-01T12:04:16-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/coffee/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/coffee/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/coffee/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/tags/images/</loc>
<lastmod>2017-11-01T12:04:16-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/images/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/images/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/images/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/tags/ipsum/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/ipsum/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/ipsum/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/projects/</loc>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/projects/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/projects/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/projects/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/tags/</loc>
<lastmod>2017-11-06T12:04:06-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/"
/>
</url>
<url>
<loc>https://vickylai.com/hugo-theme-introduction/es/tags/words/</loc>
<lastmod>2017-11-13T11:58:39-05:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
hreflang="de"
href="https://vickylai.com/hugo-theme-introduction/de/tags/words/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://vickylai.com/hugo-theme-introduction/tags/words/"
/>
<xhtml:link
rel="alternate"
hreflang="es"
href="https://vickylai.com/hugo-theme-introduction/es/tags/words/"
/>
</url>
</urlset>

View file

@ -0,0 +1,200 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Descripcion del sitio web">
<title>
Code - Introducción
</title>
<link href="https://vickylai.com/hugo-theme-introduction/es/tags/code/index.xml" rel="alternate" type="application/rss+xml" title="Introducción" />
<meta property="og:title" content="Code - Introducción" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descripcion del sitio web"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/es/tags/code/"/>
<meta property="og:site_name" content="Introducción"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Tag: code</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/es/">Principal</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#about">Sobre</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#proyectos">Proyectos</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#contact">Contacto</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<ul>
<li>
<a href="https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/">Nov 6, 2017 | Startup Ipsum - Español</a>
</li>
</ul>
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Tema <a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> para <a href="http://gohugo.io/">Hugo</a>. Hecho con <a href="https://vickylai.com"><i class="fa fa-heart"></i> y <i class="fa fa-coffee"></i></a> por colaboradores de código abierto.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Code on Introducción</title>
<link>https://vickylai.com/hugo-theme-introduction/es/tags/code/</link>
<description>Recent content in Code on Introducción</description>
<generator>Hugo -- gohugo.io</generator>
<language>es</language>
<lastBuildDate>Mon, 06 Nov 2017 12:04:06 -0500</lastBuildDate>
<atom:link href="https://vickylai.com/hugo-theme-introduction/es/tags/code/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Startup Ipsum - Español</title>
<link>https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/</link>
<pubDate>Mon, 06 Nov 2017 12:04:06 -0500</pubDate>
<guid>https://vickylai.com/hugo-theme-introduction/es/blog/startup-ipsum/</guid>
<description>SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate.</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,200 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Descripcion del sitio web">
<title>
Coffee - Introducción
</title>
<link href="https://vickylai.com/hugo-theme-introduction/es/tags/coffee/index.xml" rel="alternate" type="application/rss+xml" title="Introducción" />
<meta property="og:title" content="Coffee - Introducción" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descripcion del sitio web"/>
<meta property="og:url" content="https://vickylai.com/hugo-theme-introduction/es/tags/coffee/"/>
<meta property="og:site_name" content="Introducción"/>
<meta property="og:image" content="https://vickylai.com/hugo-theme-introduction/es/home/profile.jpg"/>
<link rel="shortcut icon" href="https://vickylai.com/img/fav.ico">
<link rel="stylesheet" href="https://vickylai.com/hugo-theme-introduction/css/main.min.63fa882a8947bbf0f2e6a1fbd234e172dc5be763fdd03912881e08802b410a9b.css" integrity="sha256-Y/qIKolHu/Dy5qH70jThctxb52P90DkSiB4IgCtBCps=" media="screen">
</head>
<body>
<section id="top" class="section">
<div class="container hero fade-in one ">
<h1 class="bold-title is-1">Tag: coffee</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu" id="navMenu">
<a class="navbar-item" href="https://vickylai.com/es/">Principal</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#about">Sobre</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#lorem">Lorem Ipsum</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#proyectos">Proyectos</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/es/blog/">
Blog
</a>
<a class="navbar-item" href="/hugo-theme-introduction/es/#contact">Contacto</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/">English</a>
<a class="navbar-item" href="https://vickylai.com/hugo-theme-introduction/de/">Deutsch</a>
</div>
</nav>
<hr>
</div>
<div class="container">
<ul>
<li>
<a href="https://vickylai.com/hugo-theme-introduction/es/blog/coffee-ipsum/">Nov 1, 2017 | Coffee Ipsum - Español</a>
</li>
</ul>
</div>
<div class="container">
<hr>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Tema <a href="https://github.com/vickylai/hugo-theme-introduction/"><strong>Introduction</strong></a> para <a href="http://gohugo.io/">Hugo</a>. Hecho con <a href="https://vickylai.com"><i class="fa fa-heart"></i> y <i class="fa fa-coffee"></i></a> por colaboradores de código abierto.
</span>
</div>
</div>
</div>
</section>
<script src="https://vickylai.com/hugo-theme-introduction/js/bundle.4229c9bc1dddc27515d2b0e92ace2b52a5cf30b00aaccf4cf2b9d83ba5d69cc7.js" integrity="sha256-QinJvB3dwnUV0rDpKs4rUqXPMLAKrM9M8rnYO6XWnMc="></script>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show more