Import of the new theme
This commit is contained in:
parent
04104f0bff
commit
0693a85c3f
331 changed files with 21077 additions and 8782 deletions
9
_data/authors.yml
Normal file
9
_data/authors.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Author details
|
||||
#
|
||||
# 1. Edit information below
|
||||
# 2. Change author in default settings in config.yml
|
||||
#
|
||||
# Ressource › http://blog.sorryapp.com/blogging-with-jekyll/2014/02/06/adding-authors-to-your-jekyll-site.html
|
||||
your_author_name:
|
||||
name: "Moritz »mo.« Sauer"
|
||||
url: http://mo.phlow.de/
|
24
_data/language.yml
Normal file
24
_data/language.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
info_website: "About This Site"
|
||||
archive: "Archive"
|
||||
blog_archive: "Blog Archive"
|
||||
blog: "Blog"
|
||||
comments_headline: "Dialogue & Discussion"
|
||||
more: "More ›"
|
||||
more_articles: "More Articles"
|
||||
navigation_title: "Navigation"
|
||||
new_blog_entries: "New Blog Articles"
|
||||
next: "Next"
|
||||
next_posts: "Next Posts"
|
||||
previous: "Previous"
|
||||
previous_posts: "Previous Posts"
|
||||
read: "Read"
|
||||
read_more: "Read More ›"
|
||||
if_you_are_not_redirected_automatically: "If you are not redirected automatically,"
|
||||
click_here: "click here"
|
||||
next_post_in: "Next Post in"
|
||||
previous_post_in: "Previous Post in"
|
||||
breadcrumb_start: "Start"
|
||||
edit: "Edit"
|
||||
this_content_is_open_source: "This content is open source."
|
||||
help_improve_it: "Help improve it"
|
||||
enter_search_term: "Enter search term and hit enter"
|
24
_data/language_de.yml
Normal file
24
_data/language_de.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
info_website: "Über diese Website"
|
||||
archive: "Archiv"
|
||||
blog_archive: "Blog Archiv"
|
||||
blog: "Blog"
|
||||
comments_headline: "Dialog & Diskussion"
|
||||
more: "Mehr ›"
|
||||
more_articles: "Mehr Artikel"
|
||||
navigation_title: "Navigation"
|
||||
new_blog_entries: "Neue Blog Artikel"
|
||||
next: "Nächste"
|
||||
next_posts: "Nächster Beitrag"
|
||||
previous: "Vorherige"
|
||||
previous_posts: "Vorheriger Beitrag"
|
||||
read: "Lesen"
|
||||
read_more: "Mehr lesen ›"
|
||||
if_you_are_not_redirected_automatically: "Wenn Du nicht automatisch weitergeleitet wirst,"
|
||||
click_here: "klick hier"
|
||||
next_post_in: "Nächster Beitrag in"
|
||||
previous_post_in: "Vorheriger Beitrag in"
|
||||
breadcrumb_start: "Start"
|
||||
edit: "Editieren"
|
||||
this_content_is_open_source: "Der Inhalt ist Open Source."
|
||||
help_improve_it: "Hilf ihn zu verbessern"
|
||||
enter_search_term: "Suchbegriff eingeben und Eingabetaste drücken"
|
|
@ -1,8 +1,79 @@
|
|||
# Menu navigation links
|
||||
- title: Start
|
||||
url: "/"
|
||||
side: left
|
||||
|
||||
- title: Projects
|
||||
url: /projects/
|
||||
- title: Danbooru Client
|
||||
url: /projects/danbooru-client/
|
||||
- title: KDE VLC Snapper
|
||||
url: /projects/kde-vlc-snapper/
|
||||
- title: Getting Started
|
||||
url: "/getting-started/"
|
||||
side: left
|
||||
|
||||
- title: "Templates"
|
||||
url: "/design/"
|
||||
side: left
|
||||
dropdown:
|
||||
- title: "Grid & Colors"
|
||||
url: "/design/grid/"
|
||||
- title: "Typography"
|
||||
url: "/design/typography/"
|
||||
- title: "Page/Post"
|
||||
url: "/design/page/"
|
||||
- title: "Post-Left-Sidebar"
|
||||
url: "/design/post-left-sidebar/"
|
||||
- title: "Post-Right-Sidebar"
|
||||
url: "/design/post-right-sidebar/"
|
||||
- title: "Page Full-Width"
|
||||
url: "/design/page-fullwidth/"
|
||||
- title: "Blog-Page"
|
||||
url: "/blog/"
|
||||
- title: "Video"
|
||||
url: "/design/video/"
|
||||
- title: "Gallery"
|
||||
url: "/design/gallery/"
|
||||
- title: "Portfolio"
|
||||
url: "/design/portfolio/"
|
||||
|
||||
- title: "Header Styles"
|
||||
url: "/headers/"
|
||||
side: left
|
||||
dropdown:
|
||||
- title: "Header with Full-Width-Image"
|
||||
url: "/design/header-full-width-image/"
|
||||
- title: "Header with Image and Pattern"
|
||||
url: "/design/header-image-pattern/"
|
||||
- title: "Header with image and color"
|
||||
url: "/design/header-image-color/"
|
||||
- title: "Header Only With Logo"
|
||||
url: "/design/header-logo-only/"
|
||||
- title: "Header With Text"
|
||||
url: "/design/header-with-text/"
|
||||
- title: "No Header"
|
||||
url: "/design/no-header/"
|
||||
- title: "No Header but Image"
|
||||
url: "/design/no-header-but-image/"
|
||||
|
||||
- title: Documentation
|
||||
url: "/documentation/"
|
||||
side: left
|
||||
dropdown:
|
||||
- title: Documentation
|
||||
url: "/documentation/"
|
||||
- title: "Changelog"
|
||||
url: "/changelog/"
|
||||
- title: "Roadmap"
|
||||
url: "/roadmap/"
|
||||
|
||||
- title: Blog
|
||||
url: "/blog/"
|
||||
side: left
|
||||
dropdown:
|
||||
- title: Blog
|
||||
url: "/blog/"
|
||||
- title: "Blog Archive"
|
||||
url: "/blog/archive/"
|
||||
|
||||
- title: "Search"
|
||||
url: "/search/"
|
||||
side: right
|
||||
|
||||
- title: "Contact"
|
||||
url: "/contact/"
|
||||
side: right
|
||||
|
|
21
_data/network.yml
Normal file
21
_data/network.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
- menu_name: "Dankeschön"
|
||||
|
||||
- name: "Icons by Daniel Bruce"
|
||||
url: "http://entypo.com/"
|
||||
class: "network-entypo"
|
||||
title: "Icons by Daniel Bruce"
|
||||
|
||||
- name: "Built on Foundation"
|
||||
url: "http://foundation.zurb.com/"
|
||||
class: "services-newsletter"
|
||||
title: "Built on Foundation"
|
||||
|
||||
- name: "Images by Unsplash"
|
||||
url: "http://unsplash.com/"
|
||||
class: "rss-link"
|
||||
title: "Images by Unsplash"
|
||||
|
||||
- name: "Using Backstretch by Scott Robbin"
|
||||
url: "http://srobbin.com/jquery-plugins/backstretch/"
|
||||
class: "sitemap-link"
|
||||
title: "Using Backstretch by Scott Robbin"
|
16
_data/services.yml
Normal file
16
_data/services.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
- menu_name: "Services"
|
||||
|
||||
- name: "Contact"
|
||||
url: "/contact/"
|
||||
class: "services-contact"
|
||||
title: "Contact"
|
||||
|
||||
- name: "RSS"
|
||||
url: "/feed.xml"
|
||||
class: "rss-link"
|
||||
title: "Subscribe to RSS"
|
||||
|
||||
- name: "sitemap.xml"
|
||||
url: "/sitemap.xml"
|
||||
class: "sitemap-link"
|
||||
title: "Sitemap for Google Webmastertools"
|
44
_data/socialmedia.yml
Normal file
44
_data/socialmedia.yml
Normal file
|
@ -0,0 +1,44 @@
|
|||
- name: YouTube
|
||||
url: http://www.youtube.com/PhlowMedia
|
||||
class: icon-youtube
|
||||
title: "Videos, Video-Anleitungen und Filme von Phlow auf YouTube"
|
||||
|
||||
- name: Twitter
|
||||
url: http://twitter.com/phlow
|
||||
class: icon-twitter
|
||||
title: "Immer das Neuste von Phlow gibt es auf Twitter"
|
||||
|
||||
- name: Facebook
|
||||
url: http://www.facebook.com/phlow.media
|
||||
class: icon-facebook
|
||||
title: "Lass uns Freunde sein!"
|
||||
|
||||
- name: Soundcloud
|
||||
url: http://soundcloud.com/phlow
|
||||
class: icon-soundcloud
|
||||
title: "Sounds und Downloads und mehr"
|
||||
|
||||
- name: GitHub
|
||||
url: http://github.com/phlow
|
||||
class: icon-github
|
||||
title: Code und mehr...
|
||||
|
||||
- name: Instagram
|
||||
url: http://instagram.com/phlowmedia
|
||||
class: icon-instagram
|
||||
title: "Bilder und Impressionen mit und ohne Filter..."
|
||||
|
||||
- name: Pinterest
|
||||
url: http://www.pinterest.com/phlowmedia/
|
||||
class: icon-pinterest
|
||||
title: "Bilder, Fotos, Illustrationen, Grafiken sammeln..."
|
||||
|
||||
- name: Mixcloud
|
||||
url: http://www.mixcloud.com/phlow/
|
||||
class: icon-cloud
|
||||
title: "Mixe, was sonst?"
|
||||
|
||||
# - name: Xing
|
||||
# url: https://www.xing.com/profile/Moritzmo_Sauer
|
||||
# class: icon-xing
|
||||
# title: Xing Profil
|
Reference in a new issue