diff --git a/Makefile b/Makefile index 1faecb84e..bd618699d 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ install: -cp -n .env.dist .env if [ ! -d "${KEYS_DIR}" ]; then mkdir -p ${KEYS_DIR}; openssl genrsa -out ${KEYS_DIR}/private.pem 2048; openssl rsa -in ${KEYS_DIR}/private.pem -outform PEM -pubout -out ${KEYS_DIR}/public.pem; fi mkdir -p moderation - touch moderation/sus.txt moderation/rules-users.md moderation/rules-terminology.md moderation/rules-sources.md moderation/timesheets.md moderation/expenses.md + touch moderation/sus.txt moderation/rules-users.md moderation/rules-terminology.md moderation/rules-sources.md moderation/timesheets.md moderation/expenses.md moderation/blog.md pnpm install pnpm run-file server/migrate.ts diff --git a/components/AdminDashboardCard.vue b/components/AdminDashboardCard.vue index 0eb46dad2..08a1c4ddb 100644 --- a/components/AdminDashboardCard.vue +++ b/components/AdminDashboardCard.vue @@ -1,3 +1,42 @@ + + - - diff --git a/components/BlogEntriesList.vue b/components/BlogEntriesList.vue deleted file mode 100644 index b20a6dd20..000000000 --- a/components/BlogEntriesList.vue +++ /dev/null @@ -1,95 +0,0 @@ - - - - - diff --git a/components/Stats.vue b/components/Stats.vue index 4068b78f1..8629d196c 100644 --- a/components/Stats.vue +++ b/components/Stats.vue @@ -56,7 +56,7 @@ const formatDuration = (secondsCount: number): string => { | footer.stats.current

-