kjaymiller / kjaymiller/render_engine_theme_kjaymiller

Move social into Render Engine `site_vars`

Open
#38 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Description

While I don't expect people to build with it all that much. It would be help as a way to shortcut some code to include social links in site_vars instead of themes.

Example:
```markdown
You can message me on [mastodon]({{social['mastododon']}})
```

vs.

```markdown
You can message me on [mastodon]({{theme.social['mastodon']}})
```

This starts to set a precedent on when [things should go in site_vars and when things should be theme specific]()(WIKI LINK TBD).

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the Render Engine code that exposes theme.social and site_vars, then compare how templates resolve each variable. Confirm where social links should live, update the relevant theme and site-variable handling, and verify that the example template can use site_vars without relying on theme.social.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, tailwindcss
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.