Skip to content

Added jekyll-seo-tag and first metadata #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-seo-tag'
21 changes: 20 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,27 @@ title: OpenSheetMusicDisplay
email: [email protected]
description: The first JavaScript engine for MusicXML using VexFlow
baseurl: ""
url: "https://opensheetmusicdisplay.github.io/"
url: "https://opensheetmusicdisplay.org/"
twitter_username: osmdengine
github_username: opensheetmusicdisplay/opensheetmusicdisplay
facebook_username: opensheetmusicdisplay

# Used by jekyll-seo-tag
author: OpenSheetMusicDisplay Contributors
twitter:
username: osmdengine
facebook:
app_id:
publisher:
admins:
logo: /assets/osmd_logo.svg
social:
name: OpenSheetMusicDisplay
links:
- https://twitter.com/osmdengine
- https://www.facebook.com/opensheetmusicdisplay
- https://github.com/opensheetmusicdisplay

# Build settings
markdown: kramdown
markdown_ext: md
Expand All @@ -18,3 +34,6 @@ page_gen:
template: rule
name: ruleName
dir: rules

plugins:
- jekyll-seo-tag
2 changes: 2 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
<script src="{{ script }}" type="text/javascript"></script>
{% endfor %}
{% endif %}

{% seo %}
</head>
1 change: 1 addition & 0 deletions _posts/2016-03-12-opensheetmusicdisplay-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "OpenSheetMusicDisplay Preview: this is going to happen over the next months"
date: 2016-03-12 00:00:00
author: Thomas Buchstätter
lang: en_US
---

[MusicXML][2] is the most popular file format to store, archive, publish and share sheet music on the internet. It is open source and supported worldwide by hundreds of applications.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "5 Reasons why we decided to build the first open source JavaScript engine for MusicXML using VexFlow"
date: 2016-04-14 00:00:00
author: Thomas Buchstätter
lang: en_US
---

Every developer building solutions for digital sheet music using JavaScript sooner or later stumbles across [VexFlow][1]:
Expand Down
1 change: 1 addition & 0 deletions _posts/2016-09-19-hello-world-openmusicdisplay-musicxml.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Hello World, OpenSheetMusicDisplay!"
date: 2016-09-19 00:00:00
author: Thomas Buchstätter
lang: en_US
---

We are proud to introduce OpenSheetMusicDisplay, the JavaScript library for [MusicXML][1] using [VexFlow][0].
Expand Down
1 change: 1 addition & 0 deletions demo/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Demo
lang: en_US
permalink: /demo/
menu: main
order: 4
Expand Down
1 change: 1 addition & 0 deletions develop/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Contributing to OSMD
permalink: /develop/contributing/
lang: en_US
---

A collection of open issues that are suitable for community contribution, is maintained on [Github][0].
Expand Down
1 change: 1 addition & 0 deletions develop/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Documentation
permalink: /develop/documentation/
lang: en_US
---

OSMD's documentation site is updated automatically on every release. This page describes how this is done.
Expand Down
1 change: 1 addition & 0 deletions develop/flow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Data Flow
permalink: /develop/data-flow/
lang: en_US
---
The diagram on this page describes the data flow from the MusicXML input to the final rendering.

Expand Down
1 change: 1 addition & 0 deletions develop/object-model/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Music Sheet Object Model
permalink: /develop/music-sheet-object-model/
lang: en_US
---

OSMD is using a slightly different object model for handling music sheet data than VexFlow. Both concepts are described on this page.
Expand Down
1 change: 1 addition & 0 deletions develop/project-structure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Project Structure
permalink: /develop/project-structure/
lang: en_US
---

## Project Structure
Expand Down
1 change: 1 addition & 0 deletions develop/roadmap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Roadmap
permalink: /develop/roadmap/
lang: en_US
---

## Done
Expand Down
1 change: 1 addition & 0 deletions develop/running-tests/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Running Tests
permalink: /develop/running-tests/
lang: en_US
---

This page describes how to run the OSMD test suite. The requires that you've already set up [OSMD for development][0].
Expand Down
1 change: 1 addition & 0 deletions develop/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Setting up OSMD for Development
layout: page
permalink: "/develop/setup/"
lang: en_US
---

This page describes how to set up OpenSheetMusicDisplay for development.
Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: OpenSheetMusicDisplay
layout: default
subtitle: The first JavaScript engine for MusicXML using VexFlow.
lang: en_US
---

## About OpenSheetMusicDisplay
Expand Down
1 change: 1 addition & 0 deletions usage/angular/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: The OSMD Angular Module
permalink: /usage/angular/
lang: en_US
---

> The use of the name _Angular_ on this page refers to Angular version >= 2.0.0
Expand Down
1 change: 1 addition & 0 deletions usage/script/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Using OpenSheetMusicDisplay
permalink: /usage/script/
lang: en_US
---

> This page focuses on using OpenSheetMusicDisplay as global library via script tag. For usage with module bundlers, take a look at the [TypeScript guide](/usage/typescript) instead.
Expand Down
1 change: 1 addition & 0 deletions usage/typescript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Using OSMD with TypeScript
permalink: /usage/typescript/
lang: en_US
---

[TypeScript][0] in combination with [Webpack][1], [SystemJS][2] or [Browserify][3], is the most comfortable and straightforward way of using OSMD.
Expand Down
1 change: 1 addition & 0 deletions usage/wordpress/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: The OSMD WordPress Plugin
permalink: /usage/wordpress/
lang: en_US
---

OpenSheetMusicDisplay will be available as WordPress plugin, which can be installed to display sheet music in blogs.
Expand Down