Welcome to mirror list, hosted at ThFree Co, Russian Federation.

setup_avicenna.sh - github.com/hadisinaee/avicenna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70c22bad23f7158a01d06cc624fccee93f599618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

SITE_FOLDER=$1
# creates the site folder
hugo new site $SITE_FOLDER

# install the latest avicenna theme
cd $SITE_FOLDER
git clone -b master git@github.com:hadisinaee/avicenna.git ./themes/avicenna

# copy the template site
cp -R themes/avicenna/exampleSite/* ./