Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianhicks/elm-subreddit-theme
Source for the Elm Subreddit theme
https://github.com/brianhicks/elm-subreddit-theme
Last synced: 24 days ago
JSON representation
Source for the Elm Subreddit theme
- Host: GitHub
- URL: https://github.com/brianhicks/elm-subreddit-theme
- Owner: BrianHicks
- License: mit
- Created: 2017-02-15T21:29:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T15:12:13.000Z (almost 8 years ago)
- Last Synced: 2024-12-09T19:53:32.598Z (about 1 month ago)
- Language: Makefile
- Homepage: https://www.reddit.com/r/elm
- Size: 41 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elm Subreddit Theme
Modifications to Naut for the Elm subreddit.
![screenshot](http://i.imgur.com/8RF0zIv.jpg)
## Building and Setting as a Subreddit theme
1. Install [ImageMagick](http://imagemagick.org/script/index.php) and [Make](https://www.gnu.org/software/make/)
2. Run `make`
3. copy the contents of `subreddit.css` to the subreddit CSS
4. copy all the files under `images/` to the subreddit CSS images, preserving the names.## Contributing
Contributions welcome, especially bug fixes. If you want to make more major
changes, please open an issue first so we can discuss it.Note that we're using Naut V3 because of the compact header, and are unlikely to
upgrade to V4.## License
Licensed under the MIT license like Naut, available at [LICENSE](LICENSE).