Le blog de Victor Héry https://blog.victor-hery.com
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.

108 lines
4.4 KiB

  1. Version 2.0 (under development)
  2. ===============================
  3. * Link to your social profiles
  4. * Upgraded to Twitter Bootstrap 2.3.2
  5. * Upgraded to Tipue Search 3.1
  6. * Support for `custom.css`
  7. * [Stat Counter Analytics ](http://statcounter.com/) support
  8. * Google Universal Analytics support
  9. * Support for custom icons for social profiles
  10. * Support for Pelican (>3.3) new metadata `modified`
  11. * Support for Social Media Tags
  12. * Support for Google Authorship
  13. * Translations support
  14. * `article.comments_intro` that overrides `COMMENTS_INTRO`. Now you can define
  15. article specific comments introduction
  16. * Add Disqus comments to Pages
  17. * All customizable variables consolidated in a single `_defaults.html`, making
  18. it easier for you to customize or even *localize* the theme
  19. Performance
  20. -----------
  21. * Performance improvement- 4x faster output
  22. * Reduce number of HTTP requests using `assets` plugin
  23. * Shortcut icons, like favicon, are disabled by default. Set
  24. `USE_SHORTCUT_ICONS` to true to enable it
  25. Visual Style
  26. ------------
  27. * Email newsletter subscriber form style matches rest of the theme
  28. * Article images have a visible border
  29. * Block quotes have a quote icon instead of a thick line on left
  30. * Article's paragraph font size is bigger, for better readability
  31. * Remove unnecessary padding in sidebar's tag list
  32. * Archives page and recent posts on home page have better presentation
  33. * Time stamps in categories and tags pages are justified
  34. * Line number in code block is hidden on tablets and phones to save space for
  35. content
  36. * More sizes of image for Apple Touch icons
  37. * Fixed: Nested lists have different font sizes
  38. * Fixed: CSS style rules for literal block in reST is missing
  39. * Fixed: Long lines in code block will wrap to next line
  40. * Fixed: Code block will not play nice with line numbers
  41. * Fixed: Subscribe button changes its size on smaller screens
  42. * Fixed: Articles under tag heading on tags page are not sorted
  43. * Fixed: URL scheme for blogs which are not published to the root folder
  44. * Fixed: Footer is always under the fold even on smaller length web pages
  45. * Fixed: Site Name and top navigation menu move to left on wide displays
  46. * Fixed: Page link is not active in the navbar if `SAVE_PAGE_AS` is not set to
  47. default
  48. Plugins
  49. -------
  50. * Use `neighbor` plugin to show next and previous articles
  51. * Use `assets` plugin to minify CSS and JS files
  52. * Support for `share_post` plugin
  53. * Support for `related_posts` plugin
  54. * Support for `multi_part` plugin
  55. Behaviour
  56. ---------
  57. * Search results link open in the same window, which is consistent with
  58. internet search engines
  59. * Comments section message changes when user toggles it
  60. * Fixed: Clicking Search button in 404.html does not trigger search
  61. Version 1.3
  62. ===========
  63. * Next and previous article navigation is placed below comments section so that article's content and comments appear together
  64. * Article title and site name in `<title>` tag is separated by ` · ` which is cleaner and more subtle than ` - `
  65. * Subtitle of articles and pages is added in `<title>` tag along with main title
  66. * Description meta tag on Home Page uses `SITE_DESCRIPTION`
  67. * Bug fix: Expand comments section if URL points to a comment
  68. * Bug fix: CSS style of links in an unordered list inside article content is different from article links
  69. Version 1.2
  70. ===========
  71. * RSS and Atom feed links
  72. * CSS style for permanent links added. It is visible only user hovers over the heading
  73. * Block quote is indented towards left
  74. * Bug fix: Hyperlink dashed underline is not visible on Chrome
  75. * Bug fix: Text in list goes beyond list marker when text is long and overflows to next line
  76. * Bug fix: Disqus comment count is always 0
  77. Version 1.1
  78. ===========
  79. * Add template for pages. Pages do not have tags, category and Disqus comments
  80. * Keep style of a hyperlink in `modified` meta data consisted with the theme
  81. * Add `keywords` meta tag that uses keywords, tags and category attribute of articles and pages
  82. * Validate search form for empty strings
  83. * If `RECENT_ARTICLES_COUNT` is undefined, set it to 10. So that Pelican does not throw critical error
  84. * Bug fix: Path of search.html in search form action should always be absolute
  85. * Bug fix: Copyright meta tag should be set to the author, instead of the license
  86. * Bug fix: Close meta tags
  87. * Bug fix: ID of search form in 404 page should be different from the ID of search form in main navigation
  88. * Bug fix: Links in ordered list in an article do not conform to the link style in rest of the article
  89. Version 1.0
  90. ===========
  91. * Initial release