Skip to content

joone/fosscomics

Repository files navigation

F/OSS Comics

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:

About the Repository

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.

How to Build and View the Comics

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.

Contributions

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.

License

  • 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.