Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

README: alert that project is archived #71

Merged
merged 1 commit into from
Oct 20, 2023
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![smi-github](https://user-images.githubusercontent.com/686194/57564913-f8d4cf00-7368-11e9-879f-588440bc4cb5.png)
# :warning: This project is [ARCHIVED](https://www.cncf.io/archived-projects/). [Learn more](https://www.cncf.io/blog/2023/10/03/cncf-archives-the-service-mesh-interface-smi-project/)

A simple website for the [SMI](https://github.com/servicemeshinterface/smi-spec) specification - [smi-spec.io](https://smi-spec.io)

# Editing Content
# ~Editing Content~

smi-spec.io is a static site. The landing page content can be edited at `themes/smi/layouts/index.html`, and the rest under `/content`. Post, tag, and category taxonomy is available in Hugo should we want to expand in the future.

Expand Down Expand Up @@ -39,7 +39,7 @@ To add the logo of your company or organization to the landing page:
1. Add your logo to the [`themes/smi/static/img/logos`](themes/smi/static/img/logos) directory and name it `logo-*.png` where `*` is a slug for your org name (e.g. `logo-acme.png`).
1. Add an entry to either the `ecosystem` or `partners` list in [`data/logos.yaml`](data/logos.yaml). Include the following information: an org title, a website URL, and the filename of the logo.

# Site Development
# ~Site Development~

## Notes

Expand Down