Created
March 16, 2019 23:59
-
-
Save kainlite/1013d1dabb954f2dafe68448e83022d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hugo new site testing-hugo | |
| # OUTPUT: | |
| # Congratulations! Your new Hugo site is created in /home/kainlite/Webs/testing-hugo. | |
| # | |
| # Just a few more steps and you're ready to go: | |
| # | |
| # 1. Download a theme into the same-named folder. | |
| # Choose a theme from https://themes.gohugo.io/, or | |
| # create your own with the "hugo new theme <THEMENAME>" command. | |
| # 2. Perhaps you want to add some content. You can add single files | |
| # with "hugo new <SECTIONNAME>/<FILENAME>.<FORMAT>". | |
| # 3. Start the built-in live server via "hugo server". | |
| # | |
| # Visit https://gohugo.io/ for quickstart guide and full documentation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment