Skip to content

Commit 8b7bd1b

Browse files
committed
Update README.md
1 parent 44af4f0 commit 8b7bd1b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ The website of XDAG, built with [Jekyll](https://jekyllrb.com/docs/home/).
66
### Setup
77
News posts are placed in `_posts/`. Articles of technology are place in `/technology/techArticles`(Articles of technology is sorted by name in reverse order )
88

9-
The filename must use the following format:
9+
The news filename must use the following format:
1010
````
1111
YYYY-MM-DD-title.md
1212
````
1313

14+
The technology filename must use the following format:
15+
````
16+
technology-num.md
17+
````
18+
1419
Where YYYY is the year (4 digits), MM the month (2 digits), DD the day (2 digits), and .md is the file extension representing the format used in the file. The following are examples of valid post filenames:
1520

1621
````

0 commit comments

Comments
 (0)