diff --git a/README.md b/README.md index 2730e9dd..b66d440b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
+diff --git a/resources/logo-full.webp b/assets/logo-full.webp similarity index 100% rename from resources/logo-full.webp rename to assets/logo-full.webp diff --git a/resources/logo.webp b/assets/logo.webp similarity index 100% rename from resources/logo.webp rename to assets/logo.webp diff --git a/resources/tech-stack.png b/assets/tech-stack.png similarity index 100% rename from resources/tech-stack.png rename to assets/tech-stack.png diff --git a/cmd/server.go b/cmd/memos.go similarity index 100% rename from cmd/server.go rename to cmd/memos.go diff --git a/doc/CustomThemes.md b/docs/custom-themes.md similarity index 52% rename from doc/CustomThemes.md rename to docs/custom-themes.md index 7780ee82..c03ab383 100644 --- a/doc/CustomThemes.md +++ b/docs/custom-themes.md @@ -4,11 +4,15 @@ 2. Navigate to the System Tab 3. In the "Additional Styles" box add these lines of code: -```css -.memo-list-container {background-color: #INSERT COLOR HERE;} -.page-container {background-color: #INSERT COLOR HERE;} -``` + ```css + .memo-list-container { + background-color: #INSERT COLOR HERE; + } + .page-container { + background-color: #INSERT COLOR HERE; + } + ``` - It is recommended that you choose the same color for both options + It is recommended that you choose the same color for both options 4. Refresh the page and the background color of your memos app will successfully update to reflect your changes diff --git a/docs/deploy-with-render.md b/docs/deploy-with-render.md index 4c7e2f06..b6f83475 100644 --- a/docs/deploy-with-render.md +++ b/docs/deploy-with-render.md @@ -2,7 +2,7 @@ written by [AJ](https://memos.ajstephens.website/) (also a noob) - + [Live Demo](https://demo.usememos.com) • [Official Website](https://usememos.com) • [Source Code](https://github.com/usememos/memos) diff --git a/docs/development.md b/docs/development.md index 234e3624..08505ee7 100644 --- a/docs/development.md +++ b/docs/development.md @@ -8,7 +8,7 @@ Memos is built with a curated tech stack. It is optimized for developer experien ## Tech Stack -![tech-stack](https://raw.githubusercontent.com/usememos/memos/main/resources/tech-stack.png) +![tech-stack](https://raw.githubusercontent.com/usememos/memos/main/assets/tech-stack.png) ## Prerequisites