styles.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. +++
  2. title = "Styling"
  3. description = "Test for styling"
  4. tags = [ "hugotests" ]
  5. date = "2016-08-06"
  6. categories = [
  7. "hugotests"
  8. ]
  9. +++
  10. <h1>Titre 1</h1>
  11. <h2>TItre 2</h2>
  12. <p>f fo ijifwifj wi <em>wif wfj wj jfijij</em> wfijwjfhf sf fiafoi ajfifjffsfh fuhfusfnjnosvnsiofirgnak ef aoeif nsvjnrsv nsvosr viosrj ifjsrn vsro <strong>nsvnnsr</strong> oisvr vsorv oiijr isijrvoij<br />
  13. fefiesfisf fise fsef <quote>"ffsff fsgh wofepkd dodpofef edefå"</quote></p>
  14. <h3>Titre 3</h3>
  15. <h4>Titre 4</h4>
  16. <ul>
  17. <li>
  18. <a href="/2016/07/20/grgrrr-grhgeegg.html">Grgrrr Grhgeegg</a>
  19. </li>
  20. </ul>
  21. <blockquote>
  22. title: Gildas Chabot
  23. legend: Gnagna
  24. url: //gildasch.github.io
  25. encoding: UTF-8
  26. defaults:
  27. -
  28. scope:
  29. path: "" # an empty string here means all files in the project
  30. values:
  31. layout: "default"
  32. </blockquote>
  33. <p>/* Colors:</p>
  34. <p style='color:#263238'>background: #263238</p>
  35. <p style='color:#37474f'>current-line #37474f</p>
  36. <p style='color:#1c1f26'>far-background #1c1f26</p>
  37. <p style='color:#78909c'>inactive-gray #78909c</p>
  38. <p style='color:#455A64'>header-color #455A64</p>
  39. <p style='color:#a7adba'>subtle #a7adba</p>
  40. <p style='color:#555555'>selection #555555</p>
  41. <p style='color:#bf616a'>secondary-selection #bf616a</p>
  42. <p style='color:#ffffff'>foreground #ffffff</p>
  43. <p style='color:#b0bec5'>comment #b0bec5</p>
  44. <p style='color:#f36c60'>red #f36c60</p>
  45. <p style='color:#ff9800'>orange #ff9800</p>
  46. <p style='color:#fff59d'>yellow #fff59d</p>
  47. <p style='color:#8bc34a'>green #8bc34a</p>
  48. <p style='color:#81d4fa'>aqua #81d4fa</p>
  49. <p style='color:#4dd0e1'>blue #4dd0e1</p>
  50. <p style='color:#b39ddb'>purple #b39ddb</p>
  51. */
  52. </p>
  53. </div>