1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30
This commit is contained in:
avinal
2020-09-28 17:47:45 +05:30
parent ed46f697d4
commit ff87a79faa
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -9,10 +9,10 @@ git config user.name "avinal"
echo "git config added"
# install dependencies
pip3 install -r requirements.txt
sudo pip3 install -r requirements.txt
# pelican commands
pelican-themes --install /themes/alchemy --verbose
sudo pelican-themes --install /themes/alchemy --verbose
# publish to github pages
make github
sudo make github
+1
View File
@@ -1,3 +1,4 @@
pelican
pelican-themes
ghp-import
wheel