Skip to content

6 April 2023

Compare
Choose a tag to compare
@LebCit LebCit released this 06 Apr 21:42
· 107 commits to master since this release

Blog-Doc has been rewritten from ground-up with a much better code organization !

  • Blog-Doc is now written in ES6.
  • A Gallery allows to upload images that can be used while creating or updating a page or a post.
  • Validations were added to the upload and settings pages.
  • A build and download route creates and gives a zipped folder containing the contents of the generated static site.
  • The .html extension and the html manipulation were removed from the build process.
  • The administration folder has been removed from the build process.
  • Pages, posts and tags URLs are now displayed depending on the visited type : pages/page, posts/post and tags/tag.
  • After creating a page or a post, app waits then redirects to the newly created content correctly.
  • The number of posts to display per page on the blog can be modified in the settings page.
  • The featured image of the blog can be changed from the settings page.
  • The menu links can be sorted by drag and drop in the settings page.
  • The glob dependency has been replaced by a small function.
  • The formidable module was added to simplify the update of the images into the gallery.
  • The archiver module was added to simplify the creation of the zipped folder containing the generated static site.
  • The documentation has been updated.