Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
O
official
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吕祺
official
Commits
863efa1b
Commit
863efa1b
authored
Jul 24, 2023
by
吕祺
⛹🏽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
portfolio cms change
parent
cc67d178
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2388 additions
and
6 deletions
+2388
-6
README.md
README.md
+2
-0
portfolioChi.md
content/portfolioChi.md
+805
-0
portfolioEN.md
content/portfolioEN.md
+1552
-0
portfolioPage.md
content/portfolioPage.md
+2
-2
config.yml
static/admin/config.yml
+27
-4
No files found.
README.md
View file @
863efa1b
...
...
@@ -48,6 +48,8 @@ PC端,鼠标悬浮后是一个小手的就可以点击;移动端没有此提
### CMS
cms访问需要代码库maintainer及以上权限,通过高榕gitlab认证访问,gitlab oauth认知应用需添加此回调地址 https://cmsadmin.gaorongvc.cn/static/admin/
测试改backend name 为test-repo,先export再用静态服务器运行(不能读取配置数据)
yamllint 语法检测 https://www.yamllint.com/

cms中以EN结尾的为对应中文的英文文案,支持markdown编辑,榕汇文章与动态可同步cms动态发布与更新,文章中图片会自动压缩

...
...
content/portfolioChi.md
0 → 100644
View file @
863efa1b
This diff is collapsed.
Click to expand it.
content/portfolioEN.md
0 → 100644
View file @
863efa1b
This diff is collapsed.
Click to expand it.
content/portfolioPage.md
View file @
863efa1b
...
...
@@ -58,7 +58,7 @@ portfolio:
Pinduoduo
is
able
to
help
them
realize
more
savings
and
do
so
in
a
fun
and
engaging
manner.
On
July
2018,
Pinduoduo
was
listed
on
the
NASDAQ."
logo2
:
/static/img/Pingduoduo@2x.png
sinceDate
:
2015-06-05T00:00:00.000Z
sinceDate
:
logo
:
/static/img/Pingduoduo.png
name
:
拼多多
nameEN
:
Pinduoduo
...
...
@@ -725,7 +725,7 @@ portfolio:
website
:
opayweb.com
description
:
OPay是一家专注于非洲和其他新兴市场的快速发展中的金融科技公司。在过去三年中,OPay取得了巨大的增长,已成为非洲和中东地区最大的金融科技公司之一,在尼日利亚、埃及和巴基斯坦等主要市场处于领先地位。通过人工智能、大数据和其他金融科技创新,OPay为客户和商户提供线下支付、在线支付、数字钱包和信贷服务。
-
descriptionEN
:
Leqee was started providing brands with ecommerce services in
2009.
The company provides brands creative marketing and design, ecommerce
1.
The company provides brands creative marketing and design, ecommerce
operations, professional customer service, efficient logistics and other
essential services required for a one stop ecommerce development center.
logo2
:
/static/img/Leqee@2x.png
...
...
static/admin/config.yml
View file @
863efa1b
backend
:
name
:
gitlab
name
:
test-repo
branch
:
master
repo
:
lq/official
auth_type
:
implicit
...
...
@@ -158,14 +158,37 @@ collections:
-
{
label
:
"
gaorongTimeEN"
,
name
:
"
gaorongTimeEN"
,
widget
:
"
string"
}
-
{
label
:
"
day"
,
name
:
"
day"
,
widget
:
"
string"
}
-
{
label
:
"
dayEN"
,
name
:
"
dayEN"
,
widget
:
"
string"
}
-
label
:
'
portfolio'
name
:
"
portfolio"
-
name
:
"
portfolioChiPage"
label
:
'
portfolioChiPage'
files
:
-
label
:
"
portfolioChi"
name
:
"
portfolioChi"
file
:
"
content/portfolioChi.md"
fields
:
-
name
:
"
portfolio"
widget
:
list
fields
:
-
{
label
:
"
Name"
,
name
:
"
name"
,
widget
:
"
string"
}
-
{
label
:
"
NameEN"
,
name
:
"
nameEN"
,
widget
:
"
string"
}
-
{
label
:
"
Since
Date"
,
name
:
"
sinceDate"
,
widget
:
"
datetime"
,
required
:
false
}
-
{
label
:
"
Description"
,
name
:
"
description"
,
widget
:
"
markdown"
}
-
{
label
:
"
logo"
,
name
:
"
logo"
,
widget
:
"
image"
}
-
{
label
:
"
logo@2"
,
name
:
"
logo2"
,
widget
:
"
image"
}
-
{
label
:
"
website"
,
name
:
"
website"
,
widget
:
"
string"
,
required
:
false
}
-
{
label
:
"
type"
,
name
:
"
type"
,
widget
:
"
string"
}
-
name
:
"
portfolioENPage"
label
:
'
portfolioENPage'
files
:
-
label
:
"
portfolioEN"
name
:
"
portfolioEN"
file
:
"
content/portfolioEN.md"
fields
:
-
name
:
"
portfolio"
widget
:
list
fields
:
-
{
label
:
"
NameEN"
,
name
:
"
nameEN"
,
widget
:
"
string"
}
-
{
label
:
"
Since
Date"
,
name
:
"
sinceDate"
,
widget
:
"
datetime"
,
required
:
false
}
-
{
label
:
"
DescriptionEN"
,
name
:
"
descriptionEN"
,
widget
:
"
markdown"
}
-
{
label
:
"
logo"
,
name
:
"
logo"
,
widget
:
"
image"
}
-
{
label
:
"
logo@2"
,
name
:
"
logo2"
,
widget
:
"
image"
}
...
...
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