罗马,以受古罗马手稿启发的主题

Rome is a light Discourse theme that feels like an ancient roman manuscript and uses color based on pigments available to an artist of the time.

This is my second Discourse theme, following Ghost!

Coming next is a theme setting to make it less tied to history, which might make sense for Science and Research communities.

Daily quote

I borrowed the sidebar widget from Fakebook and replaced the intro with a random daily quote to encourage civilized discourse, fetched from a serverless Deno script. I added three quotes by Marcus Aurelius, Alexander the Great (yes, he’s Macedonian :slightly_smiling_face:), and Julius Ceasar. Feel free to suggest quotes by creating an issue or pull request at https://github.com/melhosseiny/rome-quotes.

Mood


Source: Sentences, folio 171r, Peter Lombard (yes, it’s medieval :laughing:)

Let me know in the comments if you experience issues or have suggestions!

33 个赞

在移动设备和 PC 上,在主题中,我们如何关闭评论和观看次数?

1 个赞

我的 CSS 很基础,但你可以添加一个主题组件来实现。

如果你将此粘贴到新组件的“Common”选项卡中,应该就可以实现:

.topic-list .topic-list-item .main-link .link-bottom-line .views{
    display: none;
}

.topic-list .topic-list-item .main-link .link-bottom-line .badge-posts {
    display: none;
}
额外详情
  • 转到 /admin/customize/themes
  • 点击 install 然后点击 create new
  • 给它起个名字,并选择“component”。
  • Create
  • 将其添加到你的主题
  • 点击 Edit CSS/HTML 按钮,并将此粘贴到 Common tab 中:
.topic-list .topic-list-item .main-link .link-bottom-line .views{
    display: none;
}

.topic-list .topic-list-item .main-link .link-bottom-line .badge-posts {
    display: none;
}

然后保存。:+1:

2 个赞

使用@JammyDodger的CSS,您将能够隐藏评论和观看次数,但好奇您为什么想这样做?我可以考虑添加一个主题设置。

2 个赞

谢谢大家,我搞定了

1 个赞


这个布局有单独的主题组件吗?


可以关闭此功能吗?

它在管理员站点设置中

3 个赞