Giter VIP home page Giter VIP logo

hexo-theme-random's Introduction

Hi there 👋

Github states

hexo-theme-random's People

Contributors

baileyswu avatar stiekel avatar tripleday avatar up9cloud avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hexo-theme-random's Issues

修改index.html的问题

目前我修改了Public目录下的index.html文件,但是发现没有用。不清楚怎么修改!请给个建议!谢谢!

abouts 列表列怎么创建

根据文档的方法 创建了tags和categories列表 用同样的方法创建abouts不可行 请问怎么创建about?

如何更换背景图源,而不是逐张图片添加

怎样才能把默认的背景图源unsplash更换为其他源,例如必应随机图片,而不是逐张图片添加。

本人发现unsplash的速度较慢,希望作者添加其他源或支持添加其他源。

关于rss

希望可以添加rss订阅功能恩。。。

archives列表只显示当前年份的文章

很荣幸使用random。
部署之后,发现文章列表只显示当前年份的文章,去年的文章在tags中可以查阅到:https://prosscode.github.io/archives/
因为我的博客文章在GitHub上是通过年份分为不同的文件夾来存放:https://github.com/prosscode/prosscode.github.io
这是否是一个影响因素?解决方法是归纳所有博客文章在一个文件夹内还是修改random中的某些设置,文章才能在archives中全部显示?
请指教,谢谢!

建议增加微信和qq的社交图标,网站标题

毕竟,这两个还是主流社交工具。
网站标题用[ ]是不是有点另类了?我把标题这部分做了点修改,大家可以参考下。

{% set pageTitle = page.title || '' %}
{% if is_archive() %}
{% set pageTitle = _p('archive_title') %}
{% endif %}
{% if is_tag() %}
{% set pageTitle = __('tag_title') + ': ' + page.tag %}
{% endif %}
{% if is_category() %}
{% set pageTitle = __('category_title') + ': ' + page.category %}
{% endif %}
{% if is_month() %}
{% set pageTitle = pageTitle + ': ' + page.month + '/' + page.year %}
{% endif %}
{% if is_year() %}
{% set pageTitle = pageTitle + ': ' + page.year %}
{% endif %}
{% if pageTitle.length <1 %}
{% set pageTitle = config.title + ' - ' + config.subtitle %}
{% else %}
{% set pageTitle = pageTitle + ' - ' + config.title %}
{% endif %}

关于markdown语法之引用

模板对于引用的渲染貌似只是将内容放在了

标签之内。可以稍微加一点修饰,比如前面加个竖线什么的,使得和普通文本更易于区分

你好 请问怎么添加友言 评论?

<script type="text/javascript" src="http://v2.uyan.cc/code/uyan.js?uid=2129113"></script> 在文章部分加了 怎么不显示? 预览 是正常的 线上部署不显示。 谢谢

SOS

i can't change the avatar ,even i have set it (incluing hexo main config file and theme config ),but it always shows ,"http://7te9fe.com1.z0.glb.clouddn.com/default_avatar.jpg".it is awful........... then i removed the avatar in the theme config, it's not useful too. it confuses me,i need your help............thanks

~~~

整体大赞
如何隐藏掉 左下的hide按钮?另外如何让 背景图取自bing那样一天换一张而不是一直轮换?

建议增加gmail等email等的图标

看一个博客的时候看到了email的联系方式,有时候看到博客有些问题想联系作者email也是一种比较快的方式吧,建议增加gmail的图标

categories和tags页面无内容

你好,我用你的模板搭建的博客,点击categories和tags后页面无任何内容只有title,我看你的demo上有。谢谢了。

social icon

知乎图标不在其中,怎么办?

如何把首页菜单,即大写的 "ARCHIVES" "TAGS" "CATEGORIES" "ABOUT" 改成中文?以及博客主页里的菜单,即 "Home" “Archives” "Tags" "Categories" "About"改成中文?我把已经添加menu属性在路径themes/random/languages/里的zh-CN文件。
如下添加:
menu:
home: 首页
archives: 归档
categories:分类
tags: 标签
about: 关于我
但是没有效果。

.

这个首页的头像太丑了 换又换不掉 真是败笔

分页问题

按照大家的习惯,下一页应该是更新的博文,上一页应该是更老的博文。主题中的分页刚好相反。我这里改了下,效果如 reinhardhsu.com ,代码可以参考下:

{% if page.next_link %} ← {{ __('prev') }} {% elif page.next && page.next.path %} ← {{ __('prev_post') + ' ' + page.next.title }} {% endif %}

{% if page.current && page.total %}

{{ __('page_number_part1') }} {{ page.current }} {{ __('page_number_part2') }} {{ page.total }} {{ __('page_number_part3') }}

{% endif %}

{% if page.prev_link %}
{{ __('next') }} →
{% elif page.prev && page.prev.path %}
{{ __('next_post') + ' ' + page.prev.title }} →
{% endif %}

{% if page.next.path %}
{{page.next.title}}
{% endif %} {% if page.prev.path %}
{{page.prev.title}}
{% endif %}

WARN No Layout: index.html

Hi everyone,
I'm here because i met a problem today, when i use this theme and i launch hexo server locally, all is goo

But when i run hexo server on heroku i receive "WARN No Layout: index.html" in the log

Thanks for your help

(sorry for my english, I'm french)

关于网站标题

根据我的测试,主配置文件中sub-title的值会和网页名一同显示在网页的标题上面,但是decription的值不会显示在主页的title下面,能不能让description的值显示在主页title下面。。。

如何更改menu的链接

在 index 页面上,点击 archive 会跳转到 archive 页面上,如何把 archive 改成 Gallery ,并跳转到 gallery 页面,THX!

不知道是什么问题

换了主题之后 $hexo g然后会报如下

Unhandled rejection TypeError: Cannot read property 'replace' of null

开启服务器之后也没办法打开localhost:port

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.