We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create a dirs /_issues/yyyy-mm/ and the img subdir
/_issues/yyyy-mm/
img
get the cover.png and put it in /_issues/yyyy-mm/img
cover.png
/_issues/yyyy-mm/img
change the front-matter of the /index.html, putting the current issue's dir in the currentIssue variable. Example: currentIssue: /issues/2021-09/
/index.html
currentIssue
currentIssue: /issues/2021-09/
get from Hotscrock the txt file with data for RnR, Hotcheevs and ArtUpdates.
generate-articles.sh
get the top mastery images and put them in /_issues/yyyy-mm/img
top-mastery-${consoleNickname}
articles
commit the changes to the repository
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RANews checklist
System Requirements
Steps to release a new RANews issue
create a dirs
/_issues/yyyy-mm/
and theimg
subdirget the
cover.png
and put it in/_issues/yyyy-mm/img
change the front-matter of the
/index.html
, putting the current issue's dir in thecurrentIssue
variable. Example:currentIssue: /issues/2021-09/
get from Hotscrock the txt file with data for RnR, Hotcheevs and ArtUpdates.
generate-articles.sh
script with the txt file to generate the 3 articles.get the top mastery images and put them in
/_issues/yyyy-mm/img
top-mastery-${consoleNickname}
. See examples herearticles
commit the changes to the repository
The text was updated successfully, but these errors were encountered: