Nav apraksta

Дневник UNIX'оида bd4a36641f Add files via upload 8 mēneši atpakaļ
.devcontainer 5df2efbf23 Add favicon and codespaces configuration 2 gadi atpakaļ
_layouts 9abcac7710 Update default.html 1 gadu atpakaļ
assets 789e33f725 refactor site 2 gadi atpakaļ
gallery 273efc4263 Update index.md 1 gadu atpakaļ
pages 6d78aff67a 0.7.1 8 mēneši atpakaļ
scr 0e5255216d Delete scr/scr-newest.png 8 mēneši atpakaļ
test bd4a36641f Add files via upload 8 mēneši atpakaļ
.gitignore 87b23c151c Update .gitignore: no more .DS_Store 2 gadi atpakaļ
LICENSE fb907d8f3a Create LICENSE 2 gadi atpakaļ
README.md f4c1148b9d Update README.md 1 gadu atpakaļ
_config.yml b374754a36 Set theme jekyll-theme-modernist 2 gadi atpakaļ
android-chrome-192x192.png f15621fd05 [ImgBot] Optimize images 2 gadi atpakaļ
android-chrome-512x512.png f15621fd05 [ImgBot] Optimize images 2 gadi atpakaļ
apple-touch-icon.png f15621fd05 [ImgBot] Optimize images 2 gadi atpakaļ
favicon-16x16.png 6180f96694 Add favicons 2 gadi atpakaļ
favicon-32x32.png 6180f96694 Add favicons 2 gadi atpakaļ
favicon.png f7a01d2230 Finally fix favicons 2 gadi atpakaļ
index.md 2429f91562 0.7.1 8 mēneši atpakaļ
install 9897fdfaa3 Installers now have human names 2 gadi atpakaļ
installAsRoot 9897fdfaa3 Installers now have human names 2 gadi atpakaļ
lastversion 1b4db1e0b7 0.6.2 1 gadu atpakaļ
site.webmanifest f7a01d2230 Finally fix favicons 2 gadi atpakaļ

README.md

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