-
Notifications
You must be signed in to change notification settings - Fork 18
/
config.yml
68 lines (66 loc) · 1.92 KB
/
config.yml
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
baseURL: "https://hdl.github.io/awesome"
title: "Awesome resources for Hardware Description"
theme: "bare-hugo-theme"
enableGitInfo: true
params:
shorttitle: "Awesome HDL"
description: 'Tools, frameworks, IP cores, libraries and more!'
# PostCSS is harder than it should be to get working on a theme
# example site. It's easy on _your_ site.
postcss: false
social:
- icon: "github"
url: "https://github.com/hdl/awesome"
categories:
"Boards": ""
"Conferences": ""
"Cores": ""
"Cores:Collection": "collections containing multiple IP cores"
"Cores:Library": "libraries containing multiple IP cores"
"Cores:Single": "single IP core"
"Frameworks": ""
"Frameworks:Verification": "frameworks for verification"
"Resources": ""
"Resources:Books": ""
"Resources:Social Media": ""
"Resources:Websites": ""
"Resources:Weekly": ""
"Resources:Wiki": ""
"Services": ""
"Services:Code Quality": ""
"Services:Continuous Documentation": ""
"Services:Continuous Integration": ""
"Tools": ""
"Tools:Bitgen": ""
"Tools:Grammars": ""
"Tools:Intermediate Representation": ""
"Tools:Managers": ""
"Tools:Package Managers": ""
"Tools:Parsers": ""
"Tools:PnRs": ""
"Tools:Programmers": ""
"Tools:Simulators": ""
"Tools:Synthesizers": ""
"Tools:Verification": ""
"Tools:Waveform Viewer": ""
"Verification": ""
"Verification:Models": "single verification models"
"Verification:Models:Interface": "verification model for Interfaces"
"Verification:Models:Memory": "verification model for Memories"
menu:
main:
- identifier: "categories"
name: "Categories"
url: "/categories/"
weight: 1
- identifier: "tags"
name: "Tags"
url: "/tags/"
weight: 2
- identifier: "boards"
name: "Boards"
url: "/boards/"
weight: 3
- name: "About"
url: "/about/"
weight: 4