README.md in jekyll-theme-minimalistic-0.4.0 vs README.md in jekyll-theme-minimalistic-0.4.1

- old
+ new

@@ -13,18 +13,19 @@ ![Screenshot](https://user-images.githubusercontent.com/28614457/179896288-56255d9e-946a-4566-aca4-85459d403ff9.png) ## Features 1. Auto light/dark mode. 2. Syntax Highlighting for light/dark mode. -3. Logo Support for thr page. +3. Logo Support for the page. 4. Links in Sidebar. 5. List/Sublist in Sidebar. 6. Fully responsive with mobile support. 7. Logo/Favicon Support. 8. Github-Pages Support. -9. Under active development. -10. And many more. 😁 +9. Card Support +10. Under active development. +11. And many more. 😁 ## Usage To use the Minimalistic theme: @@ -140,9 +141,21 @@ ```yml navigation: - name: [Write name of your hyperlink] link: ./xyz.html +``` + +### Adding Card: + +Use the code template: +```html +<div class="card"> + <h3>Some Title</h3> + <p><b>New Delhi</b>, India<br> + Some Text</p> + <a href="https://vaibhavvikas.ml/"><span class="card-link-spanner"></span></a> +</div> ``` ### Stylesheet If you'd like to add your own custom styles: