Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,16 @@ api-gen/build/

# IDEs
.vscode

assets/jsconfig.json
hugo_stats.json

# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux

# Temporary lock file while building
.hugo_build.lock
themes/**
.DS_Store
3 changes: 1 addition & 2 deletions archetypes/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

---
87 changes: 87 additions & 0 deletions assets/icons/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/bg.psd
Binary file not shown.
Binary file added assets/images/bg2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/codye.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/images/logos/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/shipwright-stacked-color-notext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/shipwright-stacked-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
324 changes: 324 additions & 0 deletions assets/images/shipwright_landing.drawio

Large diffs are not rendered by default.

Binary file added assets/images/step1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/step2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/step3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/cncf-logo.png
Binary file not shown.
5 changes: 1 addition & 4 deletions content/en/docs/_index.md → content/docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
title: "Documentation"
linkTitle: "Docs"
weight: 20
menu: {main: {weight: 20}}
weight: 10
---



Shipwright is an extensible framework for building container images on Kubernetes.

Shipwright supports popular tools such as Kaniko, Cloud Native Buildpacks, Buildah, and more!
Expand Down
8 changes: 3 additions & 5 deletions content/en/blog/_index.md → content/docs/blog/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
title: "Shipwright Blog"
linkTitle: "Blog"
menu:
main:
weight: 30
weight: 999
title: "Blog"
description: "Blog"
---

This is the **blog** section. It has two categories: News and Releases.
Expand Down
Loading