-
Notifications
You must be signed in to change notification settings - Fork 11
/
hugo.yaml
34 lines (31 loc) · 1.07 KB
/
hugo.yaml
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
baseURL: https://arewemodulesyet.org
languageCode: en-us
title: Are We Modules Yet?
theme: ["PaperMod"]
params:
defaultTheme: auto # to switch between dark or light according to browser theme
homeInfoParams:
Title: Nope.
Content: |+
This website tracks the most popular C++ libraries, compilers, and build systems. We use vcpkg to get a rough idea of how popular a library is based on how many revisions the port has.
We also have an example section to track good projects using modules natively and a document section tracks good articles about modules too.
Feel free to contribute to these lists.
Image: images/cpp_needs_you.webp
menu:
main:
# - name: News
# url: post
# weight: 1
- name: ⚙️ Tools Support
url: /Tools/
weight: 1
- name: Docs
url: /Documents/
weight: 2
- name: Examples
url: /Examples/
weight: 3
- name: Follow me
url: https://bsky.app/profile/kelteseth.bsky.social
- name: Contribute on Github
url: https://github.com/kelteseth/arewemodulesyet/