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

config-empty.toml « exampleSite - github.com/xaviablaza/hugo-lodi-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c0aa03205034e9d2c617513c5ef2e19d04bc2c6 (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
baseURL = "localhost:1313"
languageCode = "en-us"
title = "My Portfolio Website"
theme = "hugo-lodi-theme"
# googleAnalytics = "UA-XXXXXXXX-Y"

[params]
    # head theme color
    theme_color = ""

    # head description
    # This is what appears on the preview when posting this site on Facebook for example
    description = ""

    # head photo
    # This is what appears on the preview when posting this site on Facebook for example
    description_photo = "portfolio.jpg"

    # favicon image (512x512px), place this in the static/img folder
    favicon = "favicon.png"

    # logo image (204x204px), place this in the static/img folder
    # this appears on the top left of the navigation
    logo = "logo.png"

    # Email
    # email = ""

    # Facebook username
    # facebook = ""

    # Twitter username
    # twitter = "asdf"

    # Dribbble username
    # dribbble = ""

    # LinkedIn URL
    # linkedin = ""

    # Medium username
    # medium = "asdf"

    # Github username
    # github = ""

[params.nav]
    enable = true

[params.hero]
    enable = true

    # Place this image in the static/img folder
    avatar = "avatar.jpg"
    subtitle = "Hi! I'm Juan, a front-end developer from Manila."

    # Each element in this array makes a new <p> tag
    # You can write this text in markdown
    hero_right = [
    "**This is a bold paragraph** and it's amazing.",
    "This is my [GitHub](https://github.com/xaviablaza). It's pretty cool.",
    "I also do a lot of coding if you didn't already know.",
    "I study at XYZ University and I expect to graduate in 2050.",
    "Please enjoy the rest of my website."]

    # Link to your resume, place your PDF in the /static folder
    resume = "resume.pdf"

[params.process]
    enable = true
    title = "My Process"
    subtitle = "Full Process Design"

[params.case_studies]
    enable = true
    title = "Case Studies"
    subtitle = "Selected Works"

[params.footer]
    enable = true