update build scripts
This commit is contained in:
		
							parent
							
								
									d31ef3882d
								
							
						
					
					
						commit
						c6105f8d61
					
				
					 2 changed files with 8 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1,15 +1,16 @@
 | 
			
		|||
&root = .
 | 
			
		||||
&build_root = build
 | 
			
		||||
 | 
			
		||||
HTML_TEMPLATE = main.html
 | 
			
		||||
 | 
			
		||||
!html = | &(root)/templates/footer.html \
 | 
			
		||||
	|> ^ html %f^ \
 | 
			
		||||
	|> ^b html %f^ \
 | 
			
		||||
	pandoc --from markdown --to html \
 | 
			
		||||
	--template=&(root)/templates/$(HTML_TEMPLATE) \
 | 
			
		||||
	--css &(root)/css/style.css \
 | 
			
		||||
	--include-in-header=&(root)/templates/header.html \
 | 
			
		||||
	--include-before-body=&(root)/templates/nav.html \
 | 
			
		||||
	--include-after-body=&(root)/templates/footer.html \
 | 
			
		||||
	--include-after-body=&(build_root)/templates/footer.html \
 | 
			
		||||
	%f | sed 's|%%webRoot%%|&(root)|g' > %o \
 | 
			
		||||
	|> %B.html
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -20,5 +21,5 @@ HTML_TEMPLATE = main.html
 | 
			
		|||
!compress_pdf = |> ps2pdf %f %o |>
 | 
			
		||||
 | 
			
		||||
JPG_OPT = -quality 80 -strip -interlace Plane
 | 
			
		||||
!blur_mini = |> convert %f -resize 400x400 -blur 0x8 $(JPG_OPT) %o |> blur_mini.jpg
 | 
			
		||||
!thumbnail = |> convert %f -resize 200x200 $(JPG_OPT) %o |>
 | 
			
		||||
!blur_mini = |> ^ %f -> blur mini^ convert %f -resize 400x400 -blur 0x8 $(JPG_OPT) %o |> blur_mini.jpg
 | 
			
		||||
!thumbnail = |> ^ %f -> thumbnail^ convert %f -resize 200x200 $(JPG_OPT) %o |>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										3
									
								
								justfile
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								justfile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,6 +1,9 @@
 | 
			
		|||
# vim: set ft=make :
 | 
			
		||||
root := `pwd`
 | 
			
		||||
 | 
			
		||||
setup-ubuntu:
 | 
			
		||||
    sudo apt install fuse3 pandoc
 | 
			
		||||
 | 
			
		||||
# Build static website
 | 
			
		||||
build:
 | 
			
		||||
    tup build
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue