Advertisement
Guest User

post.md

a guest
Mar 23rd, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. ---
  2. title: 'Welcome to Grav!'
  3. author: 'John Doe'
  4. date: '16:00 10-07-2015'
  5. taxonomy:
  6. category:
  7. - blog
  8. tag:
  9. - grav
  10. ---
  11.  
  12. You'll find this post in your `user/pages/01.blog/welcome-to-grav` folder - edit this post and reload the browser to see your changes.
  13.  
  14. To add new posts, simply add a folder in the `user/pages/01.blog/` folder and give it a unique slug for folder name. Then copy this `post.md` file into it and edit.
  15.  
  16. ![](image1.jpg)
  17. ---
  18.  
  19. Grav supports [markdown](https://en.wikipedia.org/wiki/Markdown) so you can do things like this:
  20.  
  21. ## Basic formatting
  22.  
  23. Paragraphs can be written like so. A paragraph is the basic block of Markdown. A paragraph is what text will turn into when there is no reason it should become anything else.
  24.  
  25. Paragraphs must be separated by a blank line. Basic formatting of *italics* and **bold** is supported. This *can be **nested** like* so.
  26.  
  27. Check out the [Grav docs][grav-docs] for more info on how to get the most out of Grav. File all bugs/feature requests at [Grav's GitHub repo][grav-gh].
  28.  
  29. [grav]: http://jekyllrb.com
  30. [grav-docs]: http://learn.getgrav.org
  31. [grav-gh]: https://github.com/getgrav/grav
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement