Skip to content

Commit

Permalink
Remove unused settings in Jekyll config (#5181)
Browse files Browse the repository at this point in the history
These settings aren't used for anything anymore, so they can safely be
removed.

Contributes to #5177
  • Loading branch information
parlough authored Sep 18, 2023
1 parent f68e4d0 commit 7652dd6
Showing 1 changed file with 5 additions and 31 deletions.
36 changes: 5 additions & 31 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Site settings
title: Dart
description: Dart is a client-optimized language for developing fast apps on any platform.
description: >-
Dart is a client-optimized language for developing fast apps on any platform.
url: https://dart.dev
dev-url: https://dartlang-org-dev.firebaseapp.com
repo:
this: https://github.com/dart-lang/site-www
shared: &repo-shared https://github.com/dart-lang/site-shared
shared: https://github.com/dart-lang/site-shared
branch: main
port: 4000
source: src

strict_front_matter: true
liquid:
error_mode: strict
strict_filters: true
future: true # In support of https://github.com/dart-lang/site-www/issues/1111
sass:
sass_dir: _sass
cache: false
style: compressed
load_paths:
- ../node_modules/bootstrap-scss
Expand All @@ -25,10 +25,9 @@ plugins:
toc:
min_level: 2
max_level: 3
no_toc_section_class: no_toc_section # ignore if in no_toc_section element
no_toc_section_class: no_toc_section


dart-site: ''
flutter: https://flutter.dev
flutter-docs: https://docs.flutter.dev
dart-api: https://api.dart.dev
Expand Down Expand Up @@ -61,31 +60,6 @@ defaults:
layout: default
toc: true

custom:
downloads:
dartarchive-be-url-prefix: https://storage.googleapis.com/dart-archive/channels/be/raw
dartarchive-dev-url-prefix: https://storage.googleapis.com/dart-archive/channels/dev/release
dartarchive-stable-url-prefix: https://storage.googleapis.com/dart-archive/channels/stable/release
binaries:
- os: windows
name: Windows
ext: zip
editor-ext: zip
- os: macos
name: Mac
ext: zip
editor-ext: zip
- os: linux
name: Linux
ext: zip
editor-ext: zip


# `symlinked-sources` can refer to individual files or directories
# under `src` that are symlinked to somewhere outside `src`, or it can
# refer to the root folder of the symlinked content (like `site-shared/src`):
# symlinked-sources: [site-shared/src]

# Increment this global og:image URL version number (used as a query parameter)
# when you update any og:image file. (Also increment the corresponding number
# in the `firebase.json` redirect rule.)
Expand Down

0 comments on commit 7652dd6

Please sign in to comment.