Use JSON frontmatter

This commit is contained in:
Matt Colyer 2013-08-20 10:52:39 -07:00
parent 0999dc6d44
commit 90da89d31c
9 changed files with 34 additions and 2 deletions

View File

@ -1,3 +1,7 @@
{{{
"title": "Configuring Atom"
}}}
# Configuration Settings
## Your .atom Directory

View File

@ -1,3 +1,7 @@
{{{
"title": "Getting Started"
}}}
# Getting Started
Welcome to Atom. This documentation provides a basic introduction to being

View File

@ -1,3 +1,7 @@
{{{
"title": "Guides"
}}}
## Atom Guides
* [Getting Started](getting-started.html)
@ -9,7 +13,7 @@
* [Wrap Guide](built-in-packages/wrap-guide.html)
* Packages
* [Authoring Packages](packages/authoring-packages.html)
* [Creating a Package](packages/creating_a_package.html)
* [Creating Packages](packages/creating_a_package.html)
* [Included Libraries](packages/included_libraries.html)
* [package.json](packages/package_json.html)
* Themes

View File

@ -1,3 +1,7 @@
{{{
"title": "Authoring Packages"
}}}
# Authoring Packages
Packages are at the core of Atom. Nearly everything outside of the main editor manipulation

View File

@ -1,3 +1,7 @@
{{{
"title": "Creating Packages"
}}}
# Creating Packages
Let's take a look at creating our first package.

View File

@ -1,3 +1,7 @@
{{{
"title": "Creating Packages"
}}}
# Included Libraries
In addition to core node.js modules, all packages can `require` the following popular

View File

@ -1,3 +1,7 @@
{{{
"title": "Creating Packages"
}}}
# package.json format
The following keys are available to your package's _package.json_ manifest file:

View File

@ -12,7 +12,7 @@
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
<title>Atom Documentation</title>
<title>Atom - <%= title %></title>
<style>
/*github.com style (c) Vasily Polovnyov <vast@whiteants.net>*/
pre code {

View File

@ -1,3 +1,7 @@
{{{
"title": "Authoring Themes"
}}}
# Authoring Themes
If you understand CSS, you can write an Atom theme easily. Your theme can style