-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
93 lines (92 loc) · 2.37 KB
/
_quarto.yml
File metadata and controls
93 lines (92 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
bibliography: references.bib
book:
author: Justin Trollip
chapters:
- chapters:
- index.qmd
- copyright.qmd
- dedication.qmd
- epigraph.qmd
- preface.qmd
- intro.qmd
- ./content/intro/use.qmd
- ./content/intro/terms.qmd
part: Introduction
- chapters:
- ./content/foundations/foundations.qmd
- ./content/foundations/path.qmd
- ./content/foundations/alternatives.qmd
- ./content/foundations/tools.qmd
- ./content/foundations/basic_security.qmd
part: Foundations
- chapters:
- ./content/independence/independence.qmd
- ./content/independence/first_steps.qmd
- ./content/independence/fundamentals.qmd
- ./content/independence/invest.qmd
- ./content/independence/stables.qmd
- ./content/independence/mid.qmd
part: Path to Independence
- chapters:
- ./content/essentials/memes.qmd
part: Web3 Essentials
- chapters:
- ./content/technical/overview.qmd
- ./content/technical/terms.qmd
- ./content/technical/cryptography.qmd
- ./content/technical/blockchains.qmd
- ./content/technical/modular.qmd
- ./content/technical/languages.qmd
- ./content/technical/gas.qmd
- ./content/technical/dapps.qmd
- ./content/technical/ethereum.qmd
- ./content/technical/slashing.qmd
- ./content/technical/networking.qmd
- ./content/technical/mev.qmd
part: Technologist's Path
- chapters:
- ./content/financial/tokens.qmd
- ./content/financial/market_structure.qmd
- ./content/financial/dexes.qmd
- ./content/financial/ratings.qmd
- ./content/financial/trollip_index.qmd
part: Financial
- chapters:
- ./content/social/governance.qmd
part: Social
- contributing.qmd
- references.qmd
date: '2024-12-09'
page-navigation: true
repo-url: https://github.com/HariSeldon23/degen-almanack
search: true
sharing:
- twitter
- linkedin
- facebook
title: Trollip's Degen Almanack
date: '2024-12-09'
format:
html:
code-fold: true
highlight-style: github
include-in-header:
text: '<script async src="https://platform.twitter.com/widgets.js"></script>
'
number-sections: true
theme: cosmo
toc: true
toc-depth: 3
epub:
default: true
project:
output-dir: docs
preview:
browser: true
navigate: true
port: 4200
watch-inputs: true
render:
- '*.qmd'
- '!temp/'
type: book