Skip to content
Open
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
9 changes: 4 additions & 5 deletions homepage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ through the `site.moon` file, which is written in [MoonScript][2]. It describes
all pages that need to be brought in, it can also specify configuration
variables accessible within pages and templates.

Pages can be assigned any number of **types**, which lets your aggregate pages
Pages can be assigned to any number of **types**, which lets you aggregate pages
into groups. Enabling you to create blogs, among other things.

Sitegen has a [plugin system][3] that lets you transform the page as it travels
Expand Down Expand Up @@ -56,10 +56,9 @@ but we don't have any yet.)
$ sitegen
```

Since our site file is empty it won't do anything except create a cache file.
Since our site file is empty it won't do anything except creating a cache file.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't think this one is right

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I thought its tricky. your English is native, so you are probably correct.

Grammarly shows both are fine. My intuition strongly prefers my change.

I guess this relates simply to how language is used, not really right and wrong.


Sitegen works great with markdown, lets create a new page in markdown,
`index.md`:
Sitegen works great with markdown, so lets create a new page in markdown and call it `index.md`:

Hello, and welcome to *my homepage!*

Expand Down Expand Up @@ -196,7 +195,7 @@ sitegen.create =>
## Next

Now that you know how Sitegen works, you'll want to look over the [plugins][3]
to learn about the additional functionality. All plugins and enabled by default
to learn about the additional functionality. All plugins are enabled by default
so no extra steps are required to use them.

## License
Expand Down