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

rseops-docs-jekyll

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rseops-docs-jekyll

  • 1.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

RSE-ops Docs Jekyll

assets/img/rse-ops-text.png

This is a RSE-ops documentation Jekyll theme that can be easily deployed to a RSE-ops site. The style looks like this, either with a sidebar:

TOOD UPDATE

or without.

TOOD UPDATE

Usage

Using the theme is easy - just add it as a remote_theme to your config yaml.

# Theme for docs
plugins:
  - jekyll-remote-theme

remote_theme: rse-ops/rseops-docs-jekyll

And add

gem "jekyll-remote-theme"

to your Gemfile.

Add a Page

And then you can add any pages with the following front end matter (header) to use the documentation template.

---
title: CMake
layout: docs
permalink: /cmake/
---

Add a Sidebar

To add a sidebar to your pages, create a file under _data/menus/ that is named according to your sidebar, e.g., _data/menus/mysidebar.yaml for a sidebar named mysidebar. The file should be a flat list of names and urls:

- title: My Page
  url: "mypage"
- title: Root of Site
  url: ""

And then you can add this to the front end matter of pages where you want it to appear:

---
title: CMake
layout: docs
sidebar: mysidebar
permalink: /pagename/
---

Development

If you want to use the gem, it is built during CI, and release is currently done from the command line:

$ /bin/bash script/release.sh

But this isn't required since we can use jekyll-remote-theme and use it directly from GitHub. If you do release, you should bump the version in rseops-docs-jekyll.gemspec and be on the main branch.

License

Copyright (c) 2021, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory.

RADIUSS is licensed under the MIT license LICENSE.

Copyrights and patents in the RADIUSS Docker project are retained by contributors. No copyright assignment is required to contribute to RADIUSS Docker.

This work was produced under the auspices of the U.S. Department of Energy by Lawrence Livermore National Laboratory under Contract DE-AC52-07NA27344.

FAQs

Package last updated on 15 Oct 2021

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