-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path_config.yml
25 lines (22 loc) · 1.02 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
# Site settings
title: Summernote - Super Simple WYSIWYG editor
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Super Simple WYSIWYG Editor on Bootstrap
Summernote is a JavaScript library that helps you create WYSIWYG editors online.
author: https://github.com/summernote
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://summernote.org" # the base hostname & protocol for your site
github_username: summernote
# Summernote settings
version: 0.9.0
repository: "https://github.com/summernote/summernote"
jquery_js: "https://code.jquery.com/jquery-3.5.1.min.js"
bootstrap_css: "https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
bootstrap_js: "https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
summernote_css: "https://cdn.jsdelivr.net/npm/[email protected]/dist/summernote.min.css"
summernote_js: "https://cdn.jsdelivr.net/npm/[email protected]/dist/summernote.min.js"
# Build settings
markdown: kramdown
plugins_dir:
- jekyll-sitemap