Coder Social home page Coder Social logo

blog-next's People

Contributors

reverland avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

hailiang-wang

blog-next's Issues

Cheers

Hi!

Just found out your project (while looking at the problem of dynamic statements for vue-head, as I have issues with it too), and I'm doing exactly the same stuff for my own blog (https://github.com/EmmanuelBeziat/emmanuelbeziat).

I'll follow your work with interest, as I'll surely learn some great stuff.

roadmap

  • tags/categories/archives support
  • feed
  • semantic ui style responsive theme
  • responsive navbar
  • syntax highlight(however, some bug for highlight.js)
  • styles for images/videos in posts
  • toc
  • ghpages
  • SEO: https://github.com/ktquez/vue-head

others may not support but not sure

  • maxjax support
  • disqus
  • google analysis

Post page on mobile device

hi, @reverland

有两点体验有待优化:

Set title in header to Article's name

This is useful when sharing to Moments or Chat Group.

image

Render Article's header in multi lines

image

Post Page on mobile device can be enhanced a bit.

image

Disqus?

I saw you just added Disqus to your posts.

As you put a "disqus" boolean in your markdown metadatas, you could put a condition on your Post.vue:

<div class="ui segment" v-if="disqus">
  <disqus :shortname="shortname"></disqus>
</div>

(Of course, assuming the "disqus" variable is set as your markdown metadata).

By the way, is it normal that your shortname is still "shortname"? It seem to work on the site, but you won't be able to manage your comments if you don't link it to an existing account shortname.

How to integrate with disqus?

@reverland Nice job.

I want to setup a blog with blog-next, but could you tell me how to integrate with disqus?
I saw someone mentioned it in #3, but from your site, I don't get the comment area in your articles.

permalinks marker in post

Post 的URL,在 https://jekyllrb.com/docs/permalinks/ 中介绍,可以自定义URL。

于是我试了一下:
image

发现不支持这个配置?

---
layout: post
title: "Sequence to Sequence Learning with Neural Networks"
permalink: "/1506.05869/A%20Neural%20Conversational%20Model/seq2seq_algorithm_sourcecode_tensorflow"
excerpt: "This work tries to reproduce the results of A Neural Conversational Model (aka the Google chatbot). It uses a RNN (seq2seq model) for sentence predictions. It is done using python and TensorFlow."
category: implementation
tags: [seq2seq, algorithm, sourcecode, tensorflow]
disqus: true
---

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.