mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-29 15:10:35 +03:00
Add ToC to long pages
* A compact, fixed box in the right screen * Only for big screens, > 1200 px wide
This commit is contained in:
parent
be16e5ffb9
commit
be4f48652d
17 changed files with 80 additions and 14 deletions
|
@ -2,6 +2,7 @@
|
|||
author: "Arjen Schwarz"
|
||||
date: 2015-01-12
|
||||
linktitle: Automated deployments
|
||||
toc: true
|
||||
menu:
|
||||
main:
|
||||
parent: tutorials
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
author: "Michael Henderson"
|
||||
date: 2014-09-28
|
||||
linktitle: Creating a New Theme
|
||||
toc: true
|
||||
tocstyle: compact
|
||||
menu:
|
||||
main:
|
||||
parent: tutorials
|
||||
|
|
|
@ -4,6 +4,7 @@ aliases:
|
|||
author: Spencer Lyon
|
||||
date: 2014-03-21
|
||||
linktitle: Hosting on GitHub
|
||||
toc: true
|
||||
menu:
|
||||
main:
|
||||
parent: tutorials
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
author: "Michael Henderson"
|
||||
date: 2015-02-22
|
||||
linktitle: Installing on Mac
|
||||
toc: true
|
||||
menu:
|
||||
main:
|
||||
parent: tutorials
|
||||
|
@ -56,7 +57,7 @@ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/
|
|||
|
||||
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!
|
||||
|
@ -129,7 +130,7 @@ $ tar tvf ~/Downloads/hugo_0.13_darwin_amd64.zip
|
|||
|
||||
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
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
author: "Michael Henderson"
|
||||
date: 2015-03-30
|
||||
linktitle: Installing on Windows
|
||||
toc: true
|
||||
menu:
|
||||
main:
|
||||
parent: tutorials
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
date: 2014-03-10
|
||||
linktitle: Migrating from Jekyll
|
||||
toc: true
|
||||
tocstyle: compact
|
||||
menu:
|
||||
main:
|
||||
parent: tutorials
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue