Integrate per-project README content inline and admin structure updates
This commit is contained in:
@@ -5,6 +5,7 @@ export type Project = {
|
||||
title: string
|
||||
domain: string
|
||||
url: string
|
||||
readmeUrl?: string
|
||||
category: string
|
||||
access: 'Public' | 'Login required' | 'Mixed'
|
||||
iconUrl?: string
|
||||
@@ -31,6 +32,7 @@ export const projects: Project[] = [
|
||||
title: 'NeCloud Weather',
|
||||
domain: 'weather.necloud.us',
|
||||
url: 'https://weather.necloud.us',
|
||||
readmeUrl: 'https://raw.githubusercontent.com/nmemmert/weather/main/README.md',
|
||||
category: 'Weather',
|
||||
access: 'Public',
|
||||
ownership: 'built',
|
||||
@@ -57,6 +59,7 @@ export const projects: Project[] = [
|
||||
title: 'Capsule',
|
||||
domain: 'capsule.necloud.us',
|
||||
url: 'https://capsule.necloud.us',
|
||||
readmeUrl: 'https://raw.githubusercontent.com/nmemmert/capsule/main/README.md',
|
||||
category: 'Finance',
|
||||
access: 'Mixed',
|
||||
iconUrl: 'https://capsule.necloud.us/images/capsule-logo.svg',
|
||||
@@ -84,6 +87,7 @@ export const projects: Project[] = [
|
||||
title: 'Nexus Bible',
|
||||
domain: 'nexusbible.necloud.us',
|
||||
url: 'https://nexusbible.necloud.us',
|
||||
readmeUrl: 'https://raw.githubusercontent.com/nmemmert/nexusbible/main/README.md',
|
||||
category: 'Study',
|
||||
access: 'Mixed',
|
||||
ownership: 'built',
|
||||
@@ -110,6 +114,7 @@ export const projects: Project[] = [
|
||||
title: 'Haver',
|
||||
domain: 'prayer.necloud.us',
|
||||
url: 'https://prayer.necloud.us',
|
||||
readmeUrl: 'https://raw.githubusercontent.com/nmemmert/haver/main/README.md',
|
||||
category: 'Faith',
|
||||
access: 'Mixed',
|
||||
ownership: 'built',
|
||||
@@ -161,6 +166,7 @@ export const projects: Project[] = [
|
||||
title: 'Spelling Hub',
|
||||
domain: 'spellinghub.necloud.us',
|
||||
url: 'https://spellinghub.necloud.us',
|
||||
readmeUrl: 'https://raw.githubusercontent.com/nmemmert/spellinghub/main/README.md',
|
||||
category: 'Education',
|
||||
access: 'Mixed',
|
||||
ownership: 'built',
|
||||
|
||||
Reference in New Issue
Block a user