Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.yaml « exampleSite - github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9df7453597eeee9647960a1348a82bedc46d5217 (plain)
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
baseURL: "https://hugo-profile.netlify.app"
languageCode: "en-us"
title: "Hugo Profile"

Paginate: 3

Menus:
  main:
    - identifier: blog
      name: Blog
      title: Blog posts
      url: /blogs
      weight: 1

    #Dropdown menu
    - identifier: dropdown
      title: Example dropdown menu
      name: Dropdown
      weight: 2
    - identifier: dropdown1
      title: example dropdown 1
      name: example 1
      url: /#
      parent: dropdown
      weight: 1
    - identifier: dropdown2
      title: example dropdown 2
      name: example 2
      url: /#
      parent: dropdown
      weight: 2

params:
  title: "Hugo Profile"
  description: Text about my cool site
  favicon: "/fav.png"

  theme:
    disableThemeToggle: false

  # font:
  #   fontSize: 1.5rem # default: 1rem
  #   fontWeight: 500 # default: 400
  #   lineHeight: 1 # default: 1.5
  #   textAlign: right # default: left

  # color preference
  # color:
  #   textColor: 
  #   secondaryTextColor:
  #   backgroundColor:
  #   primaryColor:
  #   secondaryColor:

  #   darkmode:
  #     textColor: 
  #     secondaryTextColor:
  #     backgroundColor:
  #     primaryColor:
  #     secondaryColor:

  # If you want to customize the menu, you can change it here
  # navbar:
  #   align: mx-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto
  #   brandLogo: "/logo.png" # Logo for the brand | default is the favicon variable
  #   brandName: "Profile" # Brand name for the brand | default is the title variable

  #   menus:
  #     disableAbout: true
  #     disableExperience: true
  #     disableEducation: true
  #     disableProjects: true
  #     disableAchievements: true
  #     disableContact: true

  # Achievements
  achievements:
    enable: true
    items:  
      - title: Competition winner
        content: We are developed a product which can help others.
        url: https://example.com
      - title: Competition winner
        content: We are developed a product which can help others.
        url: "!#"
      - title: Competition winner
        content: We are developed a product which can help others.
        url: "#"
      - title: Competition winner
        content: We are developed a product which can help others.
        url: "!#"
      - title: Competition winner
        content: We are developed a product which can help others.
        url: https://example.com

  # projects
  projects:
    enable: true
    items:
      - title: Project 1
        content: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
        image: https://hugo-toha.github.io/posts/shortcodes/boat.jpg
        featured:
          name: featured
          link: https://example.com
        badges:
          - "HTML"
          - "CSS"
          - "JavaScript"
        links:
          - icon: fa fa-envelope
            url: https://example.com
          - icon: fab fa-github
            url: https://example.com
          - icon: fab fa-twitter
            url: https://example.com
      - title: Project 2
        content: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
        image: https://hugo-toha.github.io/posts/shortcodes/boat.jpg
        featured:
          name: featured
          link: https://example.com
        badges:
          - "HTML"
          - "CSS"
          - "JavaScript"
        links:
          - icon: fa fa-envelope
            url: https://example.com
          - icon: fab fa-github
            url: https://example.com
          - icon: fab fa-twitter
            url: https://example.com

  #Contact
  contact:
    enable: true
    content: My inbox is always open. Whether you have a question or just want to say hi, I’ll try my best to get back to you!
    email: gurusabarisha@gmail.com
    btnName: Mail me

  footer:
    # recentPosts: false
    socialNetworks:
      github: https://github.com
      linkedin: https://linkedin.com
      twitter: https://twitter.com
      instagram: https://instagram.com
      facebook: https://facebook.com