소스 검색

:tractor: More README config updates

Jeff Triplett 4 년 전
부모
커밋
07b820b7e7
2개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      README.md
  2. 10 0
      _config.yml

+ 0 - 2
README.md

@@ -1,6 +1,4 @@
 ---
-permalink: /
-layout: default
 ---
 <div align="center">
   <a href="https://github.com/sindresorhus/awesome#readme"><img src="https://awesome.re/badge-flat.svg" /></a><br>

+ 10 - 0
_config.yml

@@ -21,3 +21,13 @@ exclude:
   - postcss.config.js
   - tailwind.config.js
   - src
+defaults:
+  - scope:
+      path: "" # an empty string here means all files in the project
+    values:
+      layout: "default"
+    scope:
+      path: "README.md"
+    values:
+      permalink: "/"
+      layout: "default"