aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/in_source_files.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/in_source_files.org')
-rw-r--r--org/in_source_files.org11
1 files changed, 7 insertions, 4 deletions
diff --git a/org/in_source_files.org b/org/in_source_files.org
index db433b0..86b0607 100644
--- a/org/in_source_files.org
+++ b/org/in_source_files.org
@@ -7,6 +7,7 @@
#+COPYRIGHT: Copyright (C) 2015 - 2020 Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
+#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t
#+PROPERTY: header-args :exports code
#+PROPERTY: header-args+ :noweb yes
#+PROPERTY: header-args+ :eval no
@@ -47,13 +48,15 @@ import
<<imports_spine>>,
doc_reform.meta.rgx;
<<meta_config_file_in>>
-<<meta_config_file_hub>>
+<<meta_config_file_hub_0>>
+<<meta_config_file_hub_1>>
+<<meta_config_file_hub_2>>
#+END_SRC
*** 0. read config files (config local site & dr document make) (yaml)
**** 1. site configuration
-#+NAME: meta_config_file_hub
+#+NAME: meta_config_file_hub_0
#+BEGIN_SRC d
template readConfigSite() {
@system final auto readConfigSite(C,O)(C _conf_file_details, O _opt_action) {
@@ -167,7 +170,7 @@ webserv:
**** 2. document make/config
-#+NAME: meta_config_file_hub
+#+NAME: meta_config_file_hub_1
#+BEGIN_SRC d
static template readConfigDoc() {
import
@@ -223,7 +226,7 @@ static template readConfigDoc() {
*** YAML config (config local site & dr document make) :file:config:hub:
-#+NAME: meta_config_file_hub
+#+NAME: meta_config_file_hub_2
#+BEGIN_SRC d
static template configReadSiteYAML() {
import