From 9c0eb41c37fd8931ccf326a3af788c1c7af25fe7 Mon Sep 17 00:00:00 2001 From: Aditya-hackerr <72242479+Aditya-hackerr@users.noreply.github.com> Date: Fri, 2 Oct 2020 22:08:55 +0530 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 51a69f3..5dbe6df 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ The directory structure for this repo follows the typical Middleman project stru Directory structure: ``` -+- websrc: makefile, gemfile, and other build related files - +- helpers: helper scripts used for compiling the website - +- source: root directory for all html template files. `index.html.erb` is the main html page for the website. - +- articles: this folder contains the blog articles - +- assets: contains stylesheets, images, and javascript files - +- documents: this folder contains all the .md files for documentation - +- layouts: contains the template for header, footer, and sidebar elements + +- websrc: makefile, gemfile, and other build related files + +- helpers: helper scripts used for compiling the website + +- source: root directory for all html template files. `index.html.erb` is the main html page for the website. + +- articles: this folder contains the blog articles + +- assets: contains stylesheets, images, and javascript files + +- documents: this folder contains all the .md files for documentation + +- layouts: contains the template for header, footer, and sidebar elements ```