simpletransformers

Форк
0
/
_config.yml 
191 строка · 5.0 Кб
1
# Welcome to Jekyll!
2
#
3
# This config file is meant for settings that affect your whole blog, values
4
# which you are expected to set up once and rarely edit after that. If you find
5
# yourself editing this file very often, consider using Jekyll's data files
6
# feature for the data you need to update frequently.
7
#
8
# For technical reasons, this file is *NOT* reloaded automatically when you use
9
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10

11
# Site settings
12
# These are used to personalize your new site. If you look in the HTML files,
13
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14
# You can create any custom variable you would like, and they will be accessible
15
# in the templates via {{ site.myvariable }}.
16
title: Simple Transformers
17
email: chaturangarajapakshe@gmail.com
18
name: &name "Thilina Rajapakse"
19
description: >- # this means to ignore newlines until "baseurl:"
20
  Transformers for Classification, NER, QA, Language Modelling, Language Generation, Multi-Modal, and Conversational AI.
21
baseurl: "" # the subpath of your site, e.g. /blog
22
repository: ThilinaRajapakse/simpletransformers
23
url: "" # the base hostname & protocol for your site, e.g. http://example.com
24
github_username:  ThilinaRajapakse
25

26
# Social Sharing
27
twitter:
28
  username : &twitter "t_rajapakse"
29

30
social:
31
  links:
32
    - "https://twitter.com/t_rajapakse"
33
    - "https://www.linkedin.com/in/t-rajapakse/"
34
    - "https://medium.com/@chaturangarajapakshe"
35

36
# Site Author
37
author:
38
  name             : *name # *name is a YAML reference pointing to the &anchor earlier
39
  avatar           : "/assets/images/thilina-rajapakse.jpeg"
40
  bio              : "AI researcher, serial procrastinator, avid reader, fantasy and Sci-Fi geek, and fan of the Oxford comma."
41
  location         : "Kandy, Sri Lanka"
42
  links:
43
    - label: "GitHub"
44
      icon: "fab fa-fw fa-github"
45
      url: "https://github.com/ThilinaRajapakse"
46
    - label: "LinkedIn"
47
      icon: "fab fa-fw fa-linkedin-in"
48
      url: "https://www.linkedin.com/in/t-rajapakse/"
49
    - label: "Medium"
50
      icon: "fab fa-fw fa-medium"
51
      url: "https://medium.com/@chaturangarajapakshe"
52
    - label: "Twitter"
53
      icon: "fab fa-fw fa-twitter-square"
54
      url: "https://twitter.com/t_rajapakse"
55

56

57
# Build settings
58
markdown: kramdown
59
remote_theme: "mmistakes/minimal-mistakes@4.19.1"
60
minimal_mistakes_skin: "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum" "sunrise"
61
footer:
62
  links:
63
    - label: "Twitter"
64
      icon: "fab fa-fw fa-twitter-square"
65
      url: "https://twitter.com/t_rajapakse"
66
    - label: "GitHub"
67
      icon: "fab fa-fw fa-github"
68
      url: "https://github.com/ThilinaRajapakse/simpletransformers"
69

70
      # Reading Files
71
include:
72
  - .htaccess
73
  - _pages
74
  - _docs
75

76
search                   : true # true, false (default)
77
search_full_content      : true # true, false (default)
78

79
# Conversion
80
markdown: kramdown
81
highlighter: rouge
82
lsi: false
83
excerpt_separator: "\n\n"
84
incremental: false
85

86

87
# Markdown Processing
88
kramdown:
89
  input: GFM
90
  hard_wrap: false
91
  auto_ids: true
92
  footnote_nr: 1
93
  entity_output: as_char
94
  toc_levels: 1..6
95
  smart_quotes: lsquo,rsquo,ldquo,rdquo
96
  enable_coderay: false
97
  syntax_highlighter_opts:
98
    block:
99
      line_numbers: true
100

101
# Collections
102
collections:
103
  docs:
104
    output: true
105
    permalink: /:collection/:path/
106
  tutorials:
107
    output: true
108
    permalink: /:collection/:path/
109

110

111
# Defaults
112
defaults:
113
  # _posts
114
  - scope:
115
      path: ""
116
      type: posts
117
    values:
118
      layout: single
119
      author_profile: true
120
      read_time: true
121
      comments: true
122
      share: true
123
      related: true
124
  # _pages
125
  - scope:
126
      path: "_pages"
127
      type: pages
128
    values:
129
      layout: single
130
      author_profile: true
131
  # _docs
132
  - scope:
133
      path: ""
134
      type: docs
135
    values:
136
      layout: single
137
      read_time: false
138
      author_profile: false
139
      share: false
140
      comments: false
141
      sidebar:
142
        nav: "docs"
143
  # _tutorials
144
  - scope:
145
      path: ""
146
      type: tutorials
147
    values:
148
      layout: single
149
      read_time: false
150
      author_profile: true
151
      share: false
152
      comments: false
153
      sidebar:
154
        nav: "tutorials"
155

156
# Sass/SCSS
157
sass:
158
  sass_dir: _sass
159
  style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
160

161

162
# Outputting
163
permalink: /:categories/:title/
164
# paginate: 5 # amount of posts to show
165
# paginate_path: /page:num/
166
timezone: 	Asia/Colombo # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
167

168
# Analytics
169
analytics:
170
  provider               : false # "google-universal" # false (default), "google", "google-universal", "custom"
171
  # google:
172
  #   tracking_id          : "UA-80427548-2" # Replace this with your ID, or delete
173
  #   anonymize_ip         : true
174

175
# Plugins (previously gems:)
176
plugins:
177
  - jekyll-paginate
178
  - jekyll-sitemap
179
  - jekyll-gist
180
  - jekyll-feed
181
  - jemoji
182
  - jekyll-include-cache
183

184
# mimic GitHub Pages with --safe
185
whitelist:
186
  - jekyll-paginate
187
  - jekyll-sitemap
188
  - jekyll-gist
189
  - jekyll-feed
190
  - jemoji
191
  - jekyll-include-cache

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.