author: "Michael Henderson"
date: 2015-02-22
linktitle: Installing on Mac
+toc: true
menu:
main:
parent: tutorials
When I did this, I had some problems with directory permissions. Searches on Google pointed me to pages that walked me through updating permissions on the `/usr/local` directory. Seemed scary, but it's worked well since.
-## Step 2: Run the `brew` command to install `hugo`
+### Step 2: Run the `brew` command to install `hugo`
Replace `brew install hugo` with `brew install hugo --HEAD` if you
want the absolute latest version—there might be bugs!
The `.md` files are documentation. The other file is the executable.
-## Step 4: Install into your bin directory
+### Step 4: Install into your bin directory
```
$ # create the directory if needed
font-family: 'Lato', sans-serif;
padding: 0px !important;
margin: 0px !important;
- font-size:16px !important;
+ font-size:16px !important;
font-weight: 300;
}
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
- transition: all 0.3s ease;
+ transition: all 0.3s ease;
}
ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
border-bottom: 1px solid #ff4088;
}
/*ul.sidebar-menu li.active a,*/ ul.sidebar-menu .sub-menu li.active a{
- border-bottom: 1px solid #ff4088;
+ border-bottom: 1px solid #ff4088;
}
ul.sidebar-menu li a i {
}
-#sidebar ul > li > a .menu-arrow {
- float: right;
+#sidebar ul > li > a .menu-arrow {
+ float: right;
margin-right: 8px;
- margin-top: 6px;
+ margin-top: 6px;
}
#main-content {
overflow: hidden;
margin: 20px 0;
}
-
+
.video-container iframe,
.video-container object,
.video-container embed {
top: 0;
left: 0;
width: 100%;
- height: 100%;
+ height: 100%;
}
+
+/* Google custom search */
+.cse {
+ margin-top: 20px;
+ padding-right: 20px;
+}
+
+
+/* Table of contents */
+
+.toc ul { list-style: none; margin: 0; padding: 0 5px; }
+.toc ul li { display: inline; }
+#TableOfContents > ul > li > ul > li > ul li { margin-right: 8px; }
+#TableOfContents > ul > li > ul > li > a, #TableOfContents > ul > li > a { font-weight: bold; background-color: #eeeeee; padding: 0 10px; margin: 0 2px; }
+#TableOfContents > ul > li > ul > li > a { font-style: italic; }
+.toc.compact ul > li > ul > li > ul { display: none; }
+
+#toc {
+ position:fixed;
+ background-color: rgba(0, 0, 0, 0.1);
+ padding: 10px 50px 10px 20px;
+}
+
+
+@media(max-width:1200px) {
+ .toc {
+ display: none;
+ }
+}
+
+
+
+
+