OpenMole home page
Go to file
Nico 8c7f19df7f reupload commit 2022-02-19 20:15:11 +01:00
_design reupload commit 2022-02-19 20:15:11 +01:00
_includes reupload commit 2022-02-19 20:15:11 +01:00
assets reupload commit 2022-02-19 20:15:11 +01:00
src reupload commit 2022-02-19 20:15:11 +01:00
.eleventy.js reupload commit 2022-02-19 20:15:11 +01:00
.gitignore reupload commit 2022-02-19 20:15:11 +01:00
README.md reupload commit 2022-02-19 20:15:11 +01:00
index.njk reupload commit 2022-02-19 20:15:11 +01:00
package-lock.json reupload commit 2022-02-19 20:15:11 +01:00
package.json reupload commit 2022-02-19 20:15:11 +01:00
postcss.config.js reupload commit 2022-02-19 20:15:11 +01:00
yarn.lock reupload commit 2022-02-19 20:15:11 +01:00

README.md

OpenMole landing page redesign

The new and improved design of the OpenMole landing page.

This repository is still under active development.

Tools

Built using 11ty (eleventy) as a static site generator and nunjucks as a templating format.
Trying my best to uphold BEM CSS methodology.

Usage

Clone this repo using
git clone ssh://git@gitlab.openmole.org:20022/narduin/refonte-hp.git

Install node modules. Working with node version 10.11 and later.
yarn install (or npm install)

Run and live reload with browsersync
yarn watch (or npm run watch)

Build in dist folder with
yarn build (or npm run build)