Lloc web de l'associació LaLoka https://laloka.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
buttle 48ebde6c19 adds id to icon tag 1 year ago
_src adds id to icon tag 1 year ago
static makes logo more responsive 2 years ago
.eleventy.js Initial commit 2 years ago
.gitignore Initial commit 2 years ago
README.md updates README 2 years ago
package-lock.json Initial commit 2 years ago
package.json Initial commit 2 years ago

README.md

laloka.org static site generator

This static site generator uses Eleventy and requires node.js

Install node.js

https://joshtronic.com/2020/04/21/how-to-install-nodejs-14-on-debian-10/

Clone the project

git clone ssh://git@forja.laloka.org:22027/laloka/laloka.org.git

Install Eleventy

cd laloka.org
npm install @11ty/eleventy

Start the Eleventy server

npx eleventy --serve

You can now browse http://localhost:8080

Edit laloka.org

The markdown files are in the _src directory. Edit those files.

The HTML static site is automagically generated in _site. Do not edit those files.