From ff8805ec092af78cf356fb7695194ae48aab4cf2 Mon Sep 17 00:00:00 2001 From: Avinash Sonawane Date: Thu, 27 May 2021 13:10:51 +0000 Subject: [PATCH] Docs: Don't suggest/use a CSS framework (#1495) --- docs/content/documentation/content/section.md | 2 +- docs/content/documentation/getting-started/overview.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/content/documentation/content/section.md b/docs/content/documentation/content/section.md index 3a4ab3b4..1cbc3458 100644 --- a/docs/content/documentation/content/section.md +++ b/docs/content/documentation/content/section.md @@ -7,7 +7,7 @@ A section is created whenever a directory (or subdirectory) in the `content` sec `_index.md` file. If a directory does not contain an `_index.md` file, no section will be created, but Markdown files within that directory will still create pages (known as orphan pages). -The index page (i.e., the page displayed when a user browses to your `base_url`) is a section, +The homepage (i.e., the page displayed when a user browses to your `base_url`) is a section, which is created whether or not you add an `_index.md` file at the root of your `content` directory. If you do not create an `_index.md` file in your content directory, this main content section will not have any content or metadata. If you would like to add content or metadata, you can add an diff --git a/docs/content/documentation/getting-started/overview.md b/docs/content/documentation/getting-started/overview.md index 8bec6a8d..6fd51cba 100644 --- a/docs/content/documentation/getting-started/overview.md +++ b/docs/content/documentation/getting-started/overview.md @@ -78,7 +78,7 @@ If you point your web browser to , you should see a "Welc ### Home Page -Let's make a home page. To do this, let's first create a `base.html` file inside the `templates` directory. This step will make more sense as we move through this overview. We'll be using the CSS framework [Bulma](https://bulma.io/). +Let's make a home page. To do this, let's first create a `base.html` file inside the `templates` directory. This step will make more sense as we move through this overview. ```html @@ -87,7 +87,6 @@ Let's make a home page. To do this, let's first create a `base.html` file inside MyBlog -