Skip to content

graefchen/graefchen.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

92 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

graefchen.github.io

Just my small little webblog.

Commands:

Filetree:

> lsd --tree -I _site
# or without icons
> lsd --tree -I _site --icon never

Build site:

> deno task lume
# or
> deno task build

Serve site:

> deno task serve

Files/Directorys:

Some config files/directorys are ommitet.

.                     <- root directory
β”œβ”€β”€ _config.ts        <- lume configuration file
β”œβ”€β”€ deno.json         <- deno configuration file
β”œβ”€β”€ deno.lock         <- deno lock file
β”œβ”€β”€ readme.md         <- the readme file
└── src               <- src directory for the website code
    β”œβ”€β”€ _data         <- all date
    β”‚   └── p.yml     <- projects yaml file
    β”œβ”€β”€ _includes     <- includes directory
    β”‚   β”œβ”€β”€ layouts   <- layouts directory
    β”‚   β”‚   β”œβ”€β”€ a.vto <- article layout
    β”‚   β”‚   β”œβ”€β”€ b.vto <- base layout
    β”‚   β”‚   └── p.vto <- page layout
    β”‚   └── templates <- templates directory
    β”‚       β”œβ”€β”€ l.vto <- list template
    β”‚       └── n.vto <- navbar template
    β”œβ”€β”€ a.vto         <- the about file
    β”œβ”€β”€ b.vto         <- the blog file
    β”œβ”€β”€ index.vto     <- the index file
    β”œβ”€β”€ p.vto         <- the projects file
    β”œβ”€β”€ b             <- blog directory
    β”‚   β”œβ”€β”€ _data.yml <- important data for the posts
    β”‚   └── *.md      <- all markdown files
    β”œβ”€β”€ u             <- upload directory
    β”‚   β”œβ”€β”€ _data.yml <- data
    β”‚   └── *.*       <- all uploaded files
    └── s.css         <- the main style file