Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daulpavid/darkhack
A simple dark theme for Jekyll with a focus on content and code.
https://github.com/daulpavid/darkhack
dark hacking jekyll theme
Last synced: about 1 month ago
JSON representation
A simple dark theme for Jekyll with a focus on content and code.
- Host: GitHub
- URL: https://github.com/daulpavid/darkhack
- Owner: DaulPavid
- License: mit
- Created: 2021-11-24T22:04:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T02:32:35.000Z (over 1 year ago)
- Last Synced: 2024-10-09T10:35:23.191Z (about 1 month ago)
- Topics: dark, hacking, jekyll, theme
- Language: HTML
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# darkhack
A simple dark theme with a focus on content and code.
![Screenshot of darkhack](screenshot.png)
## Installation
Add this line to your Jekyll site's `Gemfile`:
```ruby
gem "darkhack"
```And add this line to your Jekyll site's `_config.yml`:
```yaml
theme: darkhack
```And then execute:
$ bundle
Or install it yourself as:
$ gem install darkhack
## License
```
The MIT License (MIT)Copyright (c) 2021 Paul David
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```