Files
blogger-nodejs/docs/EJS.md
2025-08-02 02:48:22 +01:00

937 B

This is not a guide on how EJS works, look at EJS's website for that!
This is just a list of functions and pieces of information provided to each EJS file.

syndication/global_rss:

  • All config.json data
  • All posts from posts.json
  • showdown.JS's converter functions
  • All functions in functions.js

syndication/user_rss:

  • All config.json data
  • All posts from posts.json
  • showdown.JS's converter functions
  • All functions in functions.js
  • the userID of the user in question (integer)

syndication/global_atom:

  • All config.json data
  • All posts from posts.json
  • showdown.JS's converter functions
  • All functions in functions.js
  • getUnixTime function from date-fns

syndication/user_atom:

  • All config.json data
  • All posts from posts.json
  • showdown.JS's converter functions
  • All functions in functions.js
  • the userID of the user in question (integer)
  • getUnixTime function from date-fns