-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
68 lines (59 loc) · 1.14 KB
/
_config.yml
File metadata and controls
68 lines (59 loc) · 1.14 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
# GitHub Pages Configuration for Investment Analysis Portfolio
title: "Charlie Munger Investment Analysis Framework"
description: "Systematic investment analysis following Charlie Munger's principles"
baseurl: "/wwqi"
url: "https://ohmji.github.io"
# Theme
theme: minima
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# Navigation
header_pages:
- index.md
- analysis/index.md
- portfolio/index.md
- framework.md
# Collections
collections:
analyses:
output: true
permalink: /analysis/:name/
# Defaults
defaults:
- scope:
path: ""
type: "analyses"
values:
layout: "analysis"
- scope:
path: ""
type: "pages"
values:
layout: "default"
# Markdown processing
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
# Exclude from processing
exclude:
- .claude/
- .git/
- README.md
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/
# Site settings
author: "Investment Analyst"
email: "ohmji@gmail.com"
twitter_username: ""
github_username: "ohmji"
# Analytics (optional)
google_analytics: ""
# SEO
lang: en_US
timezone: America/New_York