GithubHelp home page GithubHelp logo

Comments (8)

hjue avatar hjue commented on September 25, 2024
  1. 是指在文章头部增加Category的标签吧。目前是把tag和category同等对待了,因为我用的模板没有用到category。可以增加对Category的支持,模板就需要你自己修改了。
  2. 归纳问题为需要支持子目录的md文件。没有支持子目录主要考虑目录下还有其他目录,遍历所有目录会影响效率。我再想想有没有其他解决办法。

from justwriting.

yangjianlin-c avatar yangjianlin-c commented on September 25, 2024

谢谢回复。期待做的更好。

分享下我在使用过程中的几个问题:

  1. 我用的阿里云,没有办法连接到Dropbox。解决办法是修改主机的host文件,目前还可以连到Dropbox。
  2. 介绍中说的虚拟主机连接到Dropbox的方法好像也不可用。不知道是被墙的问题还是我设置的问题。
  3. Readme文件可以搞成English,估计你这个程序会很火。目前类似的程序有Ghost,但是Ghost需Nodejs支持,安装太复杂。而且云同步到功能在国内不方便,国外用户用起来就很爽了。
  4. hjue似乎在花很多精力想办法实现国内云盘同步的功能,我的建议是这些可以先放一放。可以专注于推广到全球,Dropbox,GDrive是很好的同步,协作解决办法。虽然国内用户没法用,但是老大何必为了一棵树放弃一片森林。

from justwriting.

hjue avatar hjue commented on September 25, 2024

都是非常好的建议,谢谢你!

可能因为我用的是国外的VPS,开发完成时我测试问题2是可以用的,我会再次测试看看是否有问题。

Readme写成中文的,实在是因为我英文不咋样,怕写成英文的连国人都看不懂了 😊

国内云盘Api实在不好用,打算近期支持了微盘后,这项工作就暂时挂起。

推广方面暂时还未有计划,因为项目推广和编码相比,会花费更多的精力。当时做这个项目主要是因为farbox抽风,用了几天时间写了给自己用的。

感谢你的鼓励,我会用更多地时间来维护它

from justwriting.

yangjianlin-c avatar yangjianlin-c commented on September 25, 2024

我尝试翻译了一下Readme文件,看看能不能凑合着用下。Wiki里面的几个文件有时间再翻译吧。

如果要搞英文的,建议将多说换成Disqus。

from justwriting.

hjue avatar hjue commented on September 25, 2024

已经合并了你的pull request,非常感谢。我研究一下如何实现多语言版本,英文版使用Disqus。

from justwriting.

hjue avatar hjue commented on September 25, 2024

@mekesim 已支持posts中目录功能

目录页的url : /category

列分类的模板写法

        {% for tag,count in all_categories %}
        <a href="/tags/{{tag}}">{{ tag }}  {{count}}</a>
        {% endfor %}            

from justwriting.

yangjianlin-c avatar yangjianlin-c commented on September 25, 2024

效率好高啊,我更新试下。

from justwriting.

yangjianlin-c avatar yangjianlin-c commented on September 25, 2024

你好,我看到你们做了一个专门的网页介绍Ghost。我想给你推荐一个类似的程序JustWriting,它是由hjue编写的。项目地址:
https://github.com/hjue/JustWriting

主要特点有:

基于PHP,对环境要求简单
不需要数据库支持
文章使用Markdow格式
可通过Dropbox同步

如果有兴趣,请帮忙做做宣传,让更多的朋友使用这个超赞的程序。

Regards,
Colin

from justwriting.

Related Issues (20)

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.