qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [qemu-web PATCH v2] Document how to test the site with


From: Eric Blake
Subject: Re: [Qemu-devel] [qemu-web PATCH v2] Document how to test the site with jekyll locally
Date: Thu, 29 Nov 2018 07:34:56 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0

On 11/29/18 4:46 AM, Daniel P. Berrangé wrote:
Add a README file that tells people this is a jekyll based static
website, and shows people how to run jekyll for testing purposes.

Tested-by: Eric Blake <address@hidden>
Signed-off-by: Daniel P. Berrangé <address@hidden>
---
  .gitignore  |  2 ++
  README      | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++
  _config.yml |  2 ++
  3 files changed, 59 insertions(+)
  create mode 100644 README

+Testing locally with Jekyll
+---------------------------
+
+When adding/changing content on this site, it is possible to run a
+local Jekyll service to test the result.
+
+QEMU requires a specific version of Jekyll (listedin Gemfile) which may

s/listedin/listed in/

+++ b/_config.yml
@@ -37,3 +37,5 @@ gems:
  exclude:
    - Gemfile
    - Gemfile.lock
+  - vendor/
+  - README

Should .gitignore be in this list?  But that's pre-existing.

With the typo fix,
Reviewed-by: Eric Blake <address@hidden>

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]