-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.yaml
More file actions
41 lines (35 loc) · 983 Bytes
/
hugo.yaml
File metadata and controls
41 lines (35 loc) · 983 Bytes
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
baseURL: https://programmingprojects.fyi/
languageCode: en-us
title: Programming Projects
theme: ["PaperMod"]
params:
homeInfoParams:
Title: Welcome to Programming Projects
Content: >
Here you'll find a list of programming projects ideas. If you have an idea for a
project and it's not listed please [open an issue](https://github.com/ProgrammingProjectsFYI/programmingprojects/issues)
or better yet a pull request on the Github repository for [Programming Projects](https://github.com/ProgrammingProjectsFYI/programmingprojects).
hideSummary: false
ShowShareButtons: true
menu:
main:
- identifier: search
name: search
url: /search/
weight: 10
- identifier: categories
name: categories
url: /categories/
weight: 20
- identifier: tags
name: tags
url: /tags/
weight: 30
analytics:
google:
SiteVerificationTag: "G-M96Q212P1D"
outputs:
home:
- HTML
- RSS
- JSON