You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
904 B

4 years ago
6 years ago
6 years ago
4 years ago
4 years ago
  1. # Blogo [![Go Report Card](https://goreportcard.com/badge/github.com/arnaucube/blogo)](https://goreportcard.com/report/github.com/arnaucube/blogo)
  2. Static blog generator, templating engine from markdown and html templates
  3. ![blogo](https://raw.githubusercontent.com/arnaucube/blogo/master/blogo.png "blogo")
  4. ## Use
  5. A complete usage example can be found in this repo: https://github.com/arnaucube/blogoExample
  6. ### Config example
  7. ```json
  8. {
  9. "title": "Blogo Blog",
  10. "relativePath": "",
  11. "absoluteUrl": "https://blog.website.com",
  12. "indexTemplate": "index.html",
  13. "postThumbTemplate": "postThumbTemplate.html",
  14. "posts": [
  15. {
  16. "thumb": "article0_thumb.md",
  17. "md": "article0.md",
  18. "metaimg": "img/article0-img.png",
  19. "metadescr": "description of the article 0"
  20. },
  21. ],
  22. "copyRaw": [
  23. "css",
  24. "img",
  25. "js"
  26. ]
  27. }
  28. ```
  29. ---
  30. Blogo is used in https://arnaucube.com/blog