Files
macports.github.io/_config.yml
Ryan Schmidt 7a5644e3fd Install gems in local subdirectory
Installing in a local subdirectory means you don't need sudo to install
or update and you don't pollute the MacPorts ruby27 gems directory.
2021-05-01 22:58:10 -05:00

26 lines
414 B
YAML

baseurl: ""
defaults:
- scope:
path: ""
values:
layout: "default"
- scope:
path: ""
type: "posts"
values:
permalink: "/post/:title/"
excerpt_separator: <!--more-->
exclude:
- .gitignore
- Gemfile
- Gemfile.lock
- README.md
- vendor
plugins:
- jekyll-feed
- jekyll-redirect-from
permalink: pretty
theme: null
title: "MacPorts"
url: "https://www.macports.org"