% WTF is Linux website This contains the source code of the WTF is Linux support website. Compilation ----------- These programs are needed to compile this website into HTML format: - make - [Pandoc](https://pandoc.org/) - [pandoc-sidenote](https://github.com/jez/pandoc-sidenote/) To compile it, simply run: ```sh make ``` Acknowledgements ---------------- These resources helped me create and design this website: [Pandoc](https://pandoc.org/) : Converts the Markdown into HTML and potentially other formats [pandoc-sidenote](https://github.com/jez/pandoc-sidenote/) : A Pandoc filter that generates the HTML for sidenotes [tufte-css](https://edwardtufte.github.io/tufte-css/) : A stylesheet for web articles (contains the CSS for sidenotes) [latex-css](https://latex.now.sh/) : A stylesheet for the LaTeX feel on the web [et-book](https://edwardtufte.github.io/et-book/) : The fonts used in this website, and in Tufte CSS [Nord theme](https://www.nordtheme.com/) : The palette used in this website