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.
|
11 months ago | |
---|---|---|
_design | 11 months ago | |
_includes | 11 months ago | |
assets | 11 months ago | |
src | 11 months ago | |
.eleventy.js | 11 months ago | |
.gitignore | 11 months ago | |
README.md | 11 months ago | |
index.njk | 11 months ago | |
package-lock.json | 11 months ago | |
package.json | 11 months ago | |
postcss.config.js | 11 months ago | |
yarn.lock | 11 months ago |
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
)