mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-11 08:03:05 +03:00
13 lines
280 B
Org Mode
13 lines
280 B
Org Mode
#+HUGO_SECTION: posts
|
|
#+HUGO_BASE_DIR: ../
|
|
#+TITLE: Charts test
|
|
#+DATE: 2023-02-02
|
|
#+HUGO_TAGS: emacs
|
|
#+HUGO_DRAFT: true
|
|
#+HUGO_CUSTOM_FRONT_MATTER: :scripts '("/js/chart.js" "/js/2023-04-14-emacs.js")
|
|
|
|
Hello world
|
|
|
|
#+begin_export html
|
|
<canvas id="myChart"></canvas>
|
|
#+end_export
|