-
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.
Change name to darkerfx + other misc changes
- Loading branch information
Per Lundberg
committed
Mar 25, 2021
1 parent
5441e7c
commit 01c4122
Showing
11 changed files
with
42 additions
and
21 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"cSpell.words": [ | ||
"Steffen", | ||
"Wilke", | ||
"darkerfx" | ||
] | ||
} |
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,26 +1,32 @@ | ||
# darkFX - A dark theme for DocFX! | ||
# darkerfx - A dark theme for DocFX! | ||
|
||
A dark template for documentation generated with [DocFX](https://dotnet.github.io/docfx/). | ||
This is an override of the default template so you need to enable both in the `docfx.json`. | ||
|
||
The theme is created as an override of the default template, so both `default` and `darkerfx` needs to be enabled in `docfx.json` | ||
|
||
Here is an example of what it looks like: | ||
|
||
![darkFX - Screenshots](./docs/images/darkfx-screenshots.png) | ||
|
||
## Live Demo | ||
You can view a demo DocFX project with this template [HERE](https://steffen-wilke.github.io/darkfx/). | ||
You can view a demo DocFX project with this template [HERE](https://perlun.github.io/darkerfx/). | ||
|
||
## Install | ||
|
||
1. Download the source or the zipped file from the [releases](https://github.com/steffen-wilke/darkfx/releases). | ||
1. Download the source or the zipped file from the [releases](https://github.com/perlun/darkerfx/releases). | ||
2. Create a `templates` folder in the root of your DocFX directory. | ||
3. Copy the `darkfx` folder to the `templates` folder. | ||
4. Update the `docfx.json` configuration to include the darkfx template: | ||
3. Copy the `darkerfx` folder to the `templates` folder. | ||
4. Update the `docfx.json` configuration to include the `darkerfx` template: | ||
```json | ||
{ | ||
"template": [ | ||
"default", | ||
"templates/darkfx" | ||
"templates/darkerfx" | ||
], | ||
} | ||
``` | ||
|
||
## Acknowledgement | ||
Many thanks to [Oscar Vásquez](https://github.com/ovasquez) from which I borrowed the example pages and repository structure of his [Material Theme for DocFX](https://github.com/ovasquez/docfx-material). | ||
The theme is based on the great [darkFX](https://github.com/steffen-wilke/darkfx) theme by Steffen Wilke. Many thanks to you! | ||
|
||
darkFX in turn has the following acknowledgement: Many thanks to [Oscar Vásquez](https://github.com/ovasquez) from which I borrowed the example pages and repository structure of his [Material Theme for DocFX](https://github.com/ovasquez/docfx-material). |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,23 +1,28 @@ | ||
# darkFX - A dark theme for DocFX! | ||
# darkerfx - A dark theme for DocFX! | ||
|
||
A dark template for documentation generated with [DocFX](https://dotnet.github.io/docfx/). | ||
This is an override of the default template so you need to enable both in the `docfx.json`. | ||
|
||
![darkFX - Screenshots](./images/darkfx-screenshots.png) | ||
The theme is created as an override of the default template, so both `default` and `darkerfx` needs to be enabled in `docfx.json` | ||
|
||
## Live Demo | ||
You can view a demo DocFX project with this template [HERE](https://perlun.github.io/darkerfx/). | ||
|
||
## Install | ||
|
||
1. Download the source or the zipped file from the [releases](https://github.com/steffen-wilke/darkfx/releases). | ||
1. Download the source or the zipped file from the [releases](https://github.com/perlun/darkerfx/releases). | ||
2. Create a `templates` folder in the root of your DocFX directory. | ||
3. Copy the `darkfx` folder to the `templates` folder. | ||
4. Update the `docfx.json` configuration to include the material template: | ||
3. Copy the `darkerfx` folder to the `templates` folder. | ||
4. Update the `docfx.json` configuration to include the `darkerfx` template: | ||
```json | ||
{ | ||
"template": [ | ||
"default", | ||
"templates/darkfx" | ||
"templates/darkerfx" | ||
], | ||
} | ||
``` | ||
|
||
## Acknowledgement | ||
Many thanks to [Oscar Vásquez](https://github.com/ovasquez) from which I borrowed the example pages and repository structure of his [Material Theme for DocFX](https://github.com/ovasquez/docfx-material). | ||
The theme is based on the great [darkFX](https://github.com/steffen-wilke/darkfx) theme by Steffen Wilke. Many thanks to you! | ||
|
||
darkFX in turn has the following acknowledgement: Many thanks to [Oscar Vásquez](https://github.com/ovasquez) from which I borrowed the example pages and repository structure of his [Material Theme for DocFX](https://github.com/ovasquez/docfx-material). |
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