1- theme : jekyll-theme-midnight
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 : The Atom IDE community
17+ description : >- # this means to ignore newlines until "baseurl:"
18+ This community driven project aims to provide and extend the
19+ features of the Atom-IDE package abandoned by Facebook recently.
20+ baseurl : " " # the subpath of your site, e.g. /blog
21+ url : " https://atom-ide-community.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
22+
23+ github :
24+ owner_name : " Atom IDE community"
25+ owner_url : " https://github.com/atom-ide-community/"
26+
27+ # Build settings
28+ markdown : kramdown
29+ theme : jekyll-theme-midnight
30+ plugins :
31+ - jekyll-feed
32+
33+ # Exclude from processing.
34+ # The following items will not be processed, by default. Create a custom list
35+ # to override the default setting.
36+ # exclude:
37+ # - Gemfile
38+ # - Gemfile.lock
39+ # - node_modules
40+ # - vendor/bundle/
41+ # - vendor/cache/
42+ # - vendor/gems/
43+ # - vendor/ruby/
0 commit comments