Skip to content

Latest commit

 

History

History
153 lines (106 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

153 lines (106 loc) · 13.1 KB

Changelog

0.2.3 (2020-02-09)

Fixed

  • 🐛 Fix #32: add SCSS rules for headings [6b20a50]

0.2.2 (2020-02-04)

Changed

  • 💄 Update table styles to Bulma style with @extend [fa57a2d]

Fixed

  • 🐛 Fix #31: error in heading tags [fb47c3e]
  • 🐛 Change SITEURL by main_siteurl (fix #29) [8f77ca5]

Miscellaneous

  • 📸 Add screenshots for version 0.2.1 (resolve #27) [de21555]
  • 💩 Add Matomo support (#26) [c9f60e7]

0.2.1 (2020-01-10)

Changed

  • 🎨 Add space at the closing of SITEURL variable [9de0e10]
  • 🔧 Specify SITEURL because it was empty [7ea15c9]

Fixed

  • 🐛 Define conditions to choose theme logo (fix #25) [b97e26b]

Documentation

  • 📝 Write documentation for WELCOME_HEADING [0090b36]
  • 📝 Write documentation for CATS_NOT_DROPDOWN [ae3fb67]

0.2.0 (2020-01-10)

Added

  • ✨ Add CATS_NOT_DROPDOWN to not use a dropdown menu [29e526d]
  • ✨ Add customizable welcome heading (solves #24) [8eab21a]

Fixed

  • 🐛 Fix #23: use {{ article.title }} inside <h2> tag [5d03276]
  • 🐛 Fix #22: Add date in the entries (article.html) [b7a0687]

0.1.0 (2019-12-09)

Changed

  • 💬 Change href attribute of the logo [31cf3d7]
  • 🍱 Update Buruma logo [c4c998f]
  • ⚡ Add minified CSS (fix #12) [3f1f518] 🎨 Add if to use Buruma logo if not THEME_LOGO (#4) [a905301]
  • 🍱 Add Pelican and Buruma logos to images folder [83a308e]
  • 💄 Adapt color vars in navbar and tags elements #5 [a47520d]
  • 💄 Change colors between $info and $link (#5) [e99f8a2]
  • 💄 Add template to handle 404 error (#1) [92d8e4a]
  • 💄 Add template to list authors (#1) [6f18a7f]
  • 💄 Add template to list arts. categorized in (#1) [548bac2]
  • 💄 Add template to list articles tagged with (#1) [6a67a3a]
  • 💄 Add template to list articles by one user (#1) [9028ccf]
  • 🎨 List articles including article_extract.html [cefe351]
  • 🎨 Add a necessary close tag for a div [7bda531]
  • 🎨 Create an easy to include template for articles [66e503b]
  • 🔧 Fix version [8fa2813]

Localizations/translations

  • 🌐 Add Spanish translation (#11) [05b90c3]
  • 🌐 Add English translation (#11) [a2f79d5]
  • 🌐 Add extracted strings (#11) [705f406]
  • 🌐 Fix extract and update instructions (#11) [577c8cc]
  • 🌐 Add Babel configuration (#11) [ff01ae5]
  • 🌐 Add Makefile to run the tasks easily (#11) [1cfdc83]
  • 🌐 Localize translatable strings (#8) [feee462]
  • 🌐 Localize translatable strings (#8) [c0a7080]
  • 🌐 Localize translatable strings (#8) [48dcbf5]
  • 🌐 Localize translatable strings (#8) [8dedc12]
  • 🌐 Mark translatable strings (#8) [000b127]
  • 🌐 Add {{ LICENSE_NOTICE }} instead of raw license [5e01c0a]
  • 🌐 Localize and translate string [05e46f8]
  • 🌐 Add details to English and Spanish translation [758f1e5]

Documentation

  • 🔧 Remove items in the menu of the navbar [49d26a2]
  • 🔧 Fix an error in the extract. [6aad9f1]
  • 🔧 Apply is-primary to documentation category [e023088]
  • 🔧 Update config variables and clean the file [b1cdd15]
  • 🔧 🚀 Add theme and plugins config (#2) [f5de764]

Fixed

  • 🐛 Fix #10. Changes in href attr in a tag. [493eb4a]
  • 🐛 Close not closed if statements and fix extends [b73f151]
  • 🐛 Use article.url instead of article.slug (fix #7) [71dcc29]

Miscellaneous

  • 📝 Fix some minor problems [8c18d65]
  • 📝 Write a quickstart guide to use Buruma (#2) [2462400]
  • 📝 Write docs for Buruma settings (#2) [7f9a67d]
  • 🙈 Ignore some Python/Pelican dirs [9522521]
  • 🚀 Remove plugins directory before to clone [4004f25]
  • 🚀 Fix deploy on Netlify [eb3dd4d]
  • 🚀 Fix config to deploy /docs on Netlify [59499d4]
  • 📝 Add content to test the correct deployment (#2) [c5b67dd]
  • 🚀 Add necessary files to deploy on Netlify (#2) [0097e64]
  • 🚀 Fix Netlify building config (#2) [19d978e]
  • 🚀 Add Pelican structure for /docs deploy (#2) [f8b6b90]
  • 🚀 Add Makefile to generate and deploy /docs (#2) [dbc1d32]
  • 🚀 Add Netlify configuration for /docs (#2) [12f8a4b]
  • 📝 Add warning about jinja.ext.i18n (#8) [2813013]
  • 🙈 Ignore CSS files. [53db292]
  • 📝 Indicate some specifications in the README. [ecdf29d]

0.1.0-alpha (2019-12-06)

Changed

  • 🔧 Add package.json [b258c41]
  • 💄 Add some basic templates [fc1f122]
  • 💄 Add initial static files [e9c9c02]

Fixed

Miscellaneous

  • 🙈 Ignore node_modules and package-lock.json [75ca11e]
  • 📝 Improve README [fbbc3e1]
  • Initial commit [38ebe39]