-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·66 lines (63 loc) · 2.16 KB
/
_config.yml
File metadata and controls
executable file
·66 lines (63 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
title: CROKE
position: <a href="https://anr.fr/Projet-ANR-25-CE46-2339">Project ANR-25-CE46-2339</a>
affiliation: 2026 - 2029
email: #philipp.krah@cea.fr #lafitte@math.univ-paris13.fr #kai.schneider@univ-amu.fr
description:
keywords: Computational Physics, Numerical Analysis, Machine Learning, Characteristic Mapping, Plasma Physics
google_scholar:
github_link: https://github.com/CharacteristicMappingMethod
avatar: /assets/img/arton1807.jpg
favicon: /assets/img/arton1807.jpg
favicon_dark: /assets/img/arton1807.jpg
# GitHub Pages Configuration:
# - If repository is "username.github.io" or "orgname.github.io" (user/org page):
# baseurl: ""
# url: "https://username.github.io" or "https://orgname.github.io"
# - If repository is a project page (e.g., "project-name"):
# baseurl: "/project-name"
# url: "https://username.github.io" or "https://orgname.github.io"
#
# IMPORTANT: Update the values below based on your actual GitHub Pages setup!
baseurl: "" # Empty for user/org pages, or "/repo-name" for project pages
url: "https://philipp137.github.io" # Your GitHub Pages URL (update if different)
canonical: "https://philipp137.github.io" # Update with your actual GitHub Pages URL
remote_theme: yaoyao-liu/minimal-light
github_username: philipp137
# Build settings
plugins:
- jekyll-feed
defaults:
# Posts use "post" layout
-
scope:
path: ""
type: "posts"
values:
layout: "post"
# Pages in root use "page" layout (except index.markdown which specifies its own)
-
scope:
path: ""
type: "pages"
values:
layout: "page"
# Note: index.markdown explicitly specifies layout: homepage, so it won't be overridden
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/