For complete documentation visit tinkerbell.org
Tinkerbell is a bare metal provisioning engine. It’s built and maintained with love by the Tinkerbell Community.
This website uses Hugo to generate static HTML pages. It's hosted and automatically build by Netlify (see netlify.toml for more details).
content/directory contains documentation fileshugo.tomlis the Hugo configurationnetlify.tomlis Netlify configuration
Clone the repository:
git clone https://github.com/tinkerbell/tinkerbell.org
cd tinkerbell.orgThe Netlify CLI provides the most accurate local preview, including support for redirects defined in netlify.toml.
-
Install the Netlify CLI:
npm install -g netlify-cli
-
Start the development server:
netlify dev
Site can be viewed at http://localhost:8888
Alternatively, you can use Hugo directly. Note that some features like redirects may not work identically to production.
-
Install Hugo (v0.155.1 or later)
-
Start the development server:
hugo server -D
Site can be viewed at http://localhost:1313
# example: adding new documentation page under section
hugo new section/name-of-new-page.mdFind the documentation page file (.md file) under content/ and edit it.
Create a Pull Request with your changes. When the PR is merged site will be updated automatically by Netlify.
The code snippets and the documentation is licensed under Apache license. See LICENSE for the full license text.