phoinixi / jsonresume-theme-stackoverflow

Stack Overflow theme for JSON Resume
https://francesco.netlify.app/
132 stars 134 forks source link

Skills: first keyword of each group starts with an extra space #50

Closed virgilwashere closed 4 years ago

virgilwashere commented 4 years ago

The JSON data file is correctly formed,

{
    "skills": [
        {
            "name": "Cloud Computing",
            "level": "Advanced",
            "keywords": [
                "AWS",
                "VMware",
                "DevOps",
                "distributed systems",
                "microservice",
                "IaaS",
                "PaaS",
                "SaaS"
            ]
        }
    ]
}

but the HTML rendering adds a starting space for each group of skills.

image

virgilwashere commented 4 years ago

Hmmm.. this must have been from stackoverflow2 or stackoverflow-plus.

Using this theme via https://registry.jsonresume.org/... is rendering correctly.

Sorry.