Written in Golang.
Written in Golang.
- $ brew install hugo
- $ have fun +
$ brew install hugo +
diff --git a/content/getting-started/installing.md b/content/getting-started/installing.md index 8f65f0ecd..6364080ec 100644 --- a/content/getting-started/installing.md +++ b/content/getting-started/installing.md @@ -22,7 +22,7 @@ The latest release can be found at [Hugo Releases][releases]. Hugo currently provides pre-built binaries for the following: -* OS X (Darwin) for x64, i386 and ARM architectures +* OS X (Darwin) for x64, i386, and ARM architectures * Windows, * Linux, * FreeBSD @@ -155,12 +155,12 @@ $ # show the location of the hugo executable which hugo /usr/local/bin/hugo -$ # show the installed version -$ ls -l $( which hugo ) +# show the installed version +ls -l $( which hugo ) lrwxr-xr-x 1 mdhender admin 30 Mar 28 22:19 /usr/local/bin/hugo -> ../Cellar/hugo/0.13_1/bin/hugo -$ # verify that hugo runs correctly -$ hugo version +# verify that hugo runs correctly +hugo version Hugo Static Site Generator v0.13 BuildDate: 2015-03-09T21:34:47-05:00 ``` @@ -193,7 +193,7 @@ All three locations will work for you. In the interest of brevity, this guide fo Verify that the tarball wasn't corrupted during the download: ```bash -$ tar tvf ~/Downloads/hugo_X.Y_osx-64bit.tgz +tar tvf ~/Downloads/hugo_X.Y_osx-64bit.tgz -rwxrwxrwx 0 0 0 0 Feb 22 04:02 hugo_X.Y_osx-64bit/hugo_X.Y_osx-64bit.tgz -rwxrwxrwx 0 0 0 0 Feb 22 03:24 hugo_X.Y_osx-64bit/README.md -rwxrwxrwx 0 0 0 0 Jan 30 18:48 hugo_X.Y_osx-64bit/LICENSE.md @@ -204,37 +204,37 @@ The `.md` files are documentation for Hugo. The other file is the executable. #### Step 4: Install Into Your `bin` Directory ```bash -$ # create the directory if needed -$ mkdir -p ~/bin +# create the directory if needed +mkdir -p ~/bin -$ # make it the working directory -$ cd ~/bin +# make it the working directory +cd ~/bin -$ # extract the tarball -$ tar -xvzf ~/Downloads/hugo_X.Y_osx-64bit.tgz +# extract the tarball +tar -xvzf ~/Downloads/hugo_X.Y_osx-64bit.tgz Archive: hugo_X.Y_osx-64bit.tgz x ./ x ./hugo x ./LICENSE.md x ./README.md -$ # verify that it runs -$ ./hugo version +# verify that it runs +./hugo version Hugo Static Site Generator v0.13 BuildDate: 2015-02-22T04:02:30-06:00 ``` You may need to add your bin directory to your `PATH` variable. The `which` command will check for us. If it can find `hugo`, it will print the full path to it. Otherwise, it will not print anything. ```bash -$ # check if hugo is in the path -$ which hugo +# check if hugo is in the path +which hugo /Users/USERNAME/bin/hugo ``` If `hugo` is not in your `PATH`, add it by updating your `~/.bash_profile` file. First, start up an editor: ```bash -$ nano ~/.bash_profile +nano ~/.bash_profile ``` Add a line to update your `PATH` variable: diff --git a/content/getting-started/quick-start.md b/content/getting-started/quick-start.md index 6fe5247be..5e25c2b90 100644 --- a/content/getting-started/quick-start.md +++ b/content/getting-started/quick-start.md @@ -496,7 +496,7 @@ Now, we can start the server *without* the `buildDrafts` option. hugo server --theme=hugo_theme_robust ``` -## Step 10. Integrate Disqus Comments + +## Step 10. Build Your Website To generate a website that can be deployed to GitHub pages, we first need to change the `baseURL` in our configuration as follows: @@ -539,7 +539,7 @@ in 17 ms After you run the `hugo` command, a `bookshelf/public` directory will be created containing the generated website source. -## Step 9. What Next? +## Step 11. What Next? **Congratulations!** Your new `bookshelf`/public directory is a fully generated, deployable Hugo website. Since all your files are *static*, you have innumerable options for hosting, and your new directory structure and simple content format are going to make scaling your website a breeze. diff --git a/dev-and-design-resources/gopherizemehug.afdesign b/dev-and-design-resources/gopherizemehug.afdesign new file mode 100644 index 000000000..0f7cc21e9 Binary files /dev/null and b/dev-and-design-resources/gopherizemehug.afdesign differ diff --git a/dev-and-design-resources/newlogomaybe.afdesign b/dev-and-design-resources/newlogomaybe.afdesign new file mode 100644 index 000000000..3103a31f7 Binary files /dev/null and b/dev-and-design-resources/newlogomaybe.afdesign differ diff --git a/layouts/partials/contents-list.html b/layouts/partials/contents-list.html index 7f4080523..aeb6a1291 100644 --- a/layouts/partials/contents-list.html +++ b/layouts/partials/contents-list.html @@ -1,13 +1,15 @@ {{$kind := .Kind}} +
{{.Description | markdownify }}
-{{.Description | markdownify }}
+