-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some links in ReadMe (@admorgan++)
Partially from #1
- Loading branch information
1 parent
51d3391
commit 61dc65b
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Create a website for your Open Source project. | |
|
||
## Description | ||
|
||
The [ProjectSite](http://project-site.org) web site builder lets you define rich websites using only [Markdown](https://daringfireball.net/projects/markdown/) and [YAML](https://yaml.com). | ||
The [ProjectSite](https://github.com/ingydotnet/project-site/) web site builder lets you define rich websites using only [Markdown](https://en.wikipedia.org/wiki/Markdown) and [YAML](https://en.wikipedia.org/wiki/YAML). | ||
The software builds and publishes state off the art, mobile ready websites with a single command. | ||
The generated websites are static which means they are very secure and blindingly fast. | ||
|
||
|
@@ -20,7 +20,7 @@ At this point there is only one builder available: | |
|
||
* `bootstrap45` | ||
|
||
This builder is a modified version of the tooling used to produce the [Bootsrap 4.5 documenation website](https://getbootstrap.com/docs/4.5/). | ||
This builder is a modified version of the tooling used to produce the [Bootstrap 4.5 documentation website](https://getbootstrap.com/docs/4.5/). | ||
Its main features are that it has a site section contents sidebar on the left and page contents navigation on the right. | ||
It has a lot of other little formatting niceties and given that its Bootstrap's site you can expect it will work well everywhere. | ||
|
||
|
@@ -29,7 +29,7 @@ At this point there is only one builder available: | |
ProjectSite allows you to put YAML in more appropriate places and then collects it and puts it in the places Jekyll wants. | ||
|
||
* Even though ProjectSite only has one builder/backend at this early stage, it is geared towards front-ending lots of static builders. | ||
This means you can (in the future) change your website to a completely different framework, like [Hugo](https://gohugo.io/) or [WordPress](https://wordpress.com/), by changing a single line in a YAML file. | ||
This means you can (in the future) change your website to a completely different framework, like [Hugo](https://gohugo.io/), [Gatsby](https://www.gatsbyjs.com/) or [WordPress](https://wordpress.com/), by changing a single line in a YAML file. | ||
|
||
## Prerequisites | ||
|
||
|
@@ -83,7 +83,7 @@ There are more than this, but here's the commands you need to know: | |
|
||
Here are some sites currently using ProjectSite: | ||
|
||
* [project-site.org](https://project-site.com) | ||
* [project-site.org](https://project-site.org) | ||
* [yaml.com](https://yaml.com) | ||
|
||
## License and Copyright | ||
|
@@ -92,4 +92,4 @@ Copyright 2020. Ingy döt Net <[email protected]>. | |
|
||
ProjectSite is released under the MIT license. | ||
|
||
See the file License for more details. | ||
See the file [License](https://github.com/ingydotnet/project-site/blob/master/License) for more details. |