Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen committed May 3, 2019
0 parents commit 58a26b8
Show file tree
Hide file tree
Showing 212 changed files with 5,192 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.idea/
.vagrant
_site/
.sass-cache/
node_modules
bower_components
.jekyll-metadata
.DS_Store
Gemfile.lock
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Options +MultiViews
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: ruby
cache: bundler
branches:
only:
- gh-pages
- /.*/
rvm:
- 2.3.6
- 2.4.1
- 2.5.3
matrix:
allow_failures:
- rvm: 2.3.6
- rvm: 2.4.1
fast_finish: true
install:
- travis_retry bundle install
script:
- bundle exec jekyll build
- bundle exec htmlproofer ./_site --only-4xx --assume-extension --check-favicon --check-html --allow-hash-href --url-ignore "/feed/podcast/"
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source "https://rubygems.org"

gem 'html-proofer'
gem 'jekyll-include-cache'
gem "github-pages", group: :jekyll_plugins
15 changes: 15 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
require 'html-proofer'

task :test do
sh "bundle exec jekyll build"
options = {
:check_opengraph => true,
:assume_extension => true,
:only_4xx => true,
:url_ignore => [/.*.drupal.org/, /drupal.org/],
:check_favicon => true,
:check_html => true,
:allow_hash_href => true
}
HTMLProofer.check_directory("./_site", options).run
end
287 changes: 287 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,287 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your entire site, 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.

remote_theme: "mmistakes/minimal-mistakes@4.16.0"
minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum" "sunrise"

# Jekyll specific
future: true

# Site Settings
locale : "da"
title : "Fodboldens Legestue"
title_separator : "-"
name : "Fodboldens Legestue"
description : "Fodboldens Legestue"
url : "https://www.legestue.net" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : "" # the subpath of your site, e.g. "/blog"
repository : "lsolesen/legestue-net-jekyll" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
# breadcrumbs : false # true, false (default)
words_per_minute : 200
comments:
provider : # "disqus" # "staticman_v2" # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom"
disqus:
shortname : # "ifire"
staticman:
branch : "gh-pages"
atom_feed:
path : # blank (default) uses feed.xml


# reCaptcha
# Register your domain at https://www.google.com/recaptcha/ and choose reCAPTCHA V2
# reCaptcha:
# enabled: true
# siteKey: "6LdCtVoUAAAAADcxG1WekIUuEuJy3YPoQ8DtbzK8"
# # Encrypt reCaptcha secret key using Staticman /encrypt endpoint
# # For more information, https://staticman.net/docs/encryption
# secret: "B6TmweBhBmEXsUUZKFEXOuFbAOHGBluvOCpsyTzAR+jjB5IkDNXzQo2NmMt8alWLWHh1HentKbOWAOx7HCl7AH3qgSeGWIvaTV99lKC8IakuyWGd2ZJR+eGxqN5RbmiNA1e4NXT4Z3DEMzq89iM/1VFkjSOY+LqAtWkdpJQTIGQ="


# SEO Related
google_site_verification : # XrBJvDdRdqOQQEbceemaTB2Ufx4g2Ir0wTN9dKIjc9M
bing_site_verification :
alexa_site_verification :
yandex_site_verification :


# Social Sharing
twitter:
username : "lsolesen"
facebook:
username : "lsolesen"
app_id :
publisher :
og_image : # Open Graph/Twitter default site image
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social:
type : "Person" # Person or Organization (defaults to Person)
name : # If the user or organization name differs from the site's name
links: # An array of links to social media profiles


# Site search
search: true


# Analytics
analytics:
provider : "google" # false # false (default), "google", "google-universal", "custom"
google:
tracking_id : "UA-793671-2"


# Site Author
author:
name: "Fodboldens Legestue"
bio: "Fodboldens Legestues ambition er at gøre fodbold sjovere at spille og kigge på. Det startede med et hæfte med tricks, som vandt Kinnarpsprisen på DBUs Fodboldskole 1996, men er nu blevet et koncept, som er en måde at tænke fodbold på."
avatar: "/assets/images/authors/default-profile.png"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:lars@legestue.net"
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://larsolesen.dk"


# Reading Files
include:
- .htaccess
- _pages
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
- vendor
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- assets/js/plugins
- assets/js/_main.js
- assets/js/vendor
- Capfile
- CHANGELOG
- config
- Gemfile
- Gemfile.lock
- Gruntfile.js
- gulpfile.js
- LICENSE
- log
- node_modules
- package.json
- Rakefile
- README
- tmp
- /docs # ignore Minimal Mistakes /docs
- /test # ignore Minimal Mistakes /test
keep_files:
- .git
- .svn
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"


# Build settings
github: [metadata]


# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false


# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..3
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false


# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style


# Outputting
permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones


# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-redirect-from
- jekyll-include-cache


# mimic GitHub Pages with --safe
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji


# Archives
# Type
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
# - Jekyll Archives plugin archive pages ~> type: jekyll-archives
# Path (examples)
# - Archive page should exist at path when using Liquid method or you can
# expect broken links (especially with breadcrumbs enabled)
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
# - <base_path/my-awesome-category/index.html ~> path: /
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
# https://github.com/jekyll/jekyll-archives
# jekyll-archives:
# enabled:
# - categories
# - tags
# layouts:
# category: archive-taxonomy
# tag: archive-taxonomy
# permalinks:
# category: /categories/:name/
# tag: /tags/:name/


# HTML Compression
# - http://jch.penibelst.de/
compress_html:
clippings: all
ignore:
envs: development


# Collections
collections:
soccerrythms:
output: true
permalink: /fodboldrytmer/:path/
tricks:
output: true
permalink: /tricks/:path/
redirects:
output: true
permalink: /go/:path/


# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
toc: false
author: lsolesen
# _soccerrythms
- scope:
path: ""
type: soccerrythms
values:
layout: activity
author_profile: true
read_time: false
comments: true
share: true
related: true
# _tricks
- scope:
path: ""
type: tricks
values:
layout: activity
author_profile: true
read_time: false
comments: true
share: true
related: true
author: lsolesen
# _redirects
- scope:
path: ""
type: redirects
values:
layout: redirect
author_profile: false
read_time: false
comments: false
share: false
related: false
36 changes: 36 additions & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
lsolesen:
name: "Lars Olesen"
bio: "Lars Olesen underviser til daglig i fodbold på Vejle Idrætshøjskole og for Dansk Boldspil-Union som C-instruktør. Han har i ti år været med i beskrivergruppen til DBUs Fodboldskole og står bl.a. bag konceptet Fodboldens Legestue med tricks, driblinger og fodboldrytmer."
avatar: "/assets/images/authors/default-profile.png"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:lars@vih.dk"
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://larsolesen.dk"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/lsolesen"
- label: "Linkedin"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/lsolesen/"
nicklas.pyrdol:
name: "Nicklas Pyrdol"
bio: "Nicklas Pyrdol er en passioneret sportspsykologisk konsulent uddannet fra Syddansk Universitet."
avatar: "/assets/images/authors/default-profile.png"
links:
- label: "Linkedin"
icon: "fab fa-fw fa-linkedin"
url: "https://dk.linkedin.com/in/nicklas-pyrdol/da"
mads.davidsen:
name: "Mads Davidsen"
bio: "Mads Davidsen er director for Ebbe Sand Soccer Academy i Shanghai og UEFA A-licens træner. Læs mere på madsdavidsen.com."
avatar: "/assets/images/authors/default-profile.png"
links:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://madsdavidsen.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/madsrdavidsen"
10 changes: 10 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# main links
main:
- title: "Tricks"
url: /tricks/
- title: "Fodboldrytmer"
url: /fodboldrytmer/
- title: "Blog"
url: /blog/
- title: "Om"
url: /om/
Loading

0 comments on commit 58a26b8

Please sign in to comment.