Update template and add template copying to main.js
This commit is contained in:
parent
8326c3ca50
commit
6720d9f885
1
main.js
1
main.js
|
@ -143,5 +143,6 @@ function createTable() {
|
|||
table += ` ${closedAt} |\n`
|
||||
}
|
||||
|
||||
fs.copyFileSync(path.join(__dirname, 'template.md'), path.join(__dirname, year, month, 'post.md'))
|
||||
fs.writeFileSync(path.join(__dirname, year, month, 'table.md'), table, {encoding: 'UTF-8'})
|
||||
}
|
||||
|
|
|
@ -2,12 +2,14 @@
|
|||
|
||||
## About
|
||||
|
||||
<!-- Introduction about what the Tildes Issue Log is, exactly. -->
|
||||
The Tildes Issue Log is a monthly recurring post about the changes and progression that Tildes has made. Highlighting some of the newest additions and changes, as well as a complete table of every issue opened and closed in that month, along with some interesting statistics so you can get a look into the development process and a quick grasp of anything you may have missed.
|
||||
|
||||
## Feedback
|
||||
|
||||
If anything is incorrect or you have anything that you'd like to see changed or added, please [open an issue](https://gitlab.com/Bauke/tildes-issue-log/issues), [PM me](https://tildes.net/user/Bauke/new_message) or comment on the posted topic on Tildes.
|
||||
|
||||
If you'd like to write a highlight section or want to contribute in any other way, feel free to do so. Like Tildes, this will remain entirely open-source.
|
||||
|
||||
## Highlights
|
||||
|
||||
<!-- Highlights of what happened with development and any notable changes, if applicable. -->
|
||||
|
|
Reference in New Issue