如何编辑我的 openedx 主页?

How to edit my openedx home page?

主页显示默认文本:

Welcome to the Open edX® platform! It works! This is the default homepage for this Open edX instance.

去哪里编辑这个内容?

免责声明: 在网上找到了这些解决方案,但我没有实施它们。为了方便和以后的测试,我在这里总结了它们。 (Source discussion)


有两种方法可以更改页面内容。

1。手动

如果要手动更新代码,编辑主要页面为:

  • 学习管理系统:
    • edx-playform/lms/templates/main.html
  • 内容管理系统:
    • edx-playform/cms/templates/base.html
    • edx-playform/cms/templates/widgets/header.html

2。通过主题及其版本

  1. 获取代码:
    git clone https://github.com/Stanford-Online/edx-theme /edx/app/edxapp/themes/
  2. 重命名 scss :
    mv _default.scss edx-theme.scss
  3. lms.env.json 中设置 "USE_CUSTOM_THEME": true " , "THEME_NAME": 在 lms.env.json
  4. 中设置 "edx-theme"
  5. 编辑/edx/app/edxapp/edx-platform/lms/templates/index.html