faviconv-noREADME|ARCHIVES|CATEGORIES|SEARCH|
«Thu Dec 10 2020AkrISrnsnippetcode部署配置6837090Raw
config.js
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.
vnoConfig = {
  siteName: '',
  dateFormat: '',
  smartQuotes: '',
  replacer: [],
  cdn: '',
  cacheKey: '',
  paths: {
    favicon: '/uploads/favicon.png',
    index: '/index.md',
    readme: '/README.md',
    archive: '/archives.md',
    category: '/categories.md',
    search: '/search.md',
    common: '/common.md',
  },
  messages: {
    home: 'HOME',
    raw: 'Raw',
    footnotes: 'Footnotes:',
    returnHome: 'Return to home',
    lastUpdated: 'Last updated',
    untagged: 'untagged',
    pageError: 'There is something wrong with this page.',
    searching: 'Searching...',
    searchNothing: 'Nothing.',
    showBacklinks: 'Show backlinks',
    noBacklinks: 'No backlinks.',
    loading: 'Loading...',
    redirectFrom: 'Redirect from: ',
  },
  defaultConf: '',
  multiConf: {},};
JavaScript
This page is open source, improve it
Graph