Skip to content
  1. Aug 02, 2021
  2. Sep 11, 2018
  3. 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
  4. May 27, 2018
  5. May 16, 2018
  6. May 15, 2018
  7. Dec 01, 2017
  8. Nov 05, 2017
  9. 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
  10. May 06, 2017
  11. Apr 11, 2017
  12. Mar 03, 2017
  13. Jan 09, 2017
  14. Oct 07, 2016
  15. Sep 23, 2016
  16. Sep 05, 2016
  17. Jul 21, 2016
  18. Jul 14, 2016
  19. 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
  20. Jun 23, 2016
  21. Jun 21, 2016
  22. Jun 20, 2016
  23. Jun 18, 2016
  24. Jun 15, 2016
  25. Jun 03, 2016
  26. May 29, 2016
  27. May 28, 2016
  28. Apr 19, 2016