The source code for both fuckingformatstyle.com and goshdarnformatstyle.com.
You have two options;
- Open an issue. I try to take care of things within a week or less.
- Open a PR. If you're willing and able, you might need the following sections.
This site is built using Hugo and the Hugo Geekdocs template.
Out of the box, Hugo's support for Swift code highlighting is poor. To work around this, the site manually converts all Swift code blocks into HTML using SplashMarkdown during deployment.
All of the copy and code examples are stored inside of the /sections
folder. During deployment, each markdown file will have their code blocks converted and they will be placed in their final location inside of the /content/_includes/
folder.