attila demo
1.0.0
นี่คือบล็อกตัวอย่างของธีม Attila บล็อกขับเคลื่อนโดย Pelican โฮสต์ที่ https://arulrajnet.github.io/attila-demo
คุณสามารถใช้ repo นี้และเริ่มบล็อกแบบคงที่
ความต้องการ
ติดตั้ง 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
ติดตั้งโมดูลต่อไปนี้สำหรับ Pelican ภายในโฟลเดอร์ attila-demo
virtualenv .venv
source .venv/bin/activate
pip install .
เพื่อเปิดใช้งาน virtualenv ใน windows (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