From 609f6f67cf0a94329ca8829b6b2f9fd740d99c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20K=C3=B6nemann?= Date: Thu, 22 Sep 2022 09:46:11 +0200 Subject: [PATCH] adjusting readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 25dd89c..47a2728 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ # Stride. - A free and open source Bootstrap 5 website template -**Live Demo**: templatedeck.com +**Live Demo at**: templatedeck.com -## What is Stride? -Stride is a static HTML website template. Open sources and free to use. +## What is Brook? +Brook is a static HTML website template. Open sources and free to use. It utilizes Bootstrap 5 and the the static site generator Eleventy . ## How to use it as beginner -If you are familia with basic HTML but if you are not a web developer with advanced skills you can use Stride es well. Just use the `/public` folder of this repository. Change the content, add some of your images and transfer it to your webserver/webspace. Thats it +If you are familia with basic HTML but if you are not a web developer with advanced skills you can use Brook es well. Just use the `/public` folder of this repository. Change the content, add some of your images and transfer it to your webserver/webspace. Thats it -## How to use Stride if you have some advanced web development knowledge -Stride based on Bootstrap 5 and the static site generator Eleventy. It also comes with npm support for dependency management and Gulp as task runner. +## How to use Brook if you have some advanced web development knowledge +Brook based on Bootstrap 5 and the static site generator Eleventy. It also comes with npm support for dependency management and Gulp as task runner. In this setup I used the template language Nunjucks (by Mozilla) but Eleventy also supports Liquid, Handelbars, Haml, Pug, Mustach to name a few. Vanilla JS, static HTML or even Markdown files are also possible. It also lets you mix differend template languages together. Eleventy also allows differend data types and ways to incorporate content during the deployment. You can use static and local content, compute content programatically, you can consume APIĀ“s, you can use the font matter format in files iteself, markdown content files etc. -Basically Stride is a all in on boilerplate for static websites + an example of design and layout. +Basically Brook is a all in on boilerplate for static websites + an example of design and layout. ## Requirements You need Node (at least v14+) on your computer. To check if you have node and what version run this command in your terminal: