F/OSS Comics is a comic series dedicated to Free and Open Source Software. The comics aim to educate and entertain readers about the world of free and open source software.
Explore the comics at fosscomics.com or directly read them in this repository:
- 1. Charles Babbage and Ada Lovelace
- 2. Alan Turing and Von Neumann
- 3. The Era of Commercial Computers
- 4. How Did People Write Code in the Early Days of Computing
- 5. The Beginning of Software Engineering
- 6. The Origin of the Hacker Culture
- 7. ITS and Hacker Culture
- 8. The Origins of Unix and the C Language
This repository hosts the source code used to generate the static website for F/OSS Comics.
The static webpage generator was adapted from kartiknair's blog and is styled using the Archie theme. I've customized the generator to better suit the needs of the F/OSS Comics series.
To build the static website for the comics, run:
npm run build
After building the site, you can start a local web server to view the comics:
npm start
Open your web browser and navigate to http://localhost:3000 to read the comics.
I welcome contributions and feedback on the comics and the website. If you have suggestions or want to contribute, please submit a pull request or join the discusstions.
- The Archie theme is licensed under its original license(MIT).
- Node.js code in this project is licensed under the BSD 3-Clause "New" or "Revised" License.
- All rights to the comics files (Markdown, images, and generated contents) are reserved. Contact me for specific usage permissions.