• 请不要在回答技术问题时复制粘贴 AI 生成的内容
n7then
V2EX  ›  程序员

大家 Hexo 都用什么主题? 有自动部署之类的科技吗?

  •  
  •   n7then · Aug 9, 2017 · 10603 views
    This topic created in 3235 days ago, the information mentioned may be changed or developed.

    目前用过觉得不错的有这两个


    请问大家有什么可以推荐的,在用的自己写的都请放出来吧..


    瓦工预告明天上线 cn2,在座的准备好钱包没?


    86 replies    2018-04-13 15:50:28 +08:00
    ahonn
        1
    ahonn  
       Aug 9, 2017   ❤️ 2
    https://github.com/ahonn/hexo-theme-even

    可以用 https://travis-ci.org ,push 对应仓库自动构建部署
    CEBBCAT
        2
    CEBBCAT  
       Aug 9, 2017 via Android
    在用的是很流行的 Next
    https://theme-next.iissnan.com
    tufu9441
        3
    tufu9441  
       Aug 9, 2017   ❤️ 1
    carlclone
        4
    carlclone  
       Aug 9, 2017   ❤️ 1
    carlclone.github.io 我的,用 freemind theme 改了一下
    tms
        5
    tms  
       Aug 9, 2017
    主题用的 Next 和 Yilia,自动部署用 Travis CI,https 用的 Netlify。
    wwulfric
        6
    wwulfric  
       Aug 9, 2017
    不喜欢用 theme,用了就跟别人的界面一样了
    bk201
        7
    bk201  
       Aug 9, 2017
    不就 git push 命令吗,要什么自动部署?
    codermagefox
        8
    codermagefox  
       Aug 9, 2017
    求搬瓦工上 CN2 地址,顺便问下价格?
    hellojl
        9
    hellojl  
       Aug 9, 2017
    Next + github page
    janxin
        10
    janxin  
       Aug 9, 2017
    Next,自动部署你也得有个目标啊。
    我 VPS 现在是 rsync
    realwangyibo
        11
    realwangyibo  
       Aug 9, 2017
    不是自带 deploy 吗,托管到 github pages 就行了
    LYEHIZRF
        12
    LYEHIZRF  
       Aug 9, 2017
    hexo d 命令不就是自动部署
    lzhr
        13
    lzhr  
       Aug 9, 2017
    @bk201 #6
    @realwangyibo #10
    Hexo 需要本地生成 html,不方便。云端构建,一个浏览器就够写文章了
    hx1997
        14
    hx1997  
       Aug 9, 2017 via Android
    yachiyo
        15
    yachiyo  
       Aug 9, 2017 via Android
    什么,又到了推广博客的时间了么

    https://blessing.studio

    原本是 WordPress 上的付费主题,购买后我把它移植到 Hexo 上来了
    posoo
        16
    posoo  
       Aug 9, 2017
    你需要一个 CI, 如果 Github Pages 的话,直接配套 Travis,就可以直接在浏览器写 md 文章发布了
    pipapa
        17
    pipapa  
       Aug 9, 2017
    博客主页:http://hh-yzm.com/

    主题:https://github.com/GeekaholicLin/hexo-theme-ylion
    使用 hexo-rsync 部署到服务器
    yangtukun1412
        18
    yangtukun1412  
       Aug 9, 2017
    https://www.netlify.com/

    相比 github pages 托管, 有一个最大的好处是自定义域名支持 https.
    zhuziyi
        20
    zhuziyi  
       Aug 9, 2017
    https://tech.jandou.com/ Theme by [NexT.Pisces]( http://theme-next.iissnan.com/)

    vps => rsync

    github => deploy (backup)
    Clarencep
        22
    Clarencep  
       Aug 9, 2017
    自动部署果断用 Travis CI: https://github.com/Clarence-pan/hexo-blog/blob/master/.travis.yml

    每次写完推送到 github 上,然后自动构建就 OK 了
    bboysoul
        23
    bboysoul  
       Aug 9, 2017
    www.bboysoul.cn
    博客推广时间到
    graycreate
        24
    graycreate  
       Aug 9, 2017 via Android
    @tufu9441 我也是这个
    graycreate
        25
    graycreate  
       Aug 9, 2017 via Android
    推广一下: ghui.me
    unique
        26
    unique  
       Aug 9, 2017
    我的博客: http://biezhi.me
    一般我在 github 建立 2 个分支,一个做源码,一个做生成后的文件。
    本地写一个简单的脚本,执行一下就可以发布了。
    hexo clean
    hexo g
    hexo d
    bwael
        28
    bwael  
       Aug 9, 2017
    给 dalao 们提鞋, 用的 next
    [bwael]( https://bwael.com)
    gongjianwei
        29
    gongjianwei  
       Aug 9, 2017 via Android
    自动部署请看文档 [生成文件]( https://hexo.io/zh-cn/docs/generating.html)
    ```$ hexo generate --watch```
    yjxjn
        30
    yjxjn  
       Aug 9, 2017
    timothyye
        31
    timothyye  
       Aug 9, 2017
    用 WebHook + shell 脚本,就可以实现提交新文章和改动,自动生成静态文件和部署了
    syncher
        32
    syncher  
       Aug 9, 2017 via Android
    @ghui 咱俩域名好像啊,gbin.me
    smartdie
        33
    smartdie  
       Aug 9, 2017
    搭车推广 sund.site
    Kuo
        34
    Kuo  
       Aug 9, 2017   ❤️ 1
    现在对主题基本无爱了,有个地方能放文章就很满足了。
    Loyalsoldier
        35
    Loyalsoldier  
       Aug 9, 2017
    我用 Ghost 博客系统

    www.loyalsoldier.me
    xiaoyang7545
        36
    xiaoyang7545  
       Aug 9, 2017
    Next 用的人最多了吧。感觉还可以
    stiekel
        37
    stiekel  
       Aug 9, 2017
    Corbusier
        38
    Corbusier  
       Aug 9, 2017
    最开始特别爱折腾选主题,一直用 next 也没有改过了。
    https://corbusier.github.io/
    Merlini
        39
    Merlini  
       Aug 9, 2017 via Android
    用的 fexo v2 里的人写的 很漂亮
    地址 behappy.cc
    bk201
        40
    bk201  
       Aug 9, 2017
    @yangtukun1412 github 一样可以
    zouqiang
        41
    zouqiang  
       Aug 9, 2017
    hyperxu
        42
    hyperxu  
       Aug 9, 2017
    又到了博客推广时间
    Next: [http://www.hyperxu.com/]( http://www.hyperxu.com/)
    timothyye
        43
    timothyye  
       Aug 9, 2017
    又到了博客推广时间 https://xiaozhou.net
    love4taylor
        44
    love4taylor  
    PRO
       Aug 9, 2017
    自用
    ----------
    主题:
    https://github.com/viosey/hexo-theme-material
    没找到其他更好看的了

    部署:
    1. GitLab CI (Runner 放朋友服务器上 同时部署到 GitLab Pages 和 Rsync 服务器)
    2. Netlify
    yangtukun1412
        45
    yangtukun1412  
       Aug 9, 2017
    @bk201 #40 你是指用 cloudflare 吗? 并不想为了这个迁移 ns 服务商. 或者还有其他的方法?
    fuyufjh
        46
    fuyufjh  
       Aug 9, 2017 via Android
    同求搬瓦工 CN2 链接
    xiubin
        47
    xiubin  
       Aug 9, 2017
    晒博客 https://iosgg.cn/

    jekyll build

    # deploy
    git init
    git add --all
    git commit -m "Deploy to GitHub Pages"
    git push --force --quiet "https://git.coding.net/sanyucz/blog.git" master:master

    Hexo 类似
    完整的还带主动推送到百度收录: https://iosgg.cn/deploy.sh
    love4taylor
        48
    love4taylor  
    PRO
       Aug 9, 2017
    @yangtukun1412 #45 Netlify 支持 GitHub Repo 另外 CF 有人提供 CNAME 接入 https://www.v2ex.com/t/380899
    qingqingqing
        49
    qingqingqing  
       Aug 9, 2017
    @hyperxu 你用的也是 next ?为什么你的网站比别人的好看辣么多。。。。
    linw1995
        50
    linw1995  
       Aug 9, 2017
    晒: http://linw1995.com

    用的是 maupassant-hexo,自己魔改了一下。

    http://imgur.com/fGn5UcJ
    mafeifan
        51
    mafeifan  
       Aug 9, 2017 via Android
    推广 刚建的 meiyou.fun
    JamesSi
        52
    JamesSi  
       Aug 9, 2017
    又到了博客推广时间:HamsterSi.com
    crossoverJie
        53
    crossoverJie  
       Aug 9, 2017
    xueb96
        54
    xueb96  
       Aug 9, 2017
    现在在用的 https://github.com/yanm1ng/hexo-theme-vexo
    顺便分享最近发现的一个评论系统 https://www.hypercomments.com/

    什么时候我也能自己写个就好了
    ZRS
        55
    ZRS  
       Aug 9, 2017
    又到了博客推广时间 https://zrstea.com
    主题用的 next,用的人多,折腾起来也方便查资料
    部署是 rsync 到 vps
    Chingim
        56
    Chingim  
       Aug 9, 2017 via Android
    mafeifan
        57
    mafeifan  
       Aug 9, 2017
    关于部署,知乎上有人问过 https://www.zhihu.com/question/21193762
    gl09025
        58
    gl09025  
       Aug 9, 2017
    @tms 用 Netlify 不就自动部署了吗?还要用 Travis CI 吗?
    newbie269
        59
    newbie269  
       Aug 9, 2017
    来晒博客啦 http://will66.me
    我用的基于 github issuse 的博客
    可以使用 Travis-ci 和 webhook 自动构建,即一提交 issues 就可以自动构建啦哈哈哈
    licraft
        60
    licraft  
       Aug 9, 2017
    [http://blog.licrafter.com]( http://blog.licrafter.com) 使用 github+webhook 自动部署
    Akkuman
        61
    Akkuman  
       Aug 9, 2017
    hyperxu
        62
    hyperxu  
       Aug 9, 2017
    @qingqingqing 只是主题不同而已,我用的 NexT.Mist 主题
    owt5008137
        64
    owt5008137  
       Aug 10, 2017 via Android
    自己写得 https://github.com/owt5008137/hexo-theme-distinctionpp
    差不多是这样 https://owent.net
    但是后来我换 hugo 了,所以复刻了一版。效果差不多的
    rosu
        65
    rosu  
       Aug 10, 2017
    @hyperxu 背景很酷啊,但是不给文章加一个背景盖住的话,不会影响阅读吗?
    formulahendry
        66
    formulahendry  
       Aug 10, 2017
    calpamomo
        67
    calpamomo  
       Aug 10, 2017
    又到了晒博客时间: https://calpa.me

    现在我是基于 Anisina 主题,然后自己修改的
    BearD01001
        68
    BearD01001  
       Aug 10, 2017
    博客地址: [熊 D 博客]( https://blog.beard.ink)
    基于 NexT 修改的 NextD: [NexTD from NexT]( https://github.com/BearD01001/hexo-theme-nextd)
    使用 Travis CI 自动部署 Google firebase: [beard01001.github.io at deploy]( https://github.com/BearD01001/beard01001.github.io/tree/deploy)
    djyde
        69
    djyde  
       Aug 10, 2017
    自己写的主题 https://lutaonan.com
    kisnows
        70
    kisnows  
       Aug 10, 2017
    用的是 next 主题,https://www.kisnows.com
    fengche361
        71
    fengche361  
       Aug 10, 2017
    既然是推广时间,我也来凑个热闹 http://blog.zhangyingwei.com
    winfirm
        72
    winfirm  
       Aug 10, 2017
    推广一下 Jekyll 主题,https://www.panxw.com
    viamcc
        73
    viamcc  
       Aug 10, 2017
    git hooks
    Artists
        74
    Artists  
       Aug 10, 2017
    @printempw #15 可以分享吗?或者付费?
    tms
        75
    tms  
       Aug 10, 2017
    @gl09025 #58 Travis CI 用来代替服务器,把 md 渲染成成 html。我 git repo 里只放一堆 md 文件和 theme
    Artists
        76
    Artists  
       Aug 10, 2017
    https://1024.tips
    博客推广时间到
    welefen
        77
    welefen  
       Aug 10, 2017
    既然是推广时间,那我推荐个另一个博客系统 https://github.com/firekylin/firekylin
    LINAICAI
        78
    LINAICAI  
       Aug 10, 2017
    没看懂还要什么自动部署的意思。
    iAcn
        79
    iAcn  
       Aug 10, 2017 via Android
    用的 Next,做了分流,国内在 Coding 上,国外在自己的 VPS 上
    https://www.iacn.me
    Lentin
        80
    Lentin  
       Aug 10, 2017
    https://github.com/codexss/blog
    自动部署到谷歌的 firebase
    yachiyo
        81
    yachiyo  
       Aug 10, 2017   ❤️ 1
    @Artists #74 如果你向原作者( @Balthild )要到了原主题( https://qaq.cat/kotori/100 )的使用授权,我就可以把移植版免费提供给你 ;)
    winiex
        82
    winiex  
       Aug 10, 2017
    哈哈,第一个是阿腾的主题。:)
    gcc2000
        83
    gcc2000  
       Aug 10, 2017
    用的 next 的主题,虽然大众,不过符合我的审美,昨天刚上线的 http://cclove.me
    hzwjz
        84
    hzwjz  
       Aug 10, 2017
    博客推广时间?跟上大部队。周五刚上线。用了 next 主题。

    https://blog.quantuminit.com


    ```bash
    $ hexo clean
    $ hexo g
    $ hexo d # 自动部署
    ```
    punderson
        85
    punderson  
       Aug 10, 2017
    用的是 gitlab 和 cloudflare,只需要 git push 即可。主题用的 next。https://www.ouyangsong.com/2017/05/28/gitlab-pages-hexo-cloudflare-ssl-markdown/
    ArthurW91
        86
    ArthurW91  
       Apr 13, 2018
    再用 Next 了,目前也在找个基于 git 的自动构建工具,想把静态页面转移到腾讯云自动构建
    顺便推广下个人博客: https://blog.yahui.wang/
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5101 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 349ms · UTC 07:13 · PVG 15:13 · LAX 00:13 · JFK 03:13
    ♥ Do have faith in what you're doing.