theme-next / hexo-theme-next

Elegant and powerful theme for Hexo.
https://theme-next.org
Other
8.15k stars 2.05k forks source link

關於中文段首空格與豎排的支持諮詢。 #1741

Open Open343 opened 6 months ago

Open343 commented 6 months ago

Please follow this Issue template to provide relevant information, such as source code repositories, blog links, and screenshots, which will help us investigate. 请按照此 Issue 模版提供相关信息,例如源码仓库、博客链接和屏幕截图,这将有助于我们进行调查。

Issue Checklist


Other Information

在此,首先感謝 next 開發人員過去數年的努力做出如此給力的系統。其次,請教兩個問題(特性)。

  1. 在 hexo next 中實現中文段落段首空兩格,系統可有現成的原生方案?

  2. hexo next 能否支持豎排樣式?類似古籍那種的。由上到下,由右到左的閱讀樣式。

此致 敬禮

stevenjoezhang commented 4 months ago
  1. 可以通过设置CSS的text-indent属性来指定段首的缩进距离
p {
  text-indent: 2em;
}
  1. NexT沒有非常簡單的方法支持豎排樣式