Skip to content

Commit

Permalink
swapping in text and images
Browse files Browse the repository at this point in the history
Signed-off-by: cjyabraham <cjyabraham@gmail.com>
  • Loading branch information
cjyabraham committed Apr 7, 2023
1 parent 87a775b commit 82ccab2
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 57 deletions.
10 changes: 5 additions & 5 deletions website/README.md
@@ -1,8 +1,8 @@
# TAG App Delivery Website
# TAG Security Website

This directory contains a [Hugo](https://gohugo.io) web site published via [Netlify](https://www.netlify.com/) to <https://appdelivery.cncf.io/>.
This directory contains a [Hugo](https://gohugo.io) web site published via [Netlify](https://www.netlify.com/) to <https://security.cncf.io/>.

When the `main` branch of this repo is updated a fresh build and deploy of the website is executed. Recent Netlify builds and deployments are listed at <https://app.netlify.com/sites/tag-app-delivery>.
When the `main` branch of this repo is updated a fresh build and deploy of the website is executed. Recent Netlify builds and deployments are listed at <https://app.netlify.com/sites/tag-security>.

Add content by adding Markdown files to directories in [./content](./content).

Expand All @@ -15,8 +15,8 @@ Configuration is set in [config.toml](./config.toml).
To set up a local dev environment make sure you have [Hugo Extended](https://gohugo.io/installation/linux/#editions) and [npm](https://www.npmjs.com/) installed, then run the following:

```
git clone git@github.com:cncf/tag-app-delivery.git
cd tag-app-delivery
git clone git@github.com:cncf/tag-security.git
cd tag-security
git submodule update --init --recursive
cd website
npm install
Expand Down
2 changes: 1 addition & 1 deletion website/assets/icons/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions website/config.toml
@@ -1,5 +1,5 @@
baseURL = "https://appdelivery.cncf.io/"
title = "CNCF TAG App Delivery"
baseURL = "https://security.cncf.io/"
title = "CNCF TAG Security"

# Language settings
contentDir = "content"
Expand Down Expand Up @@ -47,8 +47,8 @@ anchor = "smart"

[languages]
[languages.en]
title = "CNCF TAG App Delivery"
description = "TAG App Delivery focuses on enabling projects and initiatives related to delivering cloud-native applications, including building, deploying, managing, and operating them."
title = "CNCF TAG Security"
description = "TAG Security focuses on enabling projects and initiatives related to delivering cloud-native applications, including building, deploying, managing, and operating them."
languageName ="English"
# Weight used for sorting.
weight = 1
Expand All @@ -72,7 +72,7 @@ copyright = "CNCF"
privacy_policy = "https://policies.google.com/privacy"

# First one is picked as the Twitter card image if not set on page.
image = "https://appdelivery.cncf.io/images/cncf-app-delivery-share.jpg"
image = "https://security.cncf.io/images/cncf-security-share.jpg"

# Menu title if your navbar has a versions selector to access old versions of your site.
# This menu appears only if you have at least one [params.versions] set.
Expand All @@ -90,7 +90,7 @@ version = "0.0"

# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
url_latest_version = "https://appdelivery.cncf.io"
url_latest_version = "https://security.cncf.io"

# Google Custom Search Engine ID. Remove or comment out to disable search.
gcs_engine_id = "406382b9737f24d05"
Expand All @@ -107,7 +107,7 @@ prism_syntax_highlighting = false

# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
[params.github]
repo = "https://github.com/cncf/tag-app-delivery"
repo = "https://github.com/cncf/tag-security"
branch = "main"
subdir = "website"

Expand Down
10 changes: 0 additions & 10 deletions website/content/whitepapers/_index.md

This file was deleted.

1 change: 0 additions & 1 deletion website/content/whitepapers/operator

This file was deleted.

1 change: 0 additions & 1 deletion website/content/whitepapers/platforms

This file was deleted.

0 comments on commit 82ccab2

Please sign in to comment.