|
1 | 1 | title: Characteristic Mapping Method for Kinetic Equations (CROKE) |
2 | | -position: <a href=" https://anr.fr/Projet-ANR-25- |
3 | | -CE46-2339">Project ANR-25-CE46-2339</a> |
| 2 | +position: <a href="https://anr.fr/Projet-ANR-25-CE46-2339">Project ANR-25-CE46-2339</a> |
4 | 3 | affiliation: 2026 - 2030 |
5 | 4 | email: philipp.krah@cea.fr |
6 | 5 | description: |
7 | 6 | keywords: Computational Physics, Numerical Analysis |
8 | 7 | google_scholar: |
9 | 8 | github_link: https://github.com/CharacteristicMappingMethod |
10 | | -avatar: ./assets/img/arton1807.jpg |
11 | | -favicon: ./assets/img/arton1807.jpg |
12 | | -favicon_dark: ./assets/img/arton1807.jpg |
13 | | -canonical: https://minimal-light.yyliu.net/ |
| 9 | +avatar: /assets/img/arton1807.jpg |
| 10 | +favicon: /assets/img/arton1807.jpg |
| 11 | +favicon_dark: /assets/img/arton1807.jpg |
| 12 | +# GitHub Pages Configuration: |
| 13 | +# - If repository is "username.github.io" or "orgname.github.io" (user/org page): |
| 14 | +# baseurl: "" |
| 15 | +# url: "https://username.github.io" or "https://orgname.github.io" |
| 16 | +# - If repository is a project page (e.g., "project-name"): |
| 17 | +# baseurl: "/project-name" |
| 18 | +# url: "https://username.github.io" or "https://orgname.github.io" |
| 19 | +# |
| 20 | +# IMPORTANT: Update the values below based on your actual GitHub Pages setup! |
| 21 | +baseurl: "" # Empty for user/org pages, or "/repo-name" for project pages |
| 22 | +url: "https://philipp137.github.io" # Your GitHub Pages URL (update if different) |
| 23 | + |
| 24 | +canonical: "https://philipp137.github.io" # Update with your actual GitHub Pages URL |
14 | 25 | remote_theme: yaoyao-liu/minimal-light |
15 | | -baseurl: "/characteristicmappingmethod.github.io" # the subpath of your site, e.g. /blog |
16 | | -url: "" # the base hostname & protocol for your site, e.g. http://example.com |
17 | 26 | github_username: philipp137 |
18 | 27 |
|
19 | 28 | # Build settings |
20 | | -#theme: minima |
21 | 29 | plugins: |
22 | 30 | - jekyll-feed |
23 | 31 |
|
24 | 32 | defaults: |
| 33 | + # Posts use "post" layout |
25 | 34 | - |
26 | 35 | scope: |
27 | 36 | path: "" |
| 37 | + type: "posts" |
28 | 38 | values: |
29 | 39 | layout: "post" |
| 40 | + # Pages in root use "page" layout (except index.markdown which specifies its own) |
| 41 | + - |
| 42 | + scope: |
| 43 | + path: "" |
| 44 | + type: "pages" |
| 45 | + values: |
| 46 | + layout: "page" |
| 47 | + # Note: index.markdown explicitly specifies layout: homepage, so it won't be overridden |
30 | 48 | # Exclude from processing. |
31 | 49 | # The following items will not be processed, by default. |
32 | 50 | # Any item listed under the `exclude:` key here will be automatically added to |
|
0 commit comments