Skip to content

Commit

Permalink
Updated README with license and feature information
Browse files Browse the repository at this point in the history
  • Loading branch information
g00glen00b committed Apr 3, 2020
1 parent d87814d commit 372ccc8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,21 @@ After that, you can use the following commands to run the project:
npm install
npm start
```

This will run a local web server on [http://localhost:8080](http://localhost:8080).

## Features

- Markdown for page content using [remark](https://github.com/remarkjs/remark) as a processor.
- Syntax highlighting using [Prism](https://prismjs.com/) with the [One Dark UI theme](https://atom.io/themes/one-dark-ui).
- Dark mode.
- Support for categories and tags.
- An [overview of all tags](https://dimitr.im/browse).
- Following [Web Content Accessibility Guidelines](https://www.w3.org/WAI/standards-guidelines/wcag/) for color contrasts.
- Support for featured images.
- Support for manual excerpts.

## License

The blogposts written for [dimitr.im](https://dimitr.im/) are copyrighted.
Code snippets within the blogposts and the code used for generating this website are licensed as [MIT](https://opensource.org/licenses/MIT).

0 comments on commit 372ccc8

Please sign in to comment.