Skip to content

Commit 17fc90e

Browse files
committed
🔨 🚜 Redo
1 parent 365f531 commit 17fc90e

38 files changed

+51
-2769
lines changed

_config.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ plugins:
3939
- jekyll-sitemap
4040
- jemoji
4141

42+
remote_theme: pmarsceill/just-the-docs
43+
4244
# Exclude from processing.
4345
# The following items will not be processed, by default. Create a custom list
4446
# to override the default setting.
@@ -55,3 +57,51 @@ exclude:
5557
aux_links:
5658
"DjangoCon US Docs on GitHub":
5759
- "https://github.com/djangocon/djangocon-us-docs"
60+
61+
# Makes Aux links open in a new tab. Default is false
62+
aux_links_new_tab: false
63+
64+
color_scheme: django
65+
# color_scheme: light
66+
67+
heading_anchors: true
68+
69+
# footer_content: "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>."
70+
71+
# Footer last edited timestamp
72+
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
73+
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
74+
75+
# Footer "Edit this page on GitHub" link text
76+
gh_edit_link: true # show or hide edit this page link
77+
gh_edit_link_text: "Edit this page on GitHub."
78+
gh_edit_repository: "https://github.com/djangocon/djangocon-us-docs" # the github URL for your repo
79+
gh_edit_branch: "main" # the branch that your docs is served from
80+
# gh_edit_source: docs # the source that your files originate from
81+
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
82+
83+
search_enabled: true
84+
85+
search:
86+
# Split pages into sections that can be searched individually
87+
# Supports 1 - 6, default: 2
88+
heading_level: 2
89+
# Maximum amount of previews per search result
90+
# Default: 3
91+
previews: 3
92+
# Maximum amount of words to display before a matched word in the preview
93+
# Default: 5
94+
preview_words_before: 5
95+
# Maximum amount of words to display after a matched word in the preview
96+
# Default: 10
97+
preview_words_after: 10
98+
# Set the search token separator
99+
# Default: /[\s\-/]+/
100+
# Example: enable support for hyphenated search words
101+
tokenizer_separator: /[\s/]+/
102+
# Display the relative url in search results
103+
# Supports true (default) or false
104+
rel_url: true
105+
# Enable or disable the search button that appears in the bottom right corner of every page
106+
# Supports true or false (default)
107+
button: false

_includes/head.html

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

_includes/nav.html

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

_layouts/default.html

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

_sass/base.scss

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

_sass/buttons.scss

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

0 commit comments

Comments
 (0)