Skip to content

Commit

Permalink
Attempt #4
Browse files Browse the repository at this point in the history
  • Loading branch information
royalgraphx committed Jun 25, 2023
1 parent f187919 commit b424f44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
14 changes: 2 additions & 12 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,8 @@
#
#



source "https://rubygems.org"

gem "github-pages", group: :jekyll_plugins
gem "jekyll-default-layout"

# Add any additional gems you need for your site here

# Uncomment the following line if you have other plugins or gems that require bundler
# gem "bundler", "~> 2.0"

group :jekyll_plugins do
gem "just-the-docs"
end
gem "just-the-docs", "~> 0.11.0"
end
17 changes: 6 additions & 11 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,16 @@

title: DarwinKVM Virtual Machine Guide
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
An Advanced Template for running macOS within QEMU/KVM. Run the latest macOS on QEMU/KVM with libvirtd/Virt-Manager, includes Single GPU Passthrough.
baseurl: /DarwinKVM/docs
url: https://royalgraphx.github.io/DarwinKVM/docs
description: An Advanced Template for running macOS within QEMU/KVM. Run the latest macOS on QEMU/KVM with libvirtd/Virt-Manager, includes Single GPU Passthrough.
baseurl: "/DarwinKVM/docs"
url: "https://royalgraphx.github.io"
twitter_username: royalgraphx
github_username: royalgraphx
github_username: royalgraphx

# Build settings
# theme: minima

theme: just-the-docs
remote_theme: pmarsceill/[email protected]
plugins:
- jekyll-default-layout
- jekyll-remote-theme

#plugins:
# - jekyll-feed

Expand Down

0 comments on commit b424f44

Please sign in to comment.