forked from abhinavs/moonwalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
57 lines (45 loc) · 2.33 KB
/
_config.yml
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
title: Multimodal Art Projection
author: M-A-P
url: https://m-a-p.ai # root address of the site
description: > # description of the site (multiple lines allowed)
Multimodal Art Projection (M-A-P) is an open-source AI research community.
The community members are working on research topics in a wide range of spectrum, including but not limited to pre-training paradigm of foundation models, large-scale data collection and processing, and the derived applciations on coding, reasoning and music generation. The community is open to researchers keen on any relevant topic. Welcome to join us!
See our released models at our huggingface organization page: https://huggingface.co/m-a-p.
permalink: /:slug
favicon: "./map-logo-c.ico" # relative path to site's favicon
google_analytics: G-1P2J02ZWQY
twitter:
username: MM_Art_Project # update or delete this
card: summary_large_image
#theme: moonwalk # if you are using GitHub Pages, change it to remote_theme: abhinavs/moonwalk
remote_theme: abhinavs/moonwalk
theme_config:
appearance: "dark" # can be "light", "dark" or "auto"
back_home_text: "go back.." # customize text for homepage link in post layout
appearance_toggle: true # if appearance can be switched by user
date_format: "%Y-%m-%d" # customize how date is formatted
show_description: true # show blog description
show_navbar: true # show horizontal navbar
show_footer: true # show footer links in home page,add in _data/home.yml
show_copyright: true # show copyright notice in footer
# following keys are using to create home layout
show_projects: true # show projects as cards, add in _data/home.yml
show_blog: true # show blog posts added in _posts
show_old_projects: true # show old projects as cards, add in _data/home.yml
show_misc_list: false # show generic vertical list for misc details, add _data/home.yml
show_reading_time: true # show number of words and reading time in the blog posts
show_tags: true # show tags in a blog posts
# options for "home" page
home:
title_projects: Projects
# title_misc_list: Details
title_blog: News
title_old_projects: Old Projects
soopr:
publish_token: "" # sign up at https://www.soopr.co to get your publish token and personalize share and reaction options
highlighter: rouge
sass:
style: :compressed
plugins:
- jekyll-feed
- jekyll-seo-tag