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.

86 lines
3.4 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="description" content="Webpage description goes here" />
  5. <meta charset="utf-8">
  6. <title>[blogo-title]</title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <meta name="author" content="">
  9. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
  10. <link rel="stylesheet" href="css/style.css">
  11. <!-- highlightjs -->
  12. <!-- <link rel="stylesheet" href="js/highlightjs/atom-one-dark.css"> -->
  13. <link rel="stylesheet" href="js/highlightjs/gruvbox-dark.css">
  14. <script src="js/highlightjs/highlight.pack.js"></script>
  15. <!-- katex -->
  16. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/katex.min.css" integrity="sha384-Um5gpz1odJg5Z4HAmzPtgZKdTBHZdw8S29IecapCSB31ligYPhHQZMIlWLYQGVoc" crossorigin="anonymous">
  17. </head>
  18. <body>
  19. <!-- o_gradient_background" -->
  20. <nav id="mainNav" class="navbar navbar-default navbar-fixed-top"
  21. style="height:50px;font-size:130%;">
  22. <div class="container">
  23. <a href="/blog" style="color:#000;">Blog index</a>
  24. <a href="/" style="color:#000;float:right;">arnaucube.com</a>
  25. </div>
  26. </nav>
  27. <div class="o_gradient_background" style="height:5px;"></div>
  28. <div class="container" style="margin-top:80px;max-width:800px;">
  29. [blogo-content]
  30. </div>
  31. <footer style="text-align:center; margin-top:100px;margin-bottom:50px;">
  32. <div class="container">
  33. <div class="row">
  34. <ul class="list-inline">
  35. <li><a href="https://twitter.com/arnaucube"
  36. style="color:gray;text-decoration:none;"
  37. target="_blank">twitter.com/arnaucube</a>
  38. </li>
  39. <li><a href="https://github.com/arnaucube"
  40. style="color:gray;text-decoration:none;"
  41. target="_blank">github.com/arnaucube</a>
  42. </li>
  43. </ul>
  44. </div>
  45. <div class="row" style="display:inline-block;">
  46. Blog made with <a href="http://github.com/arnaucube/blogo/"
  47. target="_blank" style="color: gray;text-decoration:none;">Blogo</a>
  48. </div>
  49. </div>
  50. </footer>
  51. <script>
  52. </script>
  53. <script src="js/external-links.js"></script>
  54. <script>hljs.initHighlightingOnLoad();</script>
  55. <script defer src="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/katex.min.js" integrity="sha384-YNHdsYkH6gMx9y3mRkmcJ2mFUjTd0qNQQvY9VYZgQd7DcN7env35GzlmFaZ23JGp" crossorigin="anonymous"></script>
  56. <script defer src="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/contrib/auto-render.min.js" integrity="sha384-vZTG03m+2yp6N6BNi5iM4rW4oIwk5DfcNdFfxkk9ZWpDriOkXX8voJBFrAO7MpVl" crossorigin="anonymous"></script>
  57. <script>
  58. document.addEventListener("DOMContentLoaded", function() {
  59. renderMathInElement(document.body, {
  60. displayMode: false,
  61. // customised options
  62. // • auto-render specific keys, e.g.:
  63. delimiters: [
  64. {left: '$$', right: '$$', display: true},
  65. {left: '$', right: '$', display: false},
  66. ],
  67. // • rendering keys, e.g.:
  68. throwOnError : true
  69. });
  70. });
  71. </script>
  72. </body>
  73. </html>