faviconv-noREADME|ARCHIVES|CATEGORIES|SEARCH|
«Sat Dec 12 2020AkrISrn开发编译b2345ccRaw
目录结构
The documentation is a work in progress, and English edition is just an empty shell for now. I will translate it when Chinese edition has done.

编译完成的文件会输出在 dist 目录下。这是默认的目录结构:

dist
│   index.html
│   archives.md
│   categories.md
│   common.md
│   index.md
│   README.md
│   search.md
│
└─── uploads
│   │   favicon.png
│   │   logo.png
│
└─── assets
    │   config.js
    │
    └─── css
    │   │   app.[hash].css
    │   │   main.[hash].css
    │   │   prismjs.[hash].css
    │
    └─── js
        │   app.[hash].js
        │   chunk-vendors.[hash].js
        │   file.[hash].js
        │   main.[hash].js
        │   markdown.[hash].js
        │   prismjs.[hash].js
Plain text

高亮的行指示的是路径固定的重要文件。

其中 index.htmlassets/css/*assets/js/* 是编译后的代码文件。

assets/config.js 包含应用的一些可配置项。它默认指定了 favicon.png 和 六个 .md 文件的路径。uploads/logo.png 则是作为示例被 index.md 引用。

This page is open source, improve it
Graph