forked from abhinavs/moonwalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.yml
101 lines (75 loc) · 2.4 KB
/
home.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
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
94
95
96
97
98
99
navbar_entries:
- title: about
url: about
- title: blog
url: blog
- title: website
url: https://www.abhinav.co
project_entries:
- title: Project 1
url: overview-post
desc: This is an example project, configured in _data/home.yml
- title: Project 2
url: overview-post
desc: Projects are shown in card layout
- title: Project 3
url: overview-post
desc: You can control visibility from _config.yml file
- title: Project 4
url: overview-post
desc: This project uses highlight markup, configured in _data/home.yml
highlight: WIP
- title: Project 5
url: overview-post
desc: Moonwalk also has horizontal list (used in header and footer)
highlight: WIP
- title: Project 6
url: overview-post
desc: It also has a scalable vertical list (in case you need it)
old_project_entries:
- title: Soopr
url: https://www.soopr.co
desc: Delight your readers - add beautiful share and like buttons easily to your websites
highlight: NEW
- title: Cookie
url: https://github.com/abhinavs/cookie
desc: An open source landing website with supporting pages and integrated blog
- title: Moonwalk
url: https://github.com/abhinavs/moonwalk
desc: A fast and minimalist Jekyll blog theme with clean dark mode
- title: Humangous
url: https://www.humangous.co
desc: The better people know you, the better they collaborate
footer_entries:
- title: abhinav's homepage
url: https://www.abhinav.co
- title: twitter
url: https://twitter.com/abhinav
- title: github
url: https://github.com/abhinavs
- title: feed
url: feed.xml
misc_entries:
- title: this is an example vertical list
url: false
- title: you can show or hide using a boolean flag in _config.yml
url: false
- title: and you can add data in _data/home.yml
url: false
- title: Blog posts
post_list: true
url: false
- title: moonwalk on the Internet
url: false
entries:
- title: on Github
url: https://github.com/abhinavs/moonwalk
- title: originally built for abhinav's homepage
url: https://www.abhinav.co
- title: this list is scalable and can be nested
url: false
entries:
- title: this is nested inside a nested list
url: false
- title: it is easy to use, see _data/home.yml to see how to configure it.
url: false