Git Product home page Git Product logo

xqemu.com's Introduction

This repository contains the contents of the XQEMU project website, xqemu.com. You are welcome to improve the site by submitting a pull request!

How to contribute

Clone the repo, make/test your changes, then file a pull request! Once approved, the changes will automatically be propagated to the website via the CI system.

Testing your changes

The website is built using mkdocs. You can build the entire website and host it locally for testing your changes before submitting a pull request!

Both of the following methods will start the mkdocs daemon to monitor for local changes to any of the files, automatically rebuild the site when a change is detected, and host all of it locally at http://127.0.0.1:8000.

Using a docker container

Start by using Docker to pull down the Material theme Docker image:

docker pull squidfunk/mkdocs-material

Then in the root of the repository run:

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

Using mkdocs directly

Start by installing mkdocs using the Python package manager:

pip install mkdocs mkdocs-material

Then in the root of the repository run:

mkdocs serve

xqemu.com's People

Contributors

mborgerson avatar gxtx avatar jayfoxrox avatar voxel9 avatar cakelancelot avatar dans34 avatar discostarslayer avatar dracc avatar stianeklund avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.