Go to file
sovanna 0df8ab1fdb refactor(about-us): Cleans as possible
/about-us/ is a section not a page. Thus, according to Zola, a section has a _index.md .. but an _index.md file is attach with an file.html. That's why we cannot take advantage of a markdown content..for a section content.

It's the same thing with the homepage.

So basically, homepage and all section content (e.g URL like this ROOT/section/ ) will have its HTML file.
2019-07-19 12:38:11 +02:00
content refactor(about-us): Cleans as possible 2019-07-19 12:38:11 +02:00
sass/css feat(website): Adds migen 2019-07-18 11:24:14 +02:00
static feat(website): Adds favicons 2019-07-19 10:57:30 +02:00
templates refactor(about-us): Cleans as possible 2019-07-19 12:38:11 +02:00
.gitignore feat(website): Adds desktop homepage 2019-07-03 11:52:11 +02:00
README.md README: we don't do docker 2019-07-18 22:32:15 +08:00
config.toml fix(website): Applies various changes 2019-07-08 11:59:50 +02:00

README.md

m-labs with zola

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

A step by step series of examples that tell you how to get a development env running

  1. Clone the project
git clone https://github.com/sovanna/m-labs-zola.git \
&& cd m-labs-zola
  1. Install Zola

  2. Start

zola serve --interface 0.0.0.0 --port 1111