https://github.com/nicholasnooney-com/jekyll-theme-nn
The Jekyll Theme for my site
https://github.com/nicholasnooney-com/jekyll-theme-nn
bulma feathers jekyll-themes nord theme
Last synced: 4 months ago
JSON representation
The Jekyll Theme for my site
- Host: GitHub
- URL: https://github.com/nicholasnooney-com/jekyll-theme-nn
- Owner: nicholasnooney-com
- License: mit
- Archived: true
- Created: 2017-12-31T14:06:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T16:26:50.000Z (over 5 years ago)
- Last Synced: 2024-09-25T03:02:02.876Z (8 months ago)
- Topics: bulma, feathers, jekyll-themes, nord, theme
- Language: HTML
- Size: 7.79 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# jekyll-theme-nn
[](https://rubygems.org/gems/jekyll-theme-nn)
This repository contains a Jekyll Theme setup as a Gem. This theme
is used for my own personal site. You are welcome to use it as
well, if you'd like. A live site using this theme can be found here:
## Installation
Add this line to your Jekyll site's `Gemfile`:
```ruby
gem "jekyll-theme-nn"
```And add this line to your Jekyll site's `_config.yml`:
```yaml
theme: jekyll-theme-nn
```And then execute:
```sh
bundle
```Or install it yourself as:
```sh
gem install jekyll-theme-nn
```## Usage
This theme supports the following layouts, both in Desktop and Mobile:
- Front
- Displays a Hero section, a side menu (Desktop Only), and a list of recent
posts.
- Page
- Displays a static page's contents. A page can be added to the top navbar.
- Post
- Displays a post's contents.
- Group
- Displays a group of related posts.Additionally, this theme supports several components for organizing posts
- Series
- Using the YAML front matter `series`, posts can be grouped into any series.
- in the file `_data/series.yml`, descriptions for each series can be
provided.
- All Posts
- All posts can be displayed in a table (Desktop) or list of cards (Mobile)
for easy site navigation.### Desktop

---

---

---

---

### Mobile

---

---

---

---

---

## Contributing
Bug reports and pull requests are welcome on GitHub at
https://github.com/nnooney/jekyll-theme-nn. Since this is a personal project, I
will review and make updates at my own pace.## License
This theme is available as open source under the terms of the
[MIT License](https://opensource.org/licenses/MIT). A copy of this license is
included in this repository at [LICENSE.txt](LICENSE.txt).This project also makes use of third party licenses that are distributed under
their own terms. These libraries are listed below:- This project makes use of [Bulma](https://bulma.io). Bulma is included in this
project at `assets/vendor/bulma`. See Bulma's
[LICENSE](assets/vendor/bulma/LICENSE).
- This project uses [Feather](https://feathericons.com/) Icons. Feather is
included in this project at `assets/vendor/feather`. See Feather's
[LICENSE](assets/vendor/feather/LICENSE).
- This project uses [Nord](https://arcticicestudio.github.io/nord/) colors.
These colors are included at `_sass/vendor/nord`. See Nord's
[LICENSE.md](_sass/vendor/nord/LICENSE.md).