-
Notifications
You must be signed in to change notification settings - Fork 1
/
build_site.sh
42 lines (41 loc) · 1.54 KB
/
build_site.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#! /bin/bash
echo "_______________+88"
echo "_______________+880"
echo "_______________++880"
echo "_______________++880"
echo "________________+880"
echo "________________+8880"
echo "________________++880"
echo "________________++888_____+++88"
echo "________________++8888__+++8880++88"
echo "________________+++8888+++8880++8888"
echo "_________________++888++8888+++888888++8888"
echo "_________________++88++8888++8888888++888888"
echo "_________________++++++888888888888888888_+88"
echo "__________________++++++88888888888888888_++8"
echo "__________________++++++++000888888888888+88"
echo "___________________+++++++000088888888888_88"
echo "____________________+++++++00088888888888"
echo "_____________________+++++++088888888888"
echo "_____________________+++++++088888888888"
echo "______________________+++++++8888888888"
echo "______________________+++++++0088888888"
echo "______________________++++++0088888888"
echo "______________________++++++00888888l"
echo "====================================="
echo "Welcome to Agiles Mexico Website Project"
echo "This is the GoHugo project"
echo "Please wait for build the site..."
echo "====================================="
echo "Git is necessary"
echo "Git submodule init... "
echo "====================================="
git submodule init
echo "Git submodule update ..."
echo "====================================="
git submodule update
echo "Please install Go Hugo in your SO."
echo "====================================="
echo "Type > hugo server"
echo "====================================="
hugo serve