diff --git a/_config.yml b/_config.yml index 24461ff..f82a0ec 100644 --- a/_config.yml +++ b/_config.yml @@ -32,13 +32,15 @@ github_username: vcncolin repository: vcncolin/lefrenchmathproject # Build settings -remote_theme: zendesk/jekyll-theme-zendesk-garden@main +#remote_theme: zendesk/jekyll-theme-zendesk-garden@main +theme: minima plugins: - jekyll-feed header_pages: - about.markdown + - \courses\Maths_PSI_Alg1.markdown sidebar: - getting-started diff --git a/_includes/custom-head.html b/_includes/custom-head.html deleted file mode 100644 index 8559a67..0000000 --- a/_includes/custom-head.html +++ /dev/null @@ -1,6 +0,0 @@ -{% comment %} - Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons: - - 1. Head over to https://realfavicongenerator.net/ to add your own favicons. - 2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet. -{% endcomment %} diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 9ee139f..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - {%- seo -%} - - {%- feed_meta -%} - {%- if jekyll.environment == 'production' and site.google_analytics -%} - {%- include google-analytics.html -%} - {%- endif -%} - - {%- include custom-head.html -%} - - diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index 9a6c772..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,33 +0,0 @@ - diff --git a/_layouts/default.html b/_layouts/default.html index b3d610f..7edb60e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,53 +1,7 @@ - - - - {{ page.title | default: site.title }} - - - - - {% if site.search_enabled %} - - - {% endif %} - + - -
- {% include navbar.html %} -
- {% include header.html %} -
-
- {% if site.auto_page_title and page.title %} - {% if page.auto_title != false %} -

{{ page.title }}

- {% endif %} - {% endif %} - {{ content }} - {% if page.previous_page or page.next_page %} {% include page_nav.html %} {% endif %} -
- {% if site.sidebar %} {% include sidebar.html %} {% endif %} -
- {% include footer.html %} -
-
- {% if site.mermaid_enabled != false %} - - {% endif %} - - +{%- include head.html -%} @@ -67,4 +21,21 @@ throwOnError: false }); }); - \ No newline at end of file + + + + + {%- include header.html -%} +
+
+ {{ content }} +
+
+ + {%- include footer.html -%} + + + + + + \ No newline at end of file diff --git a/_layouts/default2.html b/_layouts/default2.html deleted file mode 100644 index 7edb60e..0000000 --- a/_layouts/default2.html +++ /dev/null @@ -1,41 +0,0 @@ - - - -{%- include head.html -%} - - - - - - - - - {%- include header.html -%} -
-
- {{ content }} -
-
- - {%- include footer.html -%} - - - - - - \ No newline at end of file diff --git a/_layouts/defaultzendesk.html b/_layouts/defaultzendesk.html new file mode 100644 index 0000000..b3d610f --- /dev/null +++ b/_layouts/defaultzendesk.html @@ -0,0 +1,70 @@ + + + + + {{ page.title | default: site.title }} + + + + + {% if site.search_enabled %} + + + {% endif %} + + + +
+ {% include navbar.html %} +
+ {% include header.html %} +
+
+ {% if site.auto_page_title and page.title %} + {% if page.auto_title != false %} +

{{ page.title }}

+ {% endif %} + {% endif %} + {{ content }} + {% if page.previous_page or page.next_page %} {% include page_nav.html %} {% endif %} +
+ {% if site.sidebar %} {% include sidebar.html %} {% endif %} +
+ {% include footer.html %} +
+
+ {% if site.mermaid_enabled != false %} + + {% endif %} + + + + + + + \ No newline at end of file diff --git a/index.markdown b/index.markdown index 6ff7e58..cd8d9c4 100644 --- a/index.markdown +++ b/index.markdown @@ -9,7 +9,7 @@ layout: default ## Algèbre -### [Cours Algèbre 1](Alg1) +### [Cours Algèbre 1](/courses/Maths_PSI_Alg1.markdown) ### [Exos Algèbre](/exercises/Maths_PSI_Alg_EX.markdown)