
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Ruby 2.7.2
with Bundler
Node >= 16
with Yarn >= 1.22
Gemfile
:gem 'iiifc-theme', github: 'mnyrop/iiifc-theme', branch: 'main'
Note: This will change to a IIIF org repo and use a tagged version instead of a branch name at the end of the development sprint.
bundle install
_config.yml
:theme: iiifc-theme
To use a "sub-site" repo (with shared theme and menu configuration to IIIF/website
, e.g., IIIF/api
), you will need to override one or more URLs defined in the theme's _config.yml
.
The theme's _config.yml
defines absolute, public, production URLs like so:
# URLS
root_url: https://iiif.io
api_url: https://iiif.io/api
guides_url: https://guides.iiif.io
In your site repository, e.g., IIIF/api
, you should override the appropriate URL (in this case api_url
, to be local and relative):
api_url: /api
You should NOT need to define/override other URLs in the site's _config.yml
UNLESS you want to "pair" your site to another version of the other site, e.g.,
# URLS
root_url: https://preview.iiif.io/root/wireframe/
api_url: /api
If your site's content is NOT nested in a subdirectory (like IIIF/api
is in /api
) you should define the local url as blank, e.g.,
guides_url: ''
TO DO
TO DO
feature/my-feature
chore/my-chore-12
cd
into it:git clone https://github.com/mnyrop/iiifc-theme.git && cd iiifc-theme
bundle install
yarn install
bundle exec jekyll serve
FAQs
Unknown package
We found that udt-itf-theme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.