Skip to content

Web design Bookmarks

Hosting Web sites

Jace.pro's post comparing various hosting options.

CSS generators

Generate CSS styles for your websites. @hashnode

Fonts

Alternative fonts to Microsoft ones

  • Arial (Sans): Arimo and Liberation Sans
  • Times New Roman (Sans Serif): Tinos and Liberation Serif
  • Courier New (Monospace): Cousine and Liberation Mono
  • Calibri: Carlito
  • Cambria: Caladea

Icons

Photos

Illustrations

Static site generator

Awesome static site generators

Hexo

Hugo

Docsify

Docsify renders Markdown files to HTML on-the-fly. Technically docsify is a single page application (SPA) rather than a static site generator (SSG).

Docsify themes

Rust-based

Python-based

  • Jupyter book : Building beautiful, publication-quality books and documents from jupyter notebooks.
  • MkDocs : MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. The most famous theme is the MkDocs Material theme. Template made by me.
  • Nikola : Static Site Generator written in Python.

Julia

Misc

  • Bookdown : Write HTML, PDF, ePub, and Kindle books with R Markdown. Written in R.
  • Jekyll : The default SSG for GitHub pages. Written in Ruby.
  • Publii : A content management system (CMS) for creating static websites fast and hassle-free, even for beginners.
  • Quarto: an open-source scientific and technical publishing system built on Pandoc.

Comments