1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

config changes

This commit is contained in:
avinal
2020-09-28 17:06:59 +05:30
parent 3040a4fdea
commit 59620acbda
4 changed files with 26 additions and 13 deletions
+17
View File
@@ -0,0 +1,17 @@
#! /bin/bash
# install tools
apt-get update && apt-get install -y git make python3 python3-pip
# setup github config
git config user.email "185067@nith.ac.in"
git config user.name "avinal"
# install dependencies
pip3 install -r requirements.txt
# pelican commands
pelican-themes --install /themes/alchemy --verbose
# publish to github pages
make github