mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-02-25 01:18:39 +00:00
Compare commits
No commits in common. "38ff547b97cdfbee06b216072afab496fb0b710a" and "9d0205994837f6ef0397f45ea2487db84b339bd1" have entirely different histories.
38ff547b97
...
9d02059948
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,7 +64,6 @@ _site/
|
||||
assets/development.css
|
||||
build
|
||||
dist
|
||||
docker-compose.override.yml
|
||||
node_modules
|
||||
package-lock.json
|
||||
vendor
|
||||
|
10
_config.yml
10
_config.yml
@ -52,15 +52,13 @@ color_scheme: django
|
||||
heading_anchors: true
|
||||
|
||||
footer_content: >-
|
||||
<iframe src="https://django-news.com/embed?color1=ffffff&color2=092e20&color_bg_button=092e20&color_border=ccc&color_button=ffffff&color_links=979797&color_terms=808080&title=Subscribe+to+Django+News" width="450" height="310" frameborder="0" style="max-width: 100%"></iframe>
|
||||
|
||||
<p>Please consider supporting Django by making a donation to the
|
||||
Please consider supporting Django by making a donation to the
|
||||
<a rel="sponsored" href="https://www.djangoproject.com/fundraising/">Django Software Foundation</a>,
|
||||
sponsoring via <a rel="sponsored" href="https://github.com/sponsors/django">GitHub Sponsors</a>,
|
||||
or buying <a rel="sponsored" href="https://django.threadless.com/">official merchandise</a>.</p>
|
||||
or buying <a rel="sponsored" href="https://django.threadless.com/">official merchandise</a>.
|
||||
|
||||
<p>Awesome Django is not associated with the Django Software Foundation.<br>
|
||||
Django is a registered trademark of the Django Software Foundation.</p>
|
||||
Awesome Django is not associated with the Django Software Foundation.
|
||||
Django is a registered trademark of the Django Software Foundation.
|
||||
|
||||
# Footer last edited timestamp
|
||||
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
|
||||
|
@ -1,7 +0,0 @@
|
||||
services:
|
||||
|
||||
devd:
|
||||
# platform: linux/amd64
|
||||
|
||||
jekyll:
|
||||
# platform: linux/amd64
|
@ -1,3 +1,5 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
devd:
|
||||
@ -5,7 +7,6 @@ services:
|
||||
command: --livewatch
|
||||
expose:
|
||||
- 8000
|
||||
init: true
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
@ -18,7 +19,6 @@ services:
|
||||
- BUNDLE_PATH=/usr/local/bundle
|
||||
expose:
|
||||
- 4000
|
||||
init: true
|
||||
ports:
|
||||
- 4000:4000
|
||||
volumes:
|
||||
|
11
justfile
11
justfile
@ -4,16 +4,12 @@
|
||||
@alex:
|
||||
npx alex README.md
|
||||
|
||||
@bootstrap:
|
||||
pip install --upgrade pip pip-tools
|
||||
pip install --upgrade --requirement requirements.in
|
||||
|
||||
@build:
|
||||
just toc
|
||||
bundle exec jekyll build
|
||||
|
||||
@down:
|
||||
docker-compose down
|
||||
just down
|
||||
|
||||
@lint:
|
||||
-curlylint _layouts/
|
||||
@ -23,10 +19,7 @@
|
||||
# modd --file=modd.conf
|
||||
just up ""
|
||||
|
||||
@start *ARGS="-d":
|
||||
just up {{ ARGS }}
|
||||
|
||||
@up *ARGS:
|
||||
@up *ARGS="-d":
|
||||
docker-compose up {{ ARGS }}
|
||||
|
||||
@toc:
|
||||
|
Loading…
x
Reference in New Issue
Block a user