-
-
Notifications
You must be signed in to change notification settings - Fork 111
/
_config.yml
58 lines (49 loc) · 2.29 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
58
# XXX This file is only used by GitHub Pages, when deploying online
# Checkout https://pages.github.com/versions/ for the list of Github Pages built-in plugins
# XXX --------- Specific to GHP config ------------
remote_theme: pmarsceill/[email protected] # XXX Our Jekyll theme - See https://pmarsceill.github.io/just-the-docs/
ga_tracking: UA-89785688-8 # See https://pmarsceill.github.io/just-the-docs/docs/configuration/#google-analytics
# XXX --------- Common to all configs (local + GHP) --------------
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Next Right Now
description: >- # this means to ignore newlines until "baseurl:"
Flexible production-grade boilerplate with Next.js 11, Vercel and TypeScript.
Includes multiple opt-in presets using Storybook, Airtable, GraphQL, Analytics, CSS-in-JS, Monitoring, End-to-end testing, Internationalization,
CI/CD and SaaS B2B multi single-tenancy (monorepo) support
#baseurl: "" # the subpath of your site, e.g. /blog
#url: "" # the base hostname & protocol for your site, e.g. http://example.com XXX Auto-resolved by GitHub
# Aux links for the upper right navigation
aux_links:
"Home": "/next-right-now"
"Github": "https://github.com/UnlyEd/next-right-now"
"About us": "https://github.com/UnlyEd/Unly"
footer_content: "Copyright © 2020 Unly. <a href=\"https://github.com/UnlyEd/next-right-now/blob/master/LICENSE\">MIT license.</a>"
#color_scheme: "dark"
nrn_default_preset: v2-mst-aptd-at-lcz-sty # Default NRN preset, used as quick start preset
plugins:
- jekyll-sitemap
- jemoji
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Custom
- .idea/
- .github/
- .next/
- .now/
- coverage/
- cypress/