// TODO: add info about the journal itself. It's motivations, reasons for existing.
Join the conversation at the OpenUTD Discord!
Contributing an article has the following prerequisites:
- Be a member of the OpenUTD Discord
- Be a UTD student or professor is currently a prerequisite to contributing an article.
To contribute an artcile, simply open a Pull Request contributing a new file to /content/posts. Our moderators will reach out to you to let you know whether we are interested in publishing your article, and whether we want you to make any changes in order to do so. You can look at existing posts to see how they're built as examples.
Some details you may find useful:
- Your post filename becomes it's url slug. For example:
posts/new-post.md
becomes/posts/new-post
. - Read up at the Hugo docs if you are interested in taking advantage of Hugo's features advanced in your article.
This site runs on Hugo, a static site generator. Posts in the /content/posts
directory of this repo get turned into blog posts on the site.
We welcome contributions to the site. Simply open an issue or a pull request here.