|
|
@ -360,83 +360,6 @@ authors:
|
|
|
|
link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title
|
|
|
|
link: "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Example `config.yaml`:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
|
|
|
baseurl: https://example.com
|
|
|
|
|
|
|
|
copyright: © Michael Bluth
|
|
|
|
|
|
|
|
enablerobotstxt: true
|
|
|
|
|
|
|
|
languagecode: en-us
|
|
|
|
|
|
|
|
languages:
|
|
|
|
|
|
|
|
en:
|
|
|
|
|
|
|
|
menu:
|
|
|
|
|
|
|
|
main:
|
|
|
|
|
|
|
|
- identifier: home
|
|
|
|
|
|
|
|
name: Home
|
|
|
|
|
|
|
|
url: /
|
|
|
|
|
|
|
|
weight: 10
|
|
|
|
|
|
|
|
- identifier: about
|
|
|
|
|
|
|
|
name: About
|
|
|
|
|
|
|
|
url: /about/
|
|
|
|
|
|
|
|
weight: 20
|
|
|
|
|
|
|
|
- identifier: blog
|
|
|
|
|
|
|
|
name: Blog
|
|
|
|
|
|
|
|
url: /blog/
|
|
|
|
|
|
|
|
weight: 30
|
|
|
|
|
|
|
|
- identifier: categories
|
|
|
|
|
|
|
|
name: Categories
|
|
|
|
|
|
|
|
url: /categories/
|
|
|
|
|
|
|
|
weight: 40
|
|
|
|
|
|
|
|
- identifier: tags
|
|
|
|
|
|
|
|
name: Tags
|
|
|
|
|
|
|
|
url: /tags/
|
|
|
|
|
|
|
|
weight: 50
|
|
|
|
|
|
|
|
- identifier: search
|
|
|
|
|
|
|
|
name: Search
|
|
|
|
|
|
|
|
url: /search/
|
|
|
|
|
|
|
|
weight: 60
|
|
|
|
|
|
|
|
title: No Borders, No Limits
|
|
|
|
|
|
|
|
weight: 10
|
|
|
|
|
|
|
|
markup:
|
|
|
|
|
|
|
|
goldmark:
|
|
|
|
|
|
|
|
renderer:
|
|
|
|
|
|
|
|
unsafe: true
|
|
|
|
|
|
|
|
tableofcontents:
|
|
|
|
|
|
|
|
endlevel: 6
|
|
|
|
|
|
|
|
ordered: true
|
|
|
|
|
|
|
|
startlevel: 2
|
|
|
|
|
|
|
|
module:
|
|
|
|
|
|
|
|
imports:
|
|
|
|
|
|
|
|
- path: github.com/willfaught/paige
|
|
|
|
|
|
|
|
outputs:
|
|
|
|
|
|
|
|
home:
|
|
|
|
|
|
|
|
- html
|
|
|
|
|
|
|
|
- json
|
|
|
|
|
|
|
|
- rss
|
|
|
|
|
|
|
|
paginate: 50
|
|
|
|
|
|
|
|
params:
|
|
|
|
|
|
|
|
paige:
|
|
|
|
|
|
|
|
social:
|
|
|
|
|
|
|
|
email:
|
|
|
|
|
|
|
|
bootstrap_icon: envelope
|
|
|
|
|
|
|
|
link: mailto:username@example.com
|
|
|
|
|
|
|
|
name: E-mail
|
|
|
|
|
|
|
|
github:
|
|
|
|
|
|
|
|
bootstrap_icon: github
|
|
|
|
|
|
|
|
link: https://github.com/username
|
|
|
|
|
|
|
|
name: GitHub
|
|
|
|
|
|
|
|
linkedin:
|
|
|
|
|
|
|
|
bootstrap_icon: linkedin
|
|
|
|
|
|
|
|
link: https://linkedin.com/in/username
|
|
|
|
|
|
|
|
name: LinkedIn
|
|
|
|
|
|
|
|
permalinks:
|
|
|
|
|
|
|
|
blog: /blog/:year/:month/:day/:title/
|
|
|
|
|
|
|
|
social:
|
|
|
|
|
|
|
|
twitter: username
|
|
|
|
|
|
|
|
timezone: America/Los_Angeles
|
|
|
|
|
|
|
|
titlecasestyle: Go
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Layouts
|
|
|
|
## Layouts
|
|
|
|
|
|
|
|
|
|
|
|
The `paige/search` layout provides full site search.
|
|
|
|
The `paige/search` layout provides full site search.
|
|
|
|