mirror of
https://github.com/bellingcat/RS4OSINT.git
synced 2026-06-12 13:38:35 +03:00
Initial commit
This commit is contained in:
60
_quarto.yml
Normal file
60
_quarto.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
project:
|
||||
type: book
|
||||
|
||||
book:
|
||||
title: "Google Earth Engine for OSINT"
|
||||
author: "[Dr. Ollie Ballinger](https://oballinger.github.io)"
|
||||
date: "10/6/2022"
|
||||
chapters:
|
||||
- index.qmd
|
||||
- ch1.qmd
|
||||
- ch2.qmd
|
||||
- ch3.qmd
|
||||
- ch4.qmd
|
||||
- ch5.qmd
|
||||
- SyriaNTL.qmd
|
||||
- RojavaRefineries.qmd
|
||||
- references.qmd
|
||||
repo-url: https://github.com/oballinger/GEE_OSINT/
|
||||
repo-actions: [edit]
|
||||
downloads: [pdf, epub]
|
||||
sharing: [twitter, facebook]
|
||||
logo: logo_white.png
|
||||
bibliography: references.bib
|
||||
|
||||
format:
|
||||
html:
|
||||
theme:
|
||||
dark: darkly
|
||||
light: cosmo
|
||||
code-copy: true
|
||||
|
||||
pdf:
|
||||
documentclass: scrreprt
|
||||
epub:
|
||||
cover-image: cover.png
|
||||
website:
|
||||
favicon: logo_black.png
|
||||
open-graph: true
|
||||
google-analytics: "UA-XXXXXXXX"
|
||||
navbar:
|
||||
background: primary
|
||||
search: true
|
||||
left:
|
||||
- text: "Home"
|
||||
file: index.qmd
|
||||
sidebar:
|
||||
style: "docked"
|
||||
search: true
|
||||
contents:
|
||||
- section: "Basics"
|
||||
contents:
|
||||
- index.qmd
|
||||
- basics-knitr.qmd
|
||||
- basics-jupyter.qmd
|
||||
- section: "Layout"
|
||||
contents:
|
||||
- layout.qmd
|
||||
execute:
|
||||
echo: false
|
||||
jupyter: python3
|
||||
Reference in New Issue
Block a user