1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-16 11:04:13 +02:00

Changed Notes Dir

This commit is contained in:
Ryan Greenup
2020-07-17 04:35:00 +10:00
parent c032922d58
commit ee7ef09634

View File

@@ -1,5 +1,5 @@
#! /usr/bin/env bash #! /usr/bin/env bash
readonly NOTES_DIR="$HOME/Notes/MD/notes" ## TODO Global Variables are bad readonly NOTES_DIR="$HOME/Notes/" ## TODO Global Variables are bad
readonly SERVER_DIR="/srv/www/html/MD" readonly SERVER_DIR="/srv/www/html/MD"
readonly RECOLL_CONFIG_DIR="$HOME/.cadmus" readonly RECOLL_CONFIG_DIR="$HOME/.cadmus"
readonly MKDOCS_YML="$HOME/Notes/mkdocs.yml" ## This may be above the notes directory, the readonly MKDOCS_YML="$HOME/Notes/mkdocs.yml" ## This may be above the notes directory, the