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

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

set -e

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