diff --git a/content/_index.md b/content/_index.md index 614765e..77abd25 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,3 +12,5 @@ encompass lets you write clean, de-coupled code so you can spend more time on yo encompass is currently available with a TypeScript implementation that fully supports transpilation to Javascript and Lua. A C# implementation is forthcoming. + +If you are here to learn how to use Encompass and don't care about the justifications for it, I recommend skipping ahead to Chapter 2. diff --git a/content/getting_started/_index.md b/content/getting_started/_index.md new file mode 100644 index 0000000..e46b7df --- /dev/null +++ b/content/getting_started/_index.md @@ -0,0 +1,13 @@ ++++ +title = "Getting Started" +date = 2019-05-21T18:00:31-07:00 +weight = 10 +chapter = true +pre = "2. " ++++ + +### Chapter 2 + +# Getting Started + +Let's get you set up to make a game. diff --git a/public b/public new file mode 160000 index 0000000..a95dd40 --- /dev/null +++ b/public @@ -0,0 +1 @@ +Subproject commit a95dd404657c2b27e2f3a595903f409e1df6f4e3