Geen omschrijving

ImgBotApp 3374e43fef [ImgBot] Optimize images 1 jaar geleden
.devcontainer 5df2efbf23 Add favicon and codespaces configuration 2 jaren geleden
_layouts 14e1afb44f Update home.html 2 jaren geleden
assets 789e33f725 refactor site 2 jaren geleden
gallery 3374e43fef [ImgBot] Optimize images 1 jaar geleden
pages 0d692532ba 0.5 1 jaar geleden
scr 3374e43fef [ImgBot] Optimize images 1 jaar geleden
.gitignore 87b23c151c Update .gitignore: no more .DS_Store 2 jaren geleden
CNAME 2f2f67be1c Create CNAME 2 jaren geleden
LICENSE fb907d8f3a Create LICENSE 2 jaren geleden
README.md 3c50f8b661 Fix things 2 jaren geleden
_config.yml b374754a36 Set theme jekyll-theme-modernist 2 jaren geleden
android-chrome-192x192.png f15621fd05 [ImgBot] Optimize images 2 jaren geleden
android-chrome-512x512.png f15621fd05 [ImgBot] Optimize images 2 jaren geleden
apple-touch-icon.png f15621fd05 [ImgBot] Optimize images 2 jaren geleden
favicon-16x16.png 6180f96694 Add favicons 2 jaren geleden
favicon-32x32.png 6180f96694 Add favicons 2 jaren geleden
favicon.png f7a01d2230 Finally fix favicons 2 jaren geleden
index.md 500697c315 0.5 screenshot update 1 jaar geleden
install 9897fdfaa3 Installers now have human names 2 jaren geleden
installAsRoot 9897fdfaa3 Installers now have human names 2 jaren geleden
site.webmanifest f7a01d2230 Finally fix favicons 2 jaren geleden

README.md

plainDE.org website

The theme is based on the "Modernist", but with slightly different colors and layout for the main and secondary pages.

Short guidlines to create new pages

  • Add this with changes to new file at /pages
---
title: "<PAGE TITLE>"
layout: default
filename: <PAGE TITLE>.md
--- 
  • Do not use h1 headers

Short guidlines to add more screenshots

  • For example use i3-ivabus
  • Maximum image width in table should be 400px (by width and height html tags)

Build and test site locally

Use official guide.