Skip to content

lettgallia/homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lettgallia.lv

V2 of the homepage

Development

Static page generator 11ty

Setup:

npm install
npx @11ty/eleventy --serve
open http://localhost:8080/index.html

Deployment:

Target github pages

Steps:

  • npx @11ty/eleventy
  • git add index.html
  • git commit -m 'New wersion with feature XYZ'
  • git push
  • New version should be live in matter of minutes