distribusi turns a bunch of files and folders on your computer into a website
without much fuss. This website is made with distribusi! Have a stroll around.
You can think of it as a low-tech content management tool for the web.
01-INTRO.md
distribusi tries to make standalone HTML files which are convenient for
browsing on the web. It loads the content from text files directly into the
page. The name of the file is included below ("02-FILES.md").
Each image is shown as a thumbnail which is automatically generated. This makes
the pages more lightweight. Thumbnails can be removed easily later on. See the
tutorial for more.
02-FILES.md
/* this is the stylesheet for this website 😌 */
html {
background-color: #bde1fe;
margin: 3rem;
}
styles.css