一个简洁的首页生成器
A simple homepage generator.
目前正在开发中..
Under developing now...
We will add more functions.
- Python 3.6+
- Python library
- toml
- titlegetter
By git:
$ git clone https://github.com/NewAwkwardTools/homepager.git
By aur
$ yay -S homepager
At first, you need to create a *.txt file and add the urls you want.
For example:
vim list.txt https://www.runoob.com/
https://zh.wikipedia.org/zh/Wikipedia:%E9%A6%96%E9%A1%B5
https://wiki.archlinux.org/
https://weepingdogel.github.io/
https://github.com/
https://blog.lilydjwg.me/
https://liolok.com/zhs/
https://esonhugh.me/
https://blog.piggy.moe/
https://blog.atri.tk/
https://9bie.org/
https://blog.yuuta.moe/
https://xueya.me/
https://farseerfc.me/
https://prism-break.org/zh-CN/If you are an Arch Linux user who has installed it by aur, just execute this on a terminal.
homepager -i list.txtWait for a while, there will be a directory named public/.
If you've installed it by git, then you need to keep your shell in the directory homepager.
cd homepagerYou need to execute it manully, and the python should be typed in front.
python homepager -i list.txt
After minutes or seconds, there will also be a directory named public/ in the directory named homepager/.
-
It's not necessary to name after the
*.txtfile aslist.txt, but you should know its location. -
It's still on the testing stage, there are some problems and bugs we haven't seen. You can post an issue or pull requests.
Click Here to read detail docs.
