New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

summoner-jekyll-theme

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

summoner-jekyll-theme

  • 1.4.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

summoner-jekyll-theme

My Jekyll theme for my personal blog, https://summoning.net, designed to be simple and minimal.

Installation

Add this line to your Jekyll site's Gemfile:

gem "summoner-jekyll-theme"

And add this line to your Jekyll site's _config.yml:

theme: summoner-jekyll-theme

If you're using the github-pages gem, use remote_theme in _config.yml intead:

remote_theme: pinecat/summoner-jekyll-theme

And then execute:

$ bundle

Or install it yourself with:

$ gem install summoner-jekyll-theme

Usage

Layouts
  • 404.html: Default 404 page, set permalink if using pretty links
  • archive.html: List tag types based on jekyll-archives tags
  • blog.html: Post listings, pagination supported via jekyll-paginate-v2
  • default.html: Minimum layout necessary for including CSS and JS
  • index.html: Homepage and navigation
  • page.html: Use for miscellaneous pages (about, contact, etc.)
  • post.html: Use for blog posts
Misc.
  • The theme supports jekyll-feed, default link is to /blog/feed.xml
  • It is expected for the homepage to mostly be a set of links to other areas on the site. Use of the nav element is recommended to wrap your links in:
<nav>
  <a href="/blog">blog</a>
  <a href="/blog/feed.xml">rss</a>
</nav>
<nav>
  <a href="#">about</a>
  <a href="#">archive</a>
</nav>

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/pinecat/summoner-jekyll-theme.

Development

git clone https://github.com/pinecat/summoner-jekyll-theme
cd summoner-jekyll-theme
bundle

Credits

The images on the index and 404 pages, respectively, were provided under CC-BY-SA by VeskScans on the Megami Tensei Wiki.

License

The theme is available as open source under the terms of the MIT License. The fonts shipped with the theme are all under the OFL, and a copy of each font's license can be found in the _data directory.

FAQs

Package last updated on 05 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc