Add jekyll infos
This commit is contained in:
parent
c825c58bd1
commit
0d67d0c1a2
8
Gemfile
Normal file
8
Gemfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
source "https://rubygems.org"
|
||||
ruby RUBY_VERSION
|
||||
|
||||
# This will help ensure the proper Jekyll version is running.
|
||||
gem "jekyll", "3.4.0"
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
18
_config.yml
Normal file
18
_config.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Welcome to Jekyll!
|
||||
#
|
||||
# This config file is meant for settings that affect your whole blog, values
|
||||
# which you are expected to set up once and rarely need to edit after that.
|
||||
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
||||
# 'jekyll serve'. If you change this file, please restart the server process.
|
||||
|
||||
# Site settings
|
||||
title: famedlysdk
|
||||
email: p.kurtz@famedly.com
|
||||
description: Documentation for famedylsdk
|
||||
baseurl: "/famedlysdkdocs" # the subpath of your site, e.g. /blog
|
||||
url: "/" # the base hostname & protocol for your site
|
||||
gitlab_username: famedly
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
exclude: [ "README.md", "LICENSE"]
|
Loading…
Reference in a new issue