Skip to content

Commit

Permalink
add documentation site
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Dec 5, 2023
1 parent e64afb2 commit 57f0ff9
Show file tree
Hide file tree
Showing 26 changed files with 5,952 additions and 13 deletions.
25 changes: 12 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.1)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -67,8 +67,7 @@ GEM
csl (~> 2.0)
diff-lcs (1.5.0)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
domain_name (0.6.20231109)
drb (2.2.0)
ruby2_keywords
ebnf (2.4.0)
Expand Down Expand Up @@ -101,11 +100,11 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
iniparser (1.0.1)
json (2.6.3)
json-canonicalization (0.3.2)
json-ld (3.3.0)
json (2.7.1)
json-canonicalization (1.0.0)
json-ld (3.3.1)
htmlentities (~> 4.3)
json-canonicalization (~> 0.3, >= 0.3.2)
json-canonicalization (~> 1.0)
link_header (~> 0.0, >= 0.0.8)
multi_json (~> 1.15)
rack (>= 2.2, < 4)
Expand All @@ -128,15 +127,15 @@ GEM
ffi-compiler (~> 1.0)
rake (~> 13.0)
logutils (0.6.1)
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
matrix (0.4.2)
minitest (5.20.0)
multi_json (1.15.0)
mutex_m (0.2.0)
namae (1.1.1)
nokogiri (1.15.4-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
oj (3.16.1)
optimist (3.1.0)
Expand Down Expand Up @@ -171,7 +170,7 @@ GEM
rdf-xsd (3.3.0)
rdf (~> 3.3)
rexml (~> 3.2)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -189,15 +188,15 @@ GEM
rspec-xsd (0.1.0)
nokogiri (~> 1.6)
rspec (~> 3)
rubocop (1.57.2)
rubocop (1.58.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand Down Expand Up @@ -240,7 +239,7 @@ GEM
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unf_ext (0.0.9.1)
unicode-display_width (2.5.0)
unicode-types (1.9.0)
uuidtools (2.2.0)
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.quarto/
4 changes: 4 additions & 0 deletions docs/_publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- source: project
netlify:
- id: 1820630d-bc59-43bd-923b-41b6e81bf378
url: 'https://commonmeta-ruby.netlify.app'
32 changes: 32 additions & 0 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
project:
type: website
output-dir: _site
preview:
port: 4400
execute:
freeze: true
website:
title: "commonmeta-ruby"
navbar:
left:
- href: index.qmd
text: Guide
tools:
- icon: github
href: https://github.com/front-matter/commonmeta-ruby
page-footer:
left: "Copyright &copy;2023 Front Matter."
right:
- icon: envelope
href: mailto:[email protected]
- icon: mastodon
href: https://rogue-scholar.social/@admin

format:
html:
theme:
light: [flatly, theme.scss]
dark: [darkly, theme.scss]
page-layout: article
toc: true
toc-location: left
Loading

0 comments on commit 57f0ff9

Please sign in to comment.