forked from M-Labs/web2019
sovanna
0df8ab1fdb
/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. |
||
---|---|---|
content | ||
sass/css | ||
static | ||
templates | ||
.gitignore | ||
README.md | ||
config.toml |
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
- Clone the project
git clone https://github.com/sovanna/m-labs-zola.git \
&& cd m-labs-zola
-
Install Zola
-
Start
zola serve --interface 0.0.0.0 --port 1111