hexo-theme-oranges icon indicating copy to clipboard operation
hexo-theme-oranges copied to clipboard

🍊A simple hexo theme of minimalism

Results 26 hexo-theme-oranges issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/97610822/184619063-4e895768-15e7-41c5-aa16-9a04165f306e.png)

最近从hexo转到hugo了,发现还是好喜欢你这个主题,结果hugo上没有

看官方说明和介绍视频(https://hexo.io/docs/variables )里提到可以在自己的post上定义一个customized variable。比如在front-matter里面加入如下代码 ``` --- title: test customvar: abc --- ``` 在layout的模板里可以直接用和。 我试了,发现官方定义好的变量,比如page.title是可以直接用的,但是自己的定义的变量用不了。 也可以参考这个讨论:https://github.com/hexojs/hexo/issues/3056#issuecomment-370637081

Have users noted the functionality of the upward arrow at the right bottom corner

Add a title for tags page

在更新主题之后,查看到有waline的相关配置,我将下方waline的JS URL更新为`https://unpkg.com/@waline/client@v2/dist/waline.js` 把相关的开关打开并配置好waline评论链接后,文章评论直接关闭了,由于我储备的开发知识很少,实在不知道问题出在哪里了,请求帮助,万分感谢

https://github.com/zchengsite/hexo-theme-oranges/blob/1a6c04a48d6f33d920cd5bdbe1b4c9f5854ebe6f/layout/post.ejs#L68-L69 https://github.com/zchengsite/hexo-theme-oranges/blob/1a6c04a48d6f33d920cd5bdbe1b4c9f5854ebe6f/layout/post.ejs#L117-L118 根据 [Hexo 文档](https://hexo.io/docs/variables.html),`page.date` 代表 post 发表时间,而 `page.updated` 是更新时间。

作者你好,我看了下 [hexo官网](https://hexo.io/zh-cn/docs/internationalization.html) 的多语言设置,然而并没有看懂 我做了以下两处更改: ![image](https://user-images.githubusercontent.com/92848326/228215746-d1ae440e-8c58-4eeb-b847-7337b0f7b126.png) ![image](https://user-images.githubusercontent.com/92848326/228215869-5172af6c-5fa7-4fcb-98f6-4b51c650351e.png) 但是剩下的操作我就不会了... 请问还有什么需要设置呀?感谢