diff --git a/.dependencies b/.dependencies index 3e82e0680f..3b6e375bcf 100644 --- a/.dependencies +++ b/.dependencies @@ -7,6 +7,10 @@ git: url: https://github.com/getgrav/grav-plugin-error path: user/plugins/error branch: master + markdown-notices: + url: https://github.com/getgrav/grav-plugin-markdown-notices + path: user/plugins/markdown-notices + branch: master antimatter: url: https://github.com/getgrav/grav-theme-antimatter path: user/themes/antimatter @@ -20,6 +24,10 @@ links: src: grav-plugin-error path: user/plugins/error scm: github + markdown-notices: + src: grav-plugin-markdown-notices + path: user/plugins/markdown-notices + scm: github antimatter: src: grav-theme-antimatter path: user/themes/antimatter diff --git a/user/pages/01.home/default.md b/user/pages/01.home/default.md index 64ea8aebab..3ebb8dda0d 100644 --- a/user/pages/01.home/default.md +++ b/user/pages/01.home/default.md @@ -7,7 +7,7 @@ title: Home Congratulations! You have installed the **Base Grav Package** that provides a **simple page** and the default **antimatter** theme to get you started. ->>>>> If you want a more **full-featured** base install, you should check out [**Skeleton** packages available in the downloads](http://getgrav.org/downloads). +!!! If you want a more **full-featured** base install, you should check out [**Skeleton** packages available in the downloads](http://getgrav.org/downloads). ### Find out all about Grav @@ -36,4 +36,4 @@ Creating a new page is a simple affair in **Grav**. Simply follow these simple 3. Save this file in the `user/pages/02.mypage/` folder as `default.md`. This will tell **Grav** to render the page using the **default** template. 4. That is it! Reload your browser to see your new page in the menu. ->>> NOTE: The page will automatically show up in the Menu after the "Home" menu item. If you wish to change the name that shows up in the Menu, simple add: `menu: My Page` between the dashes in the page content. This is called the YAML front matter, and it is where you configure page-specific options. +! NOTE: The page will automatically show up in the Menu after the "Home" menu item. If you wish to change the name that shows up in the Menu, simple add: `menu: My Page` between the dashes in the page content. This is called the YAML front matter, and it is where you configure page-specific options.