Skip to content
  1. Sep 11, 2018
  2. Aug 23, 2018
    • François Michonneau's avatar
      Replace page.root (#310) · 39ed62b9
      François Michonneau authored
      * replace page.root with 'base' variable that knows path level
      
      * deal with case of trailing / in URL
      
      * use link to figure out path for logos
      
      * simplify path building for favicons
      
      * baseurl isn't used in our template so it can removed
      * use 'base' variable for path root instead of unecessary http request to
        site.url
      
      * replace page.root with 'base' variable that knows path level
      
      * deal with case of trailing / in URL
      
      * use link to figure out path for logos
      
      * simplify path building for favicons
      
      * baseurl isn't used in our template so it can removed
      * use 'base' variable for path root instead of unecessary http request to
        site.url
      
      * rename variable, consolidate comments
      
      * rename variable in template files
      39ed62b9
  3. May 27, 2018
  4. May 16, 2018
  5. May 15, 2018
  6. Dec 01, 2017
  7. Nov 05, 2017
  8. Jul 05, 2017
    • Raniere Silva's avatar
      Fix logo at navbar · 0ab311b1
      Raniere Silva authored
      by run
      
      ~~~
      $ find _includes -type f -exec sed -i "s/page.carpentry/site.carpentry/g" {} \;
      $ find _layouts -type f -exec sed -i "s/page.carpentry/site.carpentry/g" {} \;
      $ find _extras -type f -exec sed -i "s/page.carpentry/site.carpentry/g" {} \;
      $ find _episodes -type f -exec sed -i "s/page.carpentry/site.carpentry/g" {} \;
      $ find bin -type f -exec sed -i "s/page.carpentry/site.carpentry/g" {} \;
      $ find assets -type f -exec sed -i "s/page.carpentry/site.carpentry/g" {} \;
      ~~~
      0ab311b1
  9. May 06, 2017
  10. Apr 11, 2017
  11. Mar 03, 2017
  12. Jan 09, 2017
  13. Oct 07, 2016
  14. Sep 23, 2016
  15. Sep 05, 2016
  16. Jul 21, 2016
  17. Jul 14, 2016
  18. Jun 26, 2016
    • Greg Wilson's avatar
      Styling workshops correctly. · e0f4c7a8
      Greg Wilson authored
      1.  Use site.root for root path if set, otherwise use site.github.url.
      2.  Display extra files for workshop-template repo as well as for lessons.
      e0f4c7a8
  19. Jun 23, 2016
  20. Jun 21, 2016
  21. Jun 20, 2016