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

build.sh - github.com/kdevo/osprey-delight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b5d0bf058afce30333d2a2a1cc31023e357693b (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -ev

cd exampleSite/
hugo --themesDir ../../
cd ..