Loveblog with QT.
- Qt5 : Download Qt5 下载 QT5
- git :
- Linux :
- Arch/Arco/Manjaro :
# pacman -S git - Debian/Ubuntu :
# apt install git - Redhat/Fedora/CentOS :
# yum install git
- Arch/Arco/Manjaro :
- MacOS : Install on git-scm.com
- Windows : Not service for windows.
- Linux :
$ git clone https://github.com/loveblog/qloveblog.git
$ cd qloveblog
# bash install.sh
- For
ssh:x11-ssh-askpass(If you want to use ssh-git in QLB)- Linux:
- Arch/Arco/Manjaro :
# pacman -S x11-ssh-askpass - Debian/Ubuntu :
# apt install x11-ssh-askpass - Redhat/Fedora/CentOS :
# yum install x11-ssh-askpass
- Arch/Arco/Manjaro :
- MacOS: Maybe
$ brew install x11-ssh-askpass - Windows: Not service for windows.
- Linux:
- For
- Start with terminal. 使用命令行启动
$ qloveblog
- Start with Applications Menu
QLoveBlog
- Creat a user on GitHub
- Creat a repo and named
username.github.io
- Creat a git repo on your server
- Install
Jekyllhttps://jekyllrb.com/
- Start app and click
repo settings
- Fill form from the dialog and click
save
Warning:
You cannot input
ssh://,https://orhttp://in input boxgit repoon the dialog!!!We can parse them in version 1.0.2 上述警告可以在 1.0.2 中被解析,所以您不用担心。
# bash /usr/share/qloveblog/uninstall.sh
Edit File ~/.config/qloveblog/output/_config.yml
- theme: THEME (GitHub Theme or https://jekyllthemes.io/)
- title: "TITLE" (Blog Title)
- description: "DESCRIPTION" (Blog Description)
- ... (This site will help you https://jekyllrb.com/docs/configuration/)
Like:
theme: jekyll-theme-cayman
title: "Love Blog Show"
description: "My Love Blog"
