Giter VIP home page Giter VIP logo

hexo-theme-vexo's Introduction

Hi there 👋

yanm1ng's GitHub stats

hexo-theme-vexo's People

Contributors

chenyukang avatar dependabot[bot] avatar han-ya-jun avatar handbye avatar heowc avatar hiroshiba avatar hukaixuan avatar nylqd avatar prakashdivyy avatar rosuh avatar shawnlinxl avatar shouzheng avatar taeshahn avatar whoiscc avatar williampetermatthew avatar yanm1ng 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  avatar  avatar  avatar  avatar  avatar

hexo-theme-vexo's Issues

Size reduce on github.io

Hi,

I've just passed some hours to install hexo and work with your theme (great code 👍 ). I've also published it on github.io to see the "live" result, and the pages looks smaller than on my local test.
capture
You can see first github.io, and then localhost:4000. What's the problem and how can I fix it?

Thanks for your response ;)

EDIT: It only appears when using hexo deploy :/ If you can try to reproduce

文章页标题banner显示问题

page.ejs 文件中,大概42行的位置,应该是

    var banner = '<%= page.banner %>'
    if (banner == '' || banner ==undefined || banner ==null) {
      $('#article-banner').geopattern(url)     
    } else {
     $('#article-banner').css({
        'background-image': 'url(' + banner + ')'
      })
    }

具体修改为判空banner语句,原为banner == 'undefined' 这样会对比两个字符串。
希望修改。

代码高亮好像问题

rt,似乎在代码中空行会在均匀的显示在代码前后,而不是空行原本应该在地方。

chrome 下不显示右侧滚动条

作者您好:
我在 style.styl 里看到

::-webkit-scrollbar
  display:none

请问为什么要去掉滚动条呢?
感觉如果文章很长,有滚动条可以很方便的定位啊。

代码高亮无效

在MacDown里面代码已经高亮了,但是hexo s以后都没有了

无法换行

使用MacDown和Typora,无论输入两个空格+回车,还是四个空格+回车,还是两个回车,都无法强制换行。

catalog window width issue

When using catalog function, window width is overflowed.

image

I have not modified css.

.catalog-container {
    display: block;
    margin-left: 20px;
    flex-basis: 280px;
    -webkit-flex-basis: 280px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.catalog-container .toc-main {
    padding-left: 20px;
    border-left: 1px solid #dadada;
    width: 280px;
    box-sizing: border-box;
}

Same thing happens on mobile.

It is a recommend Markdown edit for Hexo !

If you used Hexo, HexoEditor will be your choice !

Language: 🇺🇸 🇨🇳 🇷🇺

This is markdown editor for Hexo.

Built with Electron.

Inherit Moeditor, I want to fix it appropriate to Hexo Blog!

Features

  • HexoEditor
    • Hexo Post Preview same as in Browser
    • Hexo Tag/Filter/Renderer support
    • Custom tag support
    • Use Hexo _config.yml support
      • highlight setting
      • theme tag support
    • --------- v1.1.8 (2017-12-29) ---------
    • Quick New Post in hexo source
    • Quick Modify File Name (In Hexo Post Edit)
    • Shortcut Support
    • Editor Line number Show/Hide
    • Auto Show/Hide Scroll
    • Scorll Together/None
  • HexoEditor (Inherit Moeditor)
    • GitHub Flavored Markdown
    • TeX math expressions
    • UML diagrams
    • Code highlight in editor
    • Read/Write/Preview mode
    • Custom font / line height / font size
    • Custom themes
    • Code highlight themes (powered by highlight.js)
    • Auto reload
    • Localization
    • Focus mode

I want to add the theme to default theme settings and need your help !

page.ejs 裡面的 error image 請求 bug

// error image $(".markdown-content img").on('error', function() { $(this).attr('src', 'https://xxxx.xxx/xxx.jpg') })

如果一個圖片刷不出來會瘋狂請求這個 error image,如果這個 error image 也刷不出,就是無限循環了。

另外你主題裡面的這個 error 圖片提示阿里雲報錯了。

评论框被禁用了

image

是不是少了一个参数id啊,我看别人那里都加了一个

大部分人是取当前的URL地址:window.location.pathname

分享二维码 中文会出现问题

你的博客中的中文路径 生成的二维码,微信扫描之后无法查看到。
你博客中hexo配置url应该没有写子路径 hexo-theme-vexo,生成的url缺少hexo-theme-vexo。

about页面不现实社交媒体信息

已在_config.yml中添加了社交媒体信息

# Links
  weibo_username: microsoft96
  twitter_username: MagicEvolve
  github_username: raphaelli
  zhihu_username: raphael96

可是about页面没有显示,是代码出错了还是需要另外开启?

考虑改进下布局?

关于换行的问题。

将这段 Markdown:
screenshot_2018-02-01_21-52-48
渲染成这样:
screenshot_2018-02-01_21-48-33
而不是这样:
screenshot_2018-02-01_21-50-17

同样的:
screenshot_2018-02-01_21-49-19
渲染成这样:
screenshot_2018-02-01_21-49-36
而非这样:
screenshot_2018-02-01_21-50-30

代码块样式更改

题主,你好。非常感谢你设计的这个主题,我正在使用,感觉不错。但是代码块需要设置很不方便,因为Markdown本身提供缩进代码块,非常方便。

```css
代码内容
```

所以,请教题主如何修改样式进行更换。

原来的样式:
```javascript
var a = {n: 1};
var b = a;
a.x = a = {n: 2};
console.log(a.x);//undefined
console.log(b.x);//{n: 2};
```
期望的样式:
缩进 var a = {n: 1};
缩进 var b = a;
缩进 a.x = a = {n: 2};
缩进 console.log(a.x);//undefined
缩进 console.log(b.x);//{n: 2};

无法添加Tags页面和About页面

非常喜欢你的主题,已经star了,赞
安装后发现无法添加Tags页面和Abouts页面
Project页面已经在_config.yml中关闭,而tags和about我需要
我通过hexo new page "about" 添加的页面是使用也文章模板
请问怎么正确添加,非常感谢

bug: WARN No layout

footer.ejs 一直報錯

建議除去 baidu 統計 、微信二維碼等多餘的 js

想保留可以這些功能獨立成一個 patch,僅保留基本包含評論的博客系統即可

Still can't display blank lines in line breaks correctly.

I'm using hexo-theme-vexo v2.2. There is still a issue when display code blocks.

Code in my markdown file:

should

After it rendered:

real

The second line of blank is omitted unless if you insert some space before line break, I think it's a bug.

如何随机生成文章banner?

如果在front-matter中不定义banner的路径,该如何自动生成随机banner呢?
就像上一个版本一样的那种。

code - line number

感谢作者分享主题,非常喜欢! 请问文章内代码块中的行号可以去掉吗 ,想要只显示代码,感谢告知

add uid is 'uyan' comment

I think uid should be added in page.ejs when using uyan comment
so the owner of web can check the comment data in uyan's official website
the code in page.ejs should be like:

<script type="text/javascript" src="http://v2.uyan.cc/code/uyan.js?uid=21xxxxx"></script>

so please add config about uid

关于注释问题

用#注释,后面几行的代码也给注释掉了
写C语言用//注释没有作用
issue
issue

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.