Skip to content

Commit

Permalink
deploy: deploying to github pages (#13)
Browse files Browse the repository at this point in the history
* feat: initializing folder structure

* refactor: Change and Addition in folder Structure

* chore: images(asset) addition

* chore: social card image change

* feat: template community page added as .mdx

* chore: font files added

* style: CSS variables and fonts added

* revert: removing duplicate fonts

* chore: component created

Signed-off-by: Aditya Prasad Mohanty <[email protected]>

* feat: adding custom navbar

Signed-off-by: Aditya Prasad Mohanty <[email protected]>

* feat: hero section added

Signed-off-by: Aditya Prasad Mohanty <[email protected]>

* feat: architecture section added

Signed-off-by: Aditya Prasad Mohanty <[email protected]>

* feat: adding home page sections

Signed-off-by: Aditya Prasad Mohanty <[email protected]>

* build: building site and setting github pages

Signed-off-by: Aditya Prasad Mohanty <[email protected]>

* fix: mascot svg size reduced and architechture image format change

Signed-off-by: Aditya Prasad Mohanty <[email protected]>

---------

Signed-off-by: Aditya Prasad Mohanty <[email protected]>
  • Loading branch information
Aditya-150 authored Nov 6, 2023
1 parent fe1ae9c commit 71b6b97
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 11,841 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ const config = {
favicon: "img/favicon.ico",

// Set the production url of your site here
url: "https://your-docusaurus-test-site.com",
url: "https://kubearmor.github.io",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "kubearmor", // Usually your GitHub org/user name.
projectName: "kubearmor.io", // Usually your repo name.

projectName: "kubearmor.github.io", // Usually your repo name.
deploymentBranch: "main",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",

trailingSlash: false,
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
Expand Down
25 changes: 0 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/components/HomepageArchitecture/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import styles from "./styles.module.css";
import ArchitectureImage from "../../../static/img/architecture/architecture-illustration.svg";
import architectureImage from "../../../static/img/architecture/architecture-illustration.webp";

export default function HomepageArchitecture() {
return (
Expand All @@ -15,7 +15,7 @@ export default function HomepageArchitecture() {
Containers, IoT/Edge, and 5G networks. It enforces policy-based
controls.
</p>
<ArchitectureImage className={styles.architectureImage} aria-label="architecture image"/>
<img className={styles.architectureImage} aria-label="architecture image" src={architectureImage} alt="architecture image"/>
</section>
);
}
Empty file removed src/pages/press-releases/index.js
Empty file.
6,265 changes: 0 additions & 6,265 deletions static/img/architecture/architecture-illustration.svg

This file was deleted.

Binary file not shown.
5,546 changes: 1 addition & 5,545 deletions static/img/hero/hero-mascot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 71b6b97

Please sign in to comment.