Skip to content

Commit

Permalink
Add NG logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jycksyn committed Apr 7, 2024
1 parent f219cc2 commit 2c2e968
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
14 changes: 13 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,16 @@ Also, in a new terminal window, run this script to activate the CMS backend. Thi
npm run cms-proxy-server
```

Once both of these are running, you can access the CMS at `http://<IP-ADDRESS-GIVEN>/admin`.
Once both of these are running, you can access the CMS at `http://<IP-ADDRESS-GIVEN>/admin`.

---

## How to edit the code of blocks:

In order to make changes to blocks so editors can access them in the CMS, make sure to follow these instructions.

1. In the `cms/` folder, modify the features in presumably `common.js`. You can copy an existing feature within the block.

2. Modify the [Zod](https://zod.dev/) schema in config.ts to include the new property.

3. Edit the code of the block in `components/Block`
Binary file added src/assets/northgrum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/content/page/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,13 @@ blocks:
component: ImageGallery
title: Sponsors
style:
container: md
container: lg
animate: false
surface: surface-dark
images:
- /src/assets/logo_ey.png
- /src/assets/c1_core_ng_rgb_r-1-.png
- /src/assets/northgrum.png
- /src/assets/logo_agile.png
- /src/assets/libraries_horizontal_green.png
- /src/assets/computer_science_fulllogo_horizontal_full_color.png
Expand Down

0 comments on commit 2c2e968

Please sign in to comment.