Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
C
cmscenter
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
吕祺
cmscenter
Commits
0f32bab1
Commit
0f32bab1
authored
Aug 12, 2021
by
吕祺
⛹🏽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ronghuipagejson
parent
61298bfd
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
toJSON.js
utils/toJSON.js
+1
-1
No files found.
utils/toJSON.js
View file @
0f32bab1
...
...
@@ -14,7 +14,7 @@ try {
// console.log(doc[0]);
storeData
(
doc
[
0
],
'./out/frontpage.json'
)
doc
=
yaml
.
loadAll
(
fs
.
readFileSync
(
'./content/
front
Page.md'
,
'utf8'
));
doc
=
yaml
.
loadAll
(
fs
.
readFileSync
(
'./content/
ronghui
Page.md'
,
'utf8'
));
storeData
(
doc
[
0
],
'./out/ronghuipage.json'
)
}
catch
(
e
)
{
...
...
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