attila demo
1.0.0
这是主题Attila的演示博客。博客由Pelican提供动力,托管在https://arulrajnet.github.io/attila-demo上
您可以使用此回购并开始静态博客
要求
安装Python3取决于您的操作系统
sudo apt-get install python3-pip python3-dev
安装Virtualenv模块
sudo pip3 install -U virtualenv
克隆博客
git clone --depth=1 https://github.com/arulrajnet/attila-demo
cd attila-demo
git submodule init
cd pelican-plugins
git pull
git checkout master
cd ..
git submodule update --init --recursive
在attila-demo
文件夹中安装以下鹈鹕的模块
virtualenv .venv
source .venv/bin/activate
pip install .
激活Windows中的Virtualenv(git-bash)
source .venv/Scripts/activate
安装Attila主题
这不需要。所有所需的依赖项已经安装。这只是安装主题的示例。
pip install git+https://github.com/arulrajnet/attila.git@master
或者
git clone --depth=1 https://github.com/arulrajnet/attila
pelican-themes -i ${PWD}/attila
pelican-themes -l
建议使用PIP安装
rm -rf content/*
注意:更改您的分支名称,而不是“主”
rm -rf .git
git init
git remote add origin https://github.com/username/new-repository.git
git branch -M main
git push -u origin main
调用命令
invoke --list
invoke build
invoke serve
或提出命令
make help
make html
make serve
然后访问http:// localhost:8000
发布
invoke gh-pages
或者
make publish
make github