-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
54 changed files
with
281 additions
and
559 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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Customize your favicon | ||
|
||
If your website template does not privide a favicon or you don't like the one that is proposed, you can use your very own. | ||
If your website template does not provide a favicon or you don't like the one proposed, you can use your very own. | ||
Place your favicon into the Resources directory: | ||
|
||
```bash | ||
Resources/favicon.png | ||
``` | ||
|
||
The file as to be `.png` | ||
Check out [favicon.io](https://favicon.io/) to generate a favicon. | ||
The file has to be `.png`. | ||
Check out [favicon.io](https://favicon.io/) to generate a favicon. |
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
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 |
---|---|---|
@@ -1,28 +1,28 @@ | ||
# Supported meta data for sites | ||
# Supported metadata for sites | ||
|
||
You can provide meta data for all your sites (md-files). | ||
These meta data need to be placed at the top of your markdown files and is [yaml](https://en.wikipedia.org/wiki/YAML) like. You find an example in the [content template](https://github.com/rolandbraun-dev/StatiCSharp/blob/master/Documentation/HowTo/content-template.md). | ||
You can provide metadata for all your sites (md-files). | ||
These metadata need to be placed at the top of your markdown files and are [yaml](https://en.wikipedia.org/wiki/YAML) like. You find an example in the [content template](https://github.com/rolandbraun-dev/StatiCSharp/blob/master/Documentation/HowTo/content-template.md). | ||
|
||
It is recommended to provide all meta data in your files. | ||
It is recommended to provide all metadata in your files. | ||
|
||
The folling entries are currently available: | ||
The following entries are currently available: | ||
|
||
- Title: The title of that site. | ||
- Description: A short description of the site. Is displayed in the itemlist e.g. | ||
- Author: The authors name. | ||
- Date: The date this site was created by ISO 8601. E.g. 2022-06-26 . Times are not supported. | ||
- Path: The path the site is available at, relatively to its hierachy. If no path is provided, the filename is used. | ||
- Tags: The tags that the site is corresponding to, seperated by comma. E.g. tag1, tag2, tag3 | ||
- Description: A short description of the site. Is displayed in the item list e.g. | ||
- Author: The authors' name. | ||
- Date: The date this site was created by ISO 8601. E.g., 2022-06-26 Times are not supported. | ||
- Path: The path the site is available at relative to its hierarchy. If no path is provided, the filename is used. | ||
- Tags: The tags the site corresponds to, separated by a comma. E.g. tag1, tag2, tag3 | ||
|
||
Important! => To mark your entries as meta data, make sure the data is written between "---". The first "---" need to be placed in the first line of the document! | ||
Important! => To mark your entries as metadata, ensure the data is written between "---". The first "---" need to be placed in the document's first line! | ||
|
||
``` | ||
--- | ||
Title: The title of that site. | ||
Description: A short description of the site. Is displayed in the itemlist e.g. | ||
Author: The authors name. | ||
Date: The date this site was created by ISO 8601. E.g. 2022-06-26 . Times are not supported. | ||
Path: The path the site is available at, relatively to its hierachy. If no path is provided, the filename is used. | ||
Tags: The tags that the site is corresponding to, seperated by comma. E.g. tag1, tag2, tag3 | ||
Description: A short description of the site. Is displayed in the item list e.g. | ||
Author: The authors' name. | ||
Date: The date this site was created by ISO 8601. E.g., 2022-06-26 Times are not supported. | ||
Path: The path the site is available at relative to its hierarchy. If no path is provided, the filename is used. | ||
Tags: The tags the site corresponds to, separated by a comma. E.g. tag1, tag2, tag3 | ||
--- | ||
``` | ||
``` |
Oops, something went wrong.