我应该将 OctoberCMS 的图像文件放在哪里
Where should I place my image files for OctoberCMS
我目前正在使用 OCtoberCMS 开发一个网站,我正在使用 Hamberns 提供的 bootstrap 主题,我想通过放置图像叠加来自定义我的超大屏幕。我的问题是我的图像文件放在哪里? OctoberCMS 文件结构让我很困惑。
您通常会将图像放在 themes/[theme-name]/assets/images
中。然后您可以像这样在模板中引用该文件:<img src="{{ 'assets/images/your-image.jpg'|theme }}" alt="My Image" />
我目前正在使用 OCtoberCMS 开发一个网站,我正在使用 Hamberns 提供的 bootstrap 主题,我想通过放置图像叠加来自定义我的超大屏幕。我的问题是我的图像文件放在哪里? OctoberCMS 文件结构让我很困惑。
您通常会将图像放在 themes/[theme-name]/assets/images
中。然后您可以像这样在模板中引用该文件:<img src="{{ 'assets/images/your-image.jpg'|theme }}" alt="My Image" />