Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post 030 fixes #80

Merged
merged 3 commits into from
Sep 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions _sass/_asciidocsy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@ a, a:hover {
white-space: nowrap;
}

.cli, code.cmd {
font-weight: normal;
color: #fff ;
background-color: #333 ;
padding: 0 6px ;
border-radius: 0px ;
white-space: nowrap;
:not(pre):not([class^=L]) {
> .cli, .cmd {
font-weight: normal;
color: #fff ;
background-color: #333 ;
padding: 0 6px ;
border-radius: 0px ;
white-space: nowrap;
}
}

.code {
Expand Down
5 changes: 3 additions & 2 deletions asciidocsy.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
# coding: utf-8
lib = File.expand_path("lib", __FILE__)
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "asciidocsy/version"

Expand All @@ -13,12 +13,13 @@ Gem::Specification.new do |spec|
spec.authors = ["Brian Dominick"]
spec.email = ["[email protected]"]

spec.summary = "A Jekyll theme and executable (adxy) for building tech docs."
spec.summary = "A theme for building great technical documentation with Jekyll and Asciidoctor."
spec.homepage = "https://asciidocsy.netlify.app/docs/theme"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(lib|_docs|_data|assets|_sass|LICENSE|_config\.yml|_layouts|_includes)!i) }

spec.add_runtime_dependency "jekyll", "~> 4.2"
spec.add_runtime_dependency "jekyll-asciidoc", "~> 3.0"
spec.add_runtime_dependency "jekyll-liquify", "=0.0.2"
spec.add_runtime_dependency "jekyll-data", "=1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidocsy/data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ revisions:
memo: |
The third minor release of AsciiDocsy refactors the entire theme as a proper Ruby gem!
Now you can modify and extend AsciiDocsy while staying in-sync with the upstream releases.
There is some disruption involved -- see <</docs/theme/setup/upgrade-0-3-0,Upgrading to 0.3.0>> for full details.
There is some disruption involved -- see <</docs/theme/setup/upgrade-0-3-0#,Upgrading to 0.3.0>> for full details.
work:
-
tick: 31
Expand Down