|
| 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 | +# If you need help with YAML syntax, here are some quick references for you: |
| 12 | +# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml |
| 13 | +# https://learnxinyminutes.com/docs/yaml/ |
| 14 | +# |
| 15 | +# Site settings |
| 16 | +# These are used to personalize your new site. If you look in the HTML files, |
| 17 | +# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. |
| 18 | +# You can create any custom variable you would like, and they will be accessible |
| 19 | +# in the templates via {{ site.myvariable }}. |
| 20 | + |
| 21 | +title: AtomVM |
| 22 | + |
| 23 | +author: atomvm.net |
| 24 | +description: >- # this means to ignore newlines until "baseurl:" |
| 25 | + Welcome to AtomVM, the Erlang virtual machine for IoT devices! |
| 26 | +# Write an awesome description for your new site here. You can edit this |
| 27 | +# line in _config.yml. It will appear in your document head meta (for |
| 28 | +# Google search results) and in your feed.xml site description. |
| 29 | +#baseurl: "/" # the subpath of your site, e.g. /blog |
| 30 | +url: "https://www.atomvm.net" # the base hostname & protocol for your site, e.g. http://example.com |
| 31 | +github_username: atomvm |
| 32 | + |
| 33 | +host: "www.atomvm.net" |
| 34 | + |
| 35 | +# collections: |
| 36 | +# portfolio: |
| 37 | + |
| 38 | +markdown: kramdown |
| 39 | + |
| 40 | +custom_favicon: "assets/images/favicon/favicon.ico" |
| 41 | + |
| 42 | +# Build settings |
| 43 | +theme: moonwalk |
| 44 | +plugins: |
| 45 | + - jekyll-feed |
| 46 | + |
| 47 | +keep_files: [CNAME, .git, .nojekyll, doc] |
| 48 | + |
| 49 | +# Exclude from processing. |
| 50 | +# The following items will not be processed, by default. |
| 51 | +# Any item listed under the `exclude:` key here will be automatically added to |
| 52 | +# the internal "default list". |
| 53 | +# |
| 54 | +# Excluded items can be processed by explicitly listing the directories or |
| 55 | +# their entries' file path in the `include:` list. |
| 56 | +# |
| 57 | +# exclude: |
| 58 | +# - .sass-cache/ |
| 59 | +# - .jekyll-cache/ |
| 60 | +# - gemfiles/ |
| 61 | +# - Gemfile |
| 62 | +# - Gemfile.lock |
| 63 | +# - node_modules/ |
| 64 | +# - vendor/bundle/ |
| 65 | +# - vendor/cache/ |
| 66 | +# - vendor/gems/ |
| 67 | +# - vendor/ruby/ |
| 68 | + |
| 69 | + |
| 70 | +### Aux links for the upper right navigation |
| 71 | +##aux_links: |
| 72 | +## "AtomVM on GitHub": |
| 73 | +## - "//github.com/bettio/AtomVM" |
| 74 | +##aux_links_new_tab: true |
| 75 | +##color_scheme: light |
| 76 | +##logo: "/assets/images/AtomVM-logo.png" |
| 77 | + |
| 78 | +## moonwalk theme configuration |
| 79 | +soopr: false |
| 80 | +theme_config: |
| 81 | + appearance: dark |
| 82 | + home: |
| 83 | + title_projects: Getting Started |
| 84 | + show_blog: false |
| 85 | + show_old_projects: false |
| 86 | + show_footer: false |
0 commit comments