👷 Finish default base index page head attribute migrate.
This commit is contained in:
22
exampleSite/start.sh
Normal file
22
exampleSite/start.sh
Normal file
@@ -0,0 +1,22 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
|
||||
next() {
|
||||
cat << EOT
|
||||
========================================
|
||||
███╗ ██╗███████╗██╗ ██╗████████╗
|
||||
████╗ ██║██╔════╝╚██╗██╔╝╚══██╔══╝
|
||||
██╔██╗ ██║█████╗ ╚███╔╝ ██║
|
||||
██║╚██╗██║██╔══╝ ██╔██╗ ██║
|
||||
██║ ╚████║███████╗██╔╝ ██╗ ██║
|
||||
╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚═╝
|
||||
========================================
|
||||
NexT version $1
|
||||
Documentation: https://hugo-next.js.org
|
||||
========================================
|
||||
EOT
|
||||
}
|
||||
|
||||
next V0.0.1
|
||||
|
||||
hugo server -D -t ../.. --port 1414
|
||||
Reference in New Issue
Block a user