Sha256: 7a0b38bbfda8bc6b5a2502f1537e1021b0ae14947264da7451331c48b29f14b7
Contents?: true
Size: 504 Bytes
Versions: 15
Compression:
Stored size: 504 Bytes
Contents
#+TITLE: Relative Tangle In this test, tangles files will exist relative to this file. #+begin_src yaml :tangle conf.yml bind: 0.0.0.0 port: 2442 #+end_src e.g. including the connections to the database in the same file: #+begin_src yaml :tangle conf.yml mysql: db: users host: somewhere-example.local password: 111111111 #+end_src When directory does not exists, it should create when =:mkdirp= is specified. #+begin_src yaml :tangle config/hello.yml :mkdirp true config: 'hello' #+end_src
Version data entries
15 entries across 15 versions & 1 rubygems