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

update.sh « tools - github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c7f19e7c42fc11a5604afed33eb92622ee44e61 (plain)
1
2
3
4
5
6
7
#!/bin/bash

git clone https://github.com/gohugoio/hugoBasicExample.git
rm -rf exampleSite/content
mv hugoBasicExample/content exampleSite
rm -rf hugoBasicExample