ユーザ用ツール

サイト用ツール


サイドバー

このページの翻訳:



最近の更新



Tag Cloud

dokuwiki:06_dokuwiki_setup

文書の過去の版を表示しています。


06 Dokuwiki 初期設定

最初の見出しをページ名とする

dokuwiki.php

$conf['useheading']  = 0;                 //use the first heading in a page as its name

indexmenuプラグインを利用する場合

下記を1にする

管理→サイトの設定→機能フラグ

ページのHTMLが解析されるまでJavascriptの実行を延期する(ページの読み込み速度が向上しますが、一部のプラグインが正常に動作しない可能性があります)

/* Feature Flags */
$conf['defer_js'] = 0;                   // Defer javascript to be executed after the page's HTML has been parsed. Setting will be removed in the next release.

URL上の名前空間の区切りにスラッシュを使用 useslash

下記を1にする

$conf['useslash']    = 0;                //use slash instead of colon? only when rewrite is on

URLの書き換え userewrite

$conf['userewrite']  = 0;                //this makes nice URLs: 0: off 1: .htaccess 2: internal
dokuwiki/06_dokuwiki_setup.1619661383.txt.gz · 最終更新: 2021/04/29 10:56 by matsui