6 April 2023
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 thehtml
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
andtags/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.