bhofstaetter/theme-basics

dev-master / 1.x-dev 2023-01-31 21:26 UTC

This package is auto-updated.

Last update: 2024-08-29 05:56:27 UTC


README

需求

PageController:
    yamReq_javascript:
        'https://unpkg.com/js-offcanvas@1/dist/_js/js-offcanvas.pkgd.min.js':
            identifier: 'js-offcanvas'
            include: 'single'
            version: '1.99.99'
            order: 5
        'dist/javascript/basic-bundle.js':
            identifier: 'basic-theme'
            resolve: 'theme'
            include: 'single'
            order: 10 # before custom theme
    yamReq_css:
        dist/css/basic-bundle.css:
            identifier: 'basic-theme'
            resolve: 'theme'
            include: 'combined'
            order: 0
        'https://unpkg.com/js-offcanvas@1dist/_css/prefixed/js-offcanvas.css':
            identifier: 'js-offcanvas'
            include: 'single'
            version: '1.99.99'

待办事项

  • 包含 Google Analytics
  • 包含 Cookiebot
  • 加载 css?
  • 分页 css?
  • 导航 css?
  • 构建生产就绪的 js/css