This is the GitHub repo for http://lonnygomes.com. It is built using a static site generator called eleventy.
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
{% image "lonny-sp.png", "alt", "30%", "right" %}
{% readTime content %}
{% tweet title, page.url %}
{% code %}
console.log('hello world');
{% endcode %}
{% 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 %}