mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-27 22:11:09 +00:00
🚜 More README config updates
This commit is contained in:
parent
80a4afa38f
commit
07b820b7e7
|
@ -1,6 +1,4 @@
|
||||||
---
|
---
|
||||||
permalink: /
|
|
||||||
layout: default
|
|
||||||
---
|
---
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://github.com/sindresorhus/awesome#readme"><img src="https://awesome.re/badge-flat.svg" /></a><br>
|
<a href="https://github.com/sindresorhus/awesome#readme"><img src="https://awesome.re/badge-flat.svg" /></a><br>
|
||||||
|
|
10
_config.yml
10
_config.yml
|
@ -21,3 +21,13 @@ exclude:
|
||||||
- postcss.config.js
|
- postcss.config.js
|
||||||
- tailwind.config.js
|
- tailwind.config.js
|
||||||
- src
|
- 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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user