About
This website is designed as a wiki type resource for my own coding projects, as well as for topics I have learned. It's a completely static website with minimal JavaScript. I write the content for the website in Markdown files which are then converted to HTML using a Golang program whenever I push to the GitHub repository.
Eventually I want to build a proper Markdown compiler in Odin
. Why?
Contributing
If you spot a problem in the Wiki, or something can be improved/expanded upon, feel free to submit an issue or pull request on the GitHub repository .
CSS
The current CSS can be found at https://www.randomcoder67.github.io/style.css . Changes to the CSS can be seen in the GitHub repository
Contact
You can email me at randomcoder67@gmail.com
If you find an error/bug, or simply have a question about any of my programs/GitHub repos, it is best to open an issue directly on the GitHub repo. Feel free to email if you can't do this however (for example if you don't have a GitHub account)
Links
GitHub
CodeBerg
- Note: Codeberg is a mirror of all my repositories, however this does not include this website. I use GitHub as the primary platform but if you don't have a GitHub account feel free to open a CodeBerg issue for any of my repositories instead.
GitLab
- Note: I don't use GitLab at the moment, just wanted to reserve the username
Credit
HTML converted from Markdown with: gomarkdown
Inspiration for website idea (specifically wiki style part): LinuxReviews
Website hosted with: GitHub Pages