Skip to content

LonnyGomes/lonnygomes.com

Repository files navigation

README

Netlify Status

This is the GitHub repo for http://lonnygomes.com. It is built using a static site generator called eleventy.

Prerequisites

Local Development

Before starting, be sure that you've installed Node.

Next install the node dependencies:

npm install

Run the following to start the site locally:

npm start

Short codes

image

{% image "lonny-sp.png", "alt", "30%", "right" %}

readTime

{% readTime content %}

tweet

{% tweet title, page.url %}

code

{% code %}
console.log('hello world');
{% endcode %}

responsiveVideo

{% responsiveVideo %}

<iframe width="560" height="315" src="https://www.youtube.com/embed/fAmY5sgu3_s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

{% endresponsiveVideo %}

About

GitHub pages website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published