diff --git a/README.md b/README.md index 87841c3..fd53a80 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ content/careers/index.md or content/careers.md -> yoururl.com/careers ### Blog -The blog page is created by default if there is a blog folder in the content directory. The blog page consists of a featured post row, a paginated grid of posts sorted by recency, and a side nav oof post categories and featured posts. +The blog page is created by default if there is a blog folder in the content directory. The blog page consists of a featured post row, a paginated grid of posts sorted by recency, and a side nav of post categories and featured posts. Blog posts can have categories, and can be filtered by said categries. To add a new category simply define the posts category in the yaml header of the blog's index.md file. See /content/blog/2019/01/post-3/index.md for example. The side navigation and category based listing will be automatically updated. -To make a blog post featured, simply add an isFeatured attribute to the yaml header of the blog post. The most recent featured blog post wiill be displayed on the heading row of the blog page, and the rest will be displayed under featured posts in the side nav. See /content/blog/2019/03/post-5/index.md for implementation. +To make a blog post featured, simply add an isFeatured attribute to the yaml header of the blog post. The most recent featured blog post wiil be displayed on the heading row of the blog page, and the rest will be displayed under featured posts in the side nav. See /content/blog/2019/03/post-5/index.md for implementation. ### Creating custom pages @@ -46,7 +46,7 @@ By default, the markdown file will be displayed plainly as it is. #### Page templates -If you wish to display your markdown files in a specific page template, simply define the template you would like to use in the yaml header of your markdown file. For instance, the blogPage.html template displays blog posts with author info, date, side margins, and a hero image on top oof the post. See any blog page in /content for implementation. +If you wish to display your markdown files in a specific page template, simply define the template you would like to use in the yaml header of your markdown file. For instance, the blogPage.html template displays blog posts with author info, date, side margins, and a hero image on top of the post. See any blog page in /content for implementation. #### Augmented MD @@ -66,7 +66,7 @@ See /content/\_index.md for implementation. ### Header & Footer -The header and footer are also created from markdown files in the content directory. In /content/header/\_index.md, each header item is bulleted. If a header item has a row beneath it, the rw will be displayed as a sub-menu on click. Otherwise, if header item is a link, it will simply navigate to the linked page. +The header and footer are also created from markdown files in the content directory. In /content/header/\_index.md, each header item is bulleted. If a header item has a row beneath it, the row will be displayed as a sub-menu on click. Otherwise, if header item is a link, it will simply navigate to the linked page. The footer, likewise, is structured using the row shortcode. However the left section with page summary is built in. To edit the site destcription, one should edit the description (in the yaml header) of the footer md file. To edit the social links, simply add the social outlets name and your link into the socialLinks dictionary attribute on the yaml header of the footer/\_index.md. If a social icon exists for the social outlet, the link wiill be automatically rendered within the icon, displayed in the footer. diff --git a/css/index.css b/css/index.css index cf7783e..e4f21e0 100644 --- a/css/index.css +++ b/css/index.css @@ -53,6 +53,9 @@ img[src*="#large"] { nav p { @apply hidden sm:block md:block lg:block xl:block 2xl:block; } + blockquote { + @apply border-l-4 border-gray-400 mx-2 my-2 p-2; + } } h3 { diff --git a/css/layout.css b/css/layout.css index 3e3febd..8a41da0 100644 --- a/css/layout.css +++ b/css/layout.css @@ -14,7 +14,7 @@ body { p, li { /* for handling Markdown-created
and