initial commit, add Publish, add minimal theme, add content
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
# Dependencies
|
||||
markdown: kramdown
|
||||
highlighter: rouge
|
||||
kramdown:
|
||||
input: GFM
|
||||
hard_wrap: false
|
||||
syntax_highlighter: rouge
|
||||
extensions: fenced_code_blocks
|
||||
|
||||
# Setup
|
||||
title: felixfoertsch.de
|
||||
tagline: "🚀 Rocketing along."
|
||||
version: 18
|
||||
description: ""
|
||||
url: https://felixfoertsch.github.io
|
||||
baseurl: # the optional subpath of your site, e.g. "/blog"
|
||||
|
||||
author:
|
||||
name: "Felix Förtsch"
|
||||
url: felixfoertsch.de
|
||||
flair: ""
|
||||
|
||||
github:
|
||||
profile: "https://github.com/felixfoertsch"
|
||||
twitter:
|
||||
profile: "https://twitter.com/felixfoertsch"
|
||||
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
- jekyll-gist
|
||||
- jekyll-paginate
|
||||
- jekyll-octicons
|
||||
- jekyll-github-metadata
|
||||
|
||||
include:
|
||||
- keybase.txt
|
||||
|
||||
exclude:
|
||||
- Gemfile
|
||||
- Gemfile.lock
|
||||
- jekyll-theme-hydeout.gemspec
|
||||
- LICENSE.md
|
||||
- Makefile
|
||||
- package.json
|
||||
- README.md
|
||||
- .gitignore
|
||||
|
||||
sass:
|
||||
style: compact # possible values: nested expanded compact compressed
|
||||
|
||||
defaults:
|
||||
scope:
|
||||
path: "_posts"
|
||||
type: "posts"
|
||||
values:
|
||||
excerpt_separator: <!--more-->
|
||||
layout: post
|
||||
|
||||
permalink: /:year/:month/:day/:title.html
|
||||
|
||||
paginate: 10
|
||||
paginate_path: "/page:num" # Or '/blog/page:num' if you want to move your index pages
|
||||
|
||||
# Sidebar link settings
|
||||
sidebar_home_link: true
|
||||
Reference in New Issue
Block a user