AWStats Theme WebStack
1.0.0
A static URL navigation website, a static navigation website theme generated based on AWStats static generator
npm install awstats-cli -g # # 安装cli
mkdir AWStats-WebStack # # 新建文件夹
cd AWStats-WebStack # # 进入新建的文件及
awstats init # # 初始化awstats,默认含AWStats-Theme-HomePage
git clone [email protected]:lete114/AWStats-Theme-WebStack.git themes/WebStack
Modify theme of config.yml in the root directory to the theme name: theme: WebStack
config.WebStack.ymlhas higher priority thanthemes/WebStack/config.yml
You can use themes/WebStack/config.yml for configuration or copy it to the root directory AWStats-WebStack/config.yml and rename it to config.WebStack.yml , where WebStack should keep the same name as the file under themes/ (including upper and lower case)
For more information about AWStats, please go to https://github.com/lete114/AWStats
MIT