fix css bug and permissions bug

This commit is contained in:
q 2024-11-18 01:53:38 -05:00
parent 532d38eeb9
commit 30251d5190
18 changed files with 25 additions and 19 deletions

View file

@ -15,9 +15,9 @@ mkdir -p "$path/$name/_werc" "$path/$name/blog/_werc"
# Create the first config file (not under blog)
cat > "$path/$name/_werc/config" <<EOF
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki
conf_enable_cssedit $name
wiki_editors_groups=$name
css_file='_werc/style.css'
EOF