diff --git a/_config.yml b/_config.yml index fa6400f..cf9716b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,12 +1,16 @@ -name: Ratchet -authors: Connor Sears -description: Prototype mobile apps with simple HTML, CSS, and JS components. +# Meta data +name: Ratchet +authors: Connor Sears +description: Prototype mobile apps with simple HTML, CSS, and JS components. -pygments: true -permalink: pretty +# Dependencies +pygments: true + +# Permalinks +permalink: pretty # Server -source: ./docs -port: 4000 -baseurl: / -url: http://localhost:4000 +source: ./docs +port: 4000 +baseurl: / +url: http://localhost:4000