You've already forked macports.github.io
mirror of
https://github.com/macports/macports.github.io.git
synced 2026-03-31 14:37:22 -07:00
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.
26 lines
414 B
YAML
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"
|