Coder Social home page Coder Social logo

hexo-theme-prontera's Introduction

Hi there 👋

hexo-theme-prontera's People

Contributors

angrypowman 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

Watchers

 avatar  avatar  avatar  avatar

hexo-theme-prontera's Issues

开启 disqus , 页面上加载不出来

url 路径我配置了
url: https://wohub.github.io

下面是页面报错信息
Disqus 无法加载。如果您是管理员,请参阅故障排除指南。

下面是console 报错信息
image

我Google 了好多, 都说URL 配置了即可解决, 我配置了,但是还是有问题.

An error happened when i don't have any "friend_links" in config

Unhandled rejection TypeError: /Users/chuhenwei/code/blog/themes/prontera/layout/partial/sidebar.jade:14
    12|     p= __('friend_link')
    13|   - var friend_links = theme.friend_links;
  > 14|   each link in friend_links
    15|     a.link-item(href=link[2] target="_blank")
    16|         div.link-container
    17|           .site-name

have a bug?

Hi, i love your theme.
i used this theme today but there are some mistakes.
The page displays the contents of the image below.
i don't know if it's my fault or....??
未命名1568899971

"selected" class on navigation

I wanted to display color bar under now-menu.
But if now-page is not main page, color bar did not displayed.

So I resolved this problem with code below.

(Changing layout/partial/nav.jade)
(From)
- var act = !re.test(value) && "/"+page.current_url === value
(To)
- var act = !re.test(value) && ("/"+String(page.path).substring(0,String(page.path).indexOf("/")) == value)

Is this problem is intended?

Profile image goes right when URL is short

In index page, when profile url is short, profile image goes right.
In other words, float: right does not work.
So I resolved this problem like below.

/*
    On source/scss/_partial/sidebar.scss
    (Modify the file like below)
*/
....
#about-panel {
    display: flex;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    .info {
        .title {
            font-size: 18px;
        }
        .url {
            color: #666666;
            font-size: 16px;
            font-weight: 200;
        }
        .bio {
            padding-top: 14px;
            font-size: 15px;
            font-weight: 200;
            color: #777777;
        }
    }
    .avatar {
        float: right;
	position: absolute;
	right: 0;
        margin-left: 50px;
        border-radius: 100%;
        border: 3px solid #F2F5F7;
        width: 86px;
        height: 86px;
    }
}
....

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.