Skip to content

Commit

Permalink
adding scaffolding, macro guide
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 5, 2016
1 parent 1d43e93 commit 39e2c57
Show file tree
Hide file tree
Showing 95 changed files with 295 additions and 5,635 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Expand Up @@ -123,15 +123,13 @@ GEM
ethon (>= 0.8.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
wdm (0.1.1)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
github-pages
wdm (~> 0.1.0)

BUNDLED WITH
1.12.5
9 changes: 9 additions & 0 deletions _classes/root.md
@@ -0,0 +1,9 @@
---
title: "Class Information"
permalink: /classes/
excerpt: "Class Information"
---

{% include base_path %}

This section contains information on all of the classes in the game, including the disciplines, tiers, and maxes of each.
58 changes: 27 additions & 31 deletions _config.yml
Expand Up @@ -20,7 +20,7 @@ words_per_minute : 200
comments:
provider : "disqus"
disqus:
shortname : "drakkar"
shortname :
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
Expand All @@ -32,7 +32,7 @@ atom_feed:
path : # blank (default) uses feed.xml

# SEO Related
google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y"
google_site_verification :
bing_site_verification :
alexa_site_verification :
yandex_site_verification :
Expand All @@ -58,7 +58,7 @@ social:
analytics:
provider : false # false (default), "google", "google-universal", "custom"
google:
tracking_id : "UA-2011187-3"
tracking_id :


# Site Author
Expand Down Expand Up @@ -149,16 +149,15 @@ kramdown:

# Collections
collections:
docs:
scenarios:
output: true
permalink: /:collection/:path/
recipes:
output: true
permalink: /:collection/:path/
pets:

other:
output: true
permalink: /:collection/:path/
portfolio:

classes:
output: true
permalink: /:collection/:path/

Expand All @@ -176,52 +175,49 @@ defaults:
comments: true
share: true
related: true
# _pages

- scope:
path: ""
type: pages
values:
layout: single
author_profile: true
# _docs

- scope:
path: ""
type: docs
type: scenarios
values:
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "docs"
# _recipes
- scope:
path: ""
type: recipes
values:
layout: single
author_profile: true
share: true
comments: true
# _pets
nav: "scenarios"

- scope:
path: ""
type: pets
type: classes
values:
layout: single
author_profile: true
share: true
comment: true
# _portfolio
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "classes"

- scope:
path: ""
type: portfolio
type: other
values:
layout: single
read_time: false
author_profile: false
share: true

share: false
comments: false
sidebar:
nav: "other"

# Outputting
permalink: /:categories/:title/
Expand Down
18 changes: 0 additions & 18 deletions _data/authors.yml

This file was deleted.

151 changes: 71 additions & 80 deletions _data/navigation.yml
@@ -1,97 +1,88 @@
# example navigation
foo:
- title: "Parent Link 1"
url: /parent-1-page-url/
children:
- title: "Child Link 1"
url: /child-1-page-url/
- title: "Child Link 2"
url: /child-2-page-url/

- title: "Parent Link 2"
url: /parent-2-page-url/
children:
- title: "Child Link 1"
url: /child-1-page-url/
- title: "Child Link 2"
url: /child-2-page-url/
- title: "Child Link 3"
url: /child-3-page-url/


# main links links
main:
- title: "Quick-Start Guide"
url: /docs/quick-start-guide/
- title: "Scenario Information"
url: /scenarios/

- title: "About"
url: /about/
- title: "Class Information"
url: /classes/

- title: "Sample Posts"
url: /year-archive/
- title: "Other"
url: /other/

- title: "Sample Collections"
url: /collection-archive/

- title: "Terms & Privacy Policy"
url: /terms/
other:
- title: "Other"
children:
- title: "EXP Chart"
url: /other/exp
- title: "Fating"
url: /other/fate
- title: "Macros"
url: /other/macros
- title: "Tier Locations"
url: /other/tiers

classes:
- title: "Healer"
children:
- title: "Information"
- title: "Disciplines"
- title: "Tiers"
- title: "Quirks"

# documentation links
docs:
- title: Getting Started
# scenario links
scenarios:
- title: "Nameless Lands"
children:
- title: "Quick-Start Guide"
url: /docs/quick-start-guide/
- title: "Structure"
url: /docs/structure/
- title: "Installation"
url: /docs/installation/
- title: "Upgrading"
url: /docs/upgrading/
- title: "Scenario Information"
url: /scenarios/nl/
- title: "Places"
url: /scenarios/nl/places
- title: "Quests"
url: /scenarios/nl/quests
- title: "Items"
url: /scenarios/nl/items

- title: Customization
- title: "Green Dragon Hatcheries"
children:
- title: "Configuration"
url: /docs/configuration/
- title: "Navigation"
url: /docs/navigation/
- title: "UI Text"
url: /docs/ui-text/
- title: "Authors"
url: /docs/authors/
- title: "Layouts"
url: /docs/layouts/
- title: "Scenario Information"
url: /scenarios/gdh/
- title: "Places"
url: /scenarios/gdh/places
- title: "Quests"
url: /scenarios/gdh/quests
- title: "Items"
url: /scenarios/gdh/items

- title: Content
- title: "Black Dragon Consort"
children:
- title: "Working with Posts"
url: /docs/posts/
- title: "Working with Pages"
url: /docs/pages/
- title: "Working with Collections"
url: /docs/collections/
- title: "Helpers"
url: /docs/helpers/
- title: "Utility Classes"
url: /docs/utility-classes/
- title: "Scenario Information"
url: /scenarios/bdc/
- title: "Places"
url: /scenarios/bdc/places
- title: "Quests"
url: /scenarios/bdc/quests
- title: "Items"
url: /scenarios/bdc/items

- title: Extras
- title: "Silver Dragon Consort"
children:
- title: "Stylesheets"
url: /docs/stylesheets/
- title: "JavaScript"
url: /docs/javascript/
- title: "Scenario Information"
url: /scenarios/sdc/
- title: "Places"
url: /scenarios/sdc/places
- title: "Quests"
url: /scenarios/sdc/quests
- title: "Items"
url: /scenarios/sdc/items

- title: Meta
- title: "Sullen Keep"
children:
- title: "History"
url: /docs/history/
- title: "Contributing"
url: /docs/contributing/
- title: "Old 2.2 Docs"
url: /docs/docs-2-2/
- title: "License"
url: /docs/license/
- title: "Terms & Privacy Policy"
url: /terms/
- title: "Scenario Information"
url: /scenarios/sk/
- title: "Places"
url: /scenarios/sk/places
- title: "Quests"
url: /scenarios/sk/quests
- title: "Items"
url: /scenarios/sk/items
47 changes: 0 additions & 47 deletions _docs/01-quick-start-guide.md

This file was deleted.

0 comments on commit 39e2c57

Please sign in to comment.