Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jekyll-theme-monty

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jekyll-theme-monty

  • 1.2.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Monty

GitHub Release Gem Version Gem Total Downloads GitHub License

Monty is a Jekyll theme inspired by CSS Naked Day. It has just enough styling to make it appealing and different, yet is almost as stripped back as the Emperor parading in his full monty.

Monty is designed for blogging on GitHub Pages. It is a simple theme consisting of only a home page and your blog posts. You can preview the theme here.

Usage

To use the Monty theme, add the following to your site's _config.yaml:

remote_theme: brolun/jekyll-theme-monty
plugins:
    - jekyll-remote-theme
    - jekyll-feed
    - jekyll-seo-tag

Optionally, if you would like to preview your site locally, add the following to your site's Gemfile:

gem "github-pages", group: :jekyll_plugins

Customizing

Configuration variables

Monty requires the following variable to be set in your site's _config.yml:

title: [Your site's title]

Additionally, you may choose to set the following optional variable:

language: [A language code; 'en' is default]

Front matter variables

Monty is not designed for sorting blog posts according to categories, tags, or other front matter variables.

Favicon

If you want your site to display a favicon, simply add a favicon.ico image to the root folder.

SEO tag and RSS Feed plugins

Monty uses the Jekyll SEO tag plugin. You can read about how to further configure the SEO tag plugin here.

Monty also uses the Jekyll Feed plugin. The plugin generates an Atom/RSS feed of your blog posts. You can read about the Feed plugin here.

Contributing

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

Development

If you would like to preview the theme locally (for example, in the process of proposing a change):

  1. Clone the theme's repository using git clone https://github.com/brolun/jekyll-theme-monty.git.
  2. cd into the theme's directory.
  3. Run bundle install to install the necessary dependencies.
  4. Run bundle exec jekyll serve to start the preview server.
  5. Visit http://localhost:4000 in your browser to preview the theme.

License

The theme is available as open source under the terms of the MIT License.

FAQs

Package last updated on 10 Nov 2024

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