Skip to content

Commit 12adb12

Browse files
committed
remove collections
1 parent a5374dc commit 12adb12

2 files changed

Lines changed: 1 addition & 37 deletions

File tree

_config.yml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ url:
2727
# baseurl is your github repository's name prefixed with a /
2828
baseurl:
2929
# location of code, the full url to your github repository
30-
source-code: https://github.com/lib-static/lib-static.github.io
30+
source-code: https://github.com/learn-static/learn-static.github.io
3131

3232
##########
3333
# GOOGLE ANALYTICS [optional!]
@@ -46,15 +46,6 @@ google-analytics-id:
4646
#######
4747
# BUILD SETTINGS [usually leave as is]
4848
#
49-
# Collections
50-
collections_dir: content
51-
collections:
52-
community:
53-
output: true
54-
concepts:
55-
output: true
56-
models:
57-
output: true
5849

5950
# Defaults to simplify front matter,
6051
# all files in the "pages" folder will be output at root of site
@@ -64,27 +55,6 @@ defaults:
6455
values:
6556
layout: page
6657
permalink: /:basename/
67-
- scope:
68-
path: ""
69-
type: "concepts"
70-
values:
71-
layout: content
72-
permalink: /:collection/:name/
73-
section: "Concepts"
74-
- scope:
75-
path: ""
76-
type: "community"
77-
values:
78-
layout: content
79-
permalink: /:collection/:name/
80-
section: "Community"
81-
- scope:
82-
path: ""
83-
type: "models"
84-
values:
85-
layout: project
86-
permalink: /:collection/:name/
87-
section: "Models"
8858

8959
# ignore stuff
9060
exclude: [docs/, Rakefile, README.md, LICENSE, CODE_OF_CONDUCT.md]

pages/search.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)