Code Monkey home page Code Monkey logo

hexo-theme-laughing's Issues

我怎么安装不上啊,按着步骤来的,换成laughing主题出现乱码,求教

extends ./_partial/layout.pug block content include ./_partial/page_header.pug ul.post-list(style='max-width:'+ theme.content_width +'px') each post in page.posts.data li p.date #{time(post.date, 'LL')} if post.title h4.title a(href=url_for(post.path)) #{post.title} .excerpt !{post.excerpt} else .no-title !{post.content} if post.photos && post.photos.length a(href=url_for(post.path)) img.photo(src=post.photos[0]) ul.meta li i.icon.icon-author | #{config.author} li i.icon.icon-clock | #{parseInt(post.content ? post.content.length/900 : 0)} Minutes li i.icon.icon-category | !{list_categories(post.categories)} include ./_partial/pagination.pug

库还在么?

Clone 时候提示......

Please make sure you have the correct access rights
and the repository exists.

default

我是来催更新的......

有时间的话还麻烦作者加个about,archives页面呀......还有,社交帐号的话可以考虑加个网易云音乐的。还有......可以添加disqus评论呀......

hexo-theme-laughing 主题,似乎不支持表格?

| 属性 | 描述 |
| :--- | :--- |
|title | 文章标题 |
|date | 文章编写的时间,这里可以随意修改|
|categories | 文章分类目录,可以为空|
|tags | 文章标签,可空,多标签请用格式[tag1,tag2,tag3]|
|permalink | 文章在url中如何表示|
|description | 对本页的描述,相当于是一个简介,如果这个定义了,就会在首页中出现这里的内容而不会出现整个文章详细内容。|

如以上部分?

属性 描述
title 文章标题
date 文章编写的时间,这里可以随意修改
categories 文章分类目录,可以为空
tags 文章标签,可空,多标签请用格式[tag1,tag2,tag3]
permalink 文章在url中如何表示
description 对本页的描述,相当于是一个简介,如果这个定义了,就会在首页中出现这里的内容而不会出现整个文章详细内容。

Can not view open_graph on twitter

Hi I use this theme in my blog.

This theme can not display open_gragh.
Finally I found open_graph of twitter needs description meta data.
I tried fix this issue, but It's just rush job.

    - var title = page.title ? page.title + ' - ' + config.title : config.title + (config.subtitle ? (' - ' + config.subtitle) : '')
      if path === "index.html"
        //- open_graph command not work well in index.html and I add params
        | !{open_graph({twitter_id:twitter_id,image:theme.page_background,description:title})}    
        meta(name="description",content=title)
      else
        | !{open_graph({twitter_id:twitter_id})}
        meta(name="description",content=config.description)

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.