nazarsh / lfe.github.io

The LFE Landing Site / Home Page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lfe.io

Repository for the main LFE (Lisp Flavoured Erlang) Language site

Visit lfe.io!

Contributing

Feel free to open a ticket or fork the site and submit a pull request.

Note that the entire site content is driven with Markdown files -- including the metadata sections of those files!

The front page's content is in TOML variables between the +++ metadata markers in ./content/_index.md.

If you're intersted in updating the CSS, everything you need to tweak should be in ./sass/lfe/_variables.scss.

More about the static site generator software:

The templating language used by zola and which drives the layout/design of the LFE site:

Dev Server

If you would like to run the site locally, you may do so with this command:

$ zola serve

This will start the site on a local dev server running on port 1111.

If you want to run on a different port, simply set the zola port option to your liking:

$ zola serve -p 5099

About

The LFE Landing Site / Home Page


Languages

Language:CSS 46.8%Language:HTML 26.7%Language:SCSS 25.6%Language:JavaScript 0.6%Language:Makefile 0.3%