Skip to content
Snippets Groups Projects
  1. Mar 05, 2016
  2. Feb 29, 2016
    • Isabella Skořepová's avatar
      Make lwip optional dependency · c1dbc12b
      Isabella Skořepová authored
      This allows it to run without compiler
      (namely VS on Windows).
      
      Image minification won't work when LWIP is
      not available. App will warn you about it.
      
      It will also generate lightbox for every image
      even those which are under 512.
      
      It also normalizes every path to path/to/file
      from path\to\file.
      c1dbc12b
  3. Feb 25, 2016
    • Isabella Skořepová's avatar
      Refine lead image support · 00472f7d
      Isabella Skořepová authored
      image now allows two different values for image url
      
      image = "image.png"
      leads to static/20xx/articlename/image.png
      to be used for unique lead images
      
      image="/images/name.png"
      leads to static/images/name.png
      to be used for unique lead images
      Verified
      00472f7d
Loading