Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitchellcash/jekyll-atom-theme
Jekyll Atom Theme is a Jekyll theme based on the Atom text editor.
https://github.com/mitchellcash/jekyll-atom-theme
jekyll jekyll-theme
Last synced: 1 day ago
JSON representation
Jekyll Atom Theme is a Jekyll theme based on the Atom text editor.
- Host: GitHub
- URL: https://github.com/mitchellcash/jekyll-atom-theme
- Owner: MitchellCash
- License: mit
- Created: 2017-10-02T04:46:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T04:53:35.000Z (over 7 years ago)
- Last Synced: 2025-01-06T22:54:58.463Z (4 days ago)
- Topics: jekyll, jekyll-theme
- Language: CSS
- Homepage: https://mitchellcash.github.io/jekyll-atom-theme/
- Size: 950 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [Jekyll Atom Theme](https://mitchellcash.github.io/jekyll-atom-theme/)
Jekyll Atom Theme is a Jekyll theme based on the Atom text editor and it's default One Dark theme.
![Jekyll Atom Theme](screenshot.png)
## Development
To set up your environment to develop this theme, run `bundle install` inside both the `docs` and `test` folders.
| Command | Description |
| --- | --- |
| make | Build the theme demo and usage site inside `docs` |
| make preview | Start the built-in Jekyll preview for the theme demo and usage site inside `docs` |
| make dev | Build the theme test site inside `test` |
| make dev-preview | Start the built-in Jekyll preview for the theme test site inside `test` |## TODO
- Responsive design
- Remove dependency on Materialize
- Better SEO support
- Google Analytics support
- Support the other default Atom themes as optional skins
- Drag and drop tabs?
- Line numbers in main content section## License
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).