Compare commits
No commits in common. "29c236affa49e25f528e0640b40c880445328da6" and "6990ca264d15083b2f26ae42343bba50ab75ce46" have entirely different histories.
29c236affa
...
6990ca264d
@ -7,7 +7,7 @@ export SCRIPT_DIR=$PROJ_DIR/scripts
|
|||||||
export FILES_DIR=$PROJ_DIR/files
|
export FILES_DIR=$PROJ_DIR/files
|
||||||
export SUBJECTS_DIR=$PROJ_DIR/subjects
|
export SUBJECTS_DIR=$PROJ_DIR/subjects
|
||||||
export UTILS_DIR=$SCRIPT_DIR/utils
|
export UTILS_DIR=$SCRIPT_DIR/utils
|
||||||
export SITE_NAV='[[/index.wiki|Index]] [[/full_index.wiki|Full Index]] [[/tasks.wiki|Tasks]] [[/how-to.wiki|How-To]] [[/subjects.wiki|Subjects]]'
|
export SITE_NAV='[[/index.wiki|Index]] [[/full_index.wiki|Full Index]] [[/tasks.wiki|Tasks Index]] [[/how-to.wiki|How-To Index]] [[/subjects.wiki|Subjects]]'
|
||||||
|
|
||||||
function import () {
|
function import () {
|
||||||
local SCRIPT_NAME="${1:?"import : script name not provided"}"
|
local SCRIPT_NAME="${1:?"import : script name not provided"}"
|
||||||
|
@ -10,11 +10,6 @@ get_journals journals
|
|||||||
echo "
|
echo "
|
||||||
%title Full Index
|
%title Full Index
|
||||||
|
|
||||||
------------------
|
|
||||||
$SITE_NAV
|
|
||||||
------------------
|
|
||||||
|
|
||||||
|
|
||||||
# Journals: Times & Topics
|
# Journals: Times & Topics
|
||||||
$(
|
$(
|
||||||
for file_path in ${journals[@]}; do
|
for file_path in ${journals[@]}; do
|
||||||
|
Loading…
Reference in New Issue
Block a user