Skip to content

Commit 0160c2e

Browse files
committed
First version of page. No content yet.
1 parent 40ec8e7 commit 0160c2e

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

_config.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,18 @@ repository : "python-accelerator-middle-layer/python-accelerator-m
3131
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
3232
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
3333
words_per_minute : 200
34+
copyright : "Python Accelerator Middle Layer collaboration"
3435
reCaptcha:
3536
siteKey :
3637
secret :
3738
atom_feed:
3839
path : # blank (default) uses feed.xml
3940
hide : # true, false (default)
40-
search : # true, false (default)
41+
search : true
4142
search_full_content : # true, false (default)
4243
search_provider : # lunr (default), algolia, google
4344
lunr:
44-
search_within_pages : # true, false (default)
45+
search_within_pages : true
4546
algolia:
4647
application_id : # YOUR_APPLICATION_ID
4748
index_name : # YOUR_INDEX_NAME
@@ -50,9 +51,7 @@ algolia:
5051
google:
5152
search_engine_id : # YOUR_SEARCH_ENGINE_ID
5253
instant_search : # false (default), true
53-
54-
#search: true
55-
54+
5655
# SEO Related
5756
google_site_verification :
5857
bing_site_verification :
@@ -89,7 +88,7 @@ author:
8988
bio : #"I am an **amazing** person."
9089
location : #"Somewhere"
9190
email : pyaml-steering-committee-contact@esrf.fr.
92-
# links:
91+
links:
9392
# - label: "Email"
9493
# icon: "fas fa-fw fa-envelope-square"
9594
# # url: "mailto:your.name@email.com"
@@ -102,9 +101,9 @@ author:
102101
# - label: "Facebook"
103102
# icon: "fab fa-fw fa-facebook-square"
104103
# # url: "https://facebook.com/"
105-
# - label: "GitHub"
106-
# icon: "fab fa-fw fa-github"
107-
# # url: "https://github.com/"
104+
- label: "GitHub"
105+
icon: "fab fa-fw fa-github"
106+
url: "https://github.com/python-accelerator-middle-layer"
108107
# - label: "Instagram"
109108
# icon: "fab fa-fw fa-instagram"
110109
# # url: "https://instagram.com/"
@@ -121,7 +120,7 @@ footer:
121120
# url:
122121
- label: "GitHub"
123122
icon: "fab fa-fw fa-github"
124-
# url:
123+
url: "https://github.com/python-accelerator-middle-layer"
125124
- label: "GitLab"
126125
icon: "fab fa-fw fa-gitlab"
127126
# url:
@@ -282,8 +281,8 @@ defaults:
282281
type: posts
283282
values:
284283
layout: single
285-
author_profile: true
286-
read_time: true
284+
author_profile: false
285+
read_time: false
287286
comments: # true
288287
share: true
289288
related: true

_data/navigation.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
main:
2-
- title: "Posts"
3-
url: /posts/
4-
- title: "Categories"
5-
url: /categories/
6-
- title: "Tags"
7-
url: /tags/
8-
- title: "About"
9-
url: /about/
2+
# - title: "Posts"
3+
# url: /posts/
4+
# - title: "Categories"
5+
# url: /categories/
6+
# - title: "Tags"
7+
# url: /tags/
8+
# - title: "About"
9+
# url: /about/

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
layout: home
3-
author_profile: true
2+
layout: single
3+
author_profile: false
44
---

0 commit comments

Comments
 (0)