Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
a21ff5c2
Unverified
Commit
a21ff5c2
authored
Mar 18, 2023
by
boojack
Committed by
GitHub
Mar 18, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update project structure (#1382)
parent
ff8851fd
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
8 deletions
+12
-8
README.md
README.md
+1
-1
logo-full.webp
assets/logo-full.webp
+0
-0
logo.webp
assets/logo.webp
+0
-0
tech-stack.png
assets/tech-stack.png
+0
-0
memos.go
cmd/memos.go
+0
-0
custom-themes.md
docs/custom-themes.md
+9
-5
deploy-with-render.md
docs/deploy-with-render.md
+1
-1
development.md
docs/development.md
+1
-1
No files found.
README.md
View file @
a21ff5c2
<p
align=
"center"
><a
href=
"https://usememos.com"
><img
height=
"64px"
src=
"https://raw.githubusercontent.com/usememos/memos/main/
resource
s/logo-full.webp"
alt=
"✍️ memos"
/></a></p>
<p
align=
"center"
><a
href=
"https://usememos.com"
><img
height=
"64px"
src=
"https://raw.githubusercontent.com/usememos/memos/main/
asset
s/logo-full.webp"
alt=
"✍️ memos"
/></a></p>
<p
align=
"center"
>
<p
align=
"center"
>
<a
href=
"https://github.com/usememos/memos/stargazers"
><img
alt=
"GitHub stars"
src=
"https://img.shields.io/github/stars/usememos/memos"
/></a>
<a
href=
"https://github.com/usememos/memos/stargazers"
><img
alt=
"GitHub stars"
src=
"https://img.shields.io/github/stars/usememos/memos"
/></a>
...
...
resource
s/logo-full.webp
→
asset
s/logo-full.webp
View file @
a21ff5c2
File moved
resource
s/logo.webp
→
asset
s/logo.webp
View file @
a21ff5c2
File moved
resource
s/tech-stack.png
→
asset
s/tech-stack.png
View file @
a21ff5c2
File moved
cmd/
server
.go
→
cmd/
memos
.go
View file @
a21ff5c2
File moved
doc
/CustomT
hemes.md
→
doc
s/custom-t
hemes.md
View file @
a21ff5c2
...
@@ -4,11 +4,15 @@
...
@@ -4,11 +4,15 @@
2.
Navigate to the System Tab
2.
Navigate to the System Tab
3.
In the "Additional Styles" box add these lines of code:
3.
In the "Additional Styles" box add these lines of code:
```
css
```css
.memo-list-container
{
background-color
:
#
INSERT
COLOR
HERE
;}
.memo-list-container {
.page-container
{
background-color
:
#
INSERT
COLOR
HERE
;}
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
4.
Refresh the page and the background color of your memos app will successfully update to reflect your changes
docs/deploy-with-render.md
View file @
a21ff5c2
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
written by
[
AJ
](
https://memos.ajstephens.website/
)
(
also
a noob)
written by
[
AJ
](
https://memos.ajstephens.website/
)
(
also
a noob)
<img
height=
"64px"
src=
"https://raw.githubusercontent.com/usememos/memos/main/
resource
s/logo-full.webp"
alt=
"✍️ memos"
/>
<img
height=
"64px"
src=
"https://raw.githubusercontent.com/usememos/memos/main/
asset
s/logo-full.webp"
alt=
"✍️ memos"
/>
[
Live Demo
](
https://demo.usememos.com
)
•
[
Official Website
](
https://usememos.com
)
•
[
Source Code
](
https://github.com/usememos/memos
)
[
Live Demo
](
https://demo.usememos.com
)
•
[
Official Website
](
https://usememos.com
)
•
[
Source Code
](
https://github.com/usememos/memos
)
...
...
docs/development.md
View file @
a21ff5c2
...
@@ -8,7 +8,7 @@ Memos is built with a curated tech stack. It is optimized for developer experien
...
@@ -8,7 +8,7 @@ Memos is built with a curated tech stack. It is optimized for developer experien
## Tech Stack
## Tech Stack


## Prerequisites
## Prerequisites
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment