-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(social-links): allow subreddit #1371
Merged
daattali
merged 1 commit into
daattali:master
from
ReenigneArcher:feat/social-links/allow-subreddit
Sep 20, 2024
Merged
feat(social-links): allow subreddit #1371
daattali
merged 1 commit into
daattali:master
from
ReenigneArcher:feat/social-links/allow-subreddit
Sep 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ReenigneArcher
force-pushed
the
feat/social-links/allow-subreddit
branch
from
September 8, 2024 01:44
38d4d8b
to
b612940
Compare
looks good, thanks! |
jlbrooks
added a commit
to jlbrooks/jlbrooks.github.io
that referenced
this pull request
Nov 5, 2024
* Add Mastodon profile verification (daattali#933) See https://docs.joinmastodon.org/user/profile/#fields * Add New Comment options (daattali#960) * Init dev branch * Fix dev branch * Forgot to add commentbox.html * Testing discussbot integration * forgot comments.html * remove my credentials * Update _config.yml Change comments to offer unambiguous descriptions of variables. * remove discussbot * Update CHANGELOG.md Co-authored-by: Karsten Ng <7u9nazbc7@mozmail.com> * add commentbox to readme * add commentbox to readme * adding kaggle social link (daattali#961) * Update social-networks-links.html * Update _config.yml * add news item for kaggle social media * added hackerrank social media network (daattali#978) * add news item for hacerrank * Markup home page content lists and tags as lists (daattali#950) * Markup home page content lists and tags as lists * Fix styling after markup changes * Fix typo * fix a couple visual issues * make sure the divider line between posts shows up Co-authored-by: Dean Attali <dean@attalitech.com> * Update CHANGELOG.md * add 'edit this page' button; closes daattali#1004 * Fixes daattali#765 (daattali#1010) * Fixes daattali#765 * Update beautifuljekyll.css * Update beautifuljekyll.css Co-authored-by: Dean Attali <dean@attalitech.com> * Update CHANGELOG.md * more readable format for config file * Add `navbar-var-length` config parameter (daattali#1011) * add navbar-var-length config option * fix endif -> endunless * replaced var with const (daattali#1049) * trigger GH actions * update actions/checkout to v3 because of node deprecation warning; fixes daattali#1099 * google analytics config setting: encourage gtag, discourage google_analytics (fixes daattali#1096) * Discord supports old and new invite code styles (daattali#1135) * remove cover image * Delete index.html * Update README.md * new github workflow instructions * Update README.md * Add files via upload * remove sponsor * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * replace var with let or const in javascript; fixes daattali#1048 * update readme * update gem versions to what GitHub Pages uses * Update LICENSE * Update base.html * Update beautifuljekyll.js * add webrick to gemspec because it isnt included in ruby3 anymore * Update README.md * Update README.md * Update README.md * show warning message if old Universal Analytics is used * format changelog for v6 * Update CHANGELOG.md * update gemspec to version 6 * bump hotfix version to allow gems to use any jekyll version and to use webrick in runtime rather than only in dev * google analytics message: add padding around * be explicit about jekyll version to fix github action * Update beautiful-jekyll-theme.gemspec * Update beautiful-jekyll-theme.gemspec * Update README.md * Allow changing the order of the social network links that appear in the footer; fixes daattali#1152 * Update issue_template.md * fixed bug where hovering over search results showed the string {desc}; fixes daattali#1156 * Add GitLab to the list of social media sources (daattali#1168) * Add GitLab to the list of social media sources * Update CHANGELOG.md --------- Co-authored-by: Dean Attali <dean@attalitech.com> * remove unneeded images * Rename 2020-02-28-test-markdown.md to 2020-02-28-sample-markdown.md * Update 2020-02-28-sample-markdown.md * Add files via upload * Update CHANGELOG.md * readme: link to sample markdown post * Update README.md * remove duplicate css * add support for header-extra parameter * Add sponsor to readme * Add Bluesky to social network links (daattali#1218) * fix google scholar link construction (daattali#1187) (daattali#1189) * Add robots.txt (daattali#1224) * Update robots.txt * Delete robots.txt * pagination: change arrows to fontawesome and dont show text on small screens * Update CHANGELOG.md * use slash instead of empty string for absolute url, try to fix links in 'jekyll build' * Add support for author in YAML parameters (daattali#1220) * Made the footer stick to the bottom; fixes daattali#576 (daattali#1226) * post navigation: move arrow to correct location * page naviation: move arrow to correct location * bug fix: escape characters in url in searchjson; fixes daattali#1232 * simplify header html; alternative to daattali#1227 * change role=main to main tag * fix layouy bug where code blocks dont scroll horizontally; fixes daattali#1235 * Update README.md * update default youtube string in footer * add support for favicon.ico file; related to daattali#1234 and daattali#1249 * Yelp url bug fix (daattali#1259) (daattali#1260) * Add itch.io social network link to the commented out entries (daattali#1268) * Add a title-on-all-pages site option (daattali#1272) * Update _config.yml * Updated Search Bar (daattali#1265) * Relax version constraint for kramdown to support latest version of github-pages (daattali#1290) * Fix GitHub Actions for Jekyll 4.x (daattali#1276) * github action: update checkout to latest v4 * Added Whatsapp to social network (daattali#1299) * Update CHANGELOG.md * add mathjax YAML parameter to support mathjax expressions; closes daattali#195 * feat(social): add untappd (daattali#1307) * Update CHANGELOG.md * Use CSS variables; fixes daattali#661 (daattali#1312) * add missing semicolons in css * readme: add next step to read jekyll docs * upgrade fontawesoem to 6.5.2; fixes 1330 * change twitter icon to X; fixes daattali#1193 * escpe backslash in search results; fixes daattali#1279 * move search to its own file; fixes 1284 * feat(social-links): allow subreddit (daattali#1371) * update changelog * ci(workflow): ensure relative_url is used (daattali#1374) --------- Co-authored-by: Stefan Leibfarth <github@leibfarth.org> Co-authored-by: Karsten Ng <qiuhd17p@anonaddy.me> Co-authored-by: Karsten Ng <7u9nazbc7@mozmail.com> Co-authored-by: Dean Attali <daattali@gmail.com> Co-authored-by: 洪健翔 Hung, Chien-Hsiang <77676044+chienhsiang-hung@users.noreply.github.com> Co-authored-by: tanersekmen <56790802+tanersekmen@users.noreply.github.com> Co-authored-by: Dean Attali <dean@attalitech.com> Co-authored-by: Jefferson Bledsoe <me@jeffersonbledsoe.com> Co-authored-by: Arnaud Dagnelies <arnaud.dagnelies@gmail.com> Co-authored-by: Vincent Tam <VincentTam@users.noreply.github.com> Co-authored-by: Nico is LOST <Nicolaos.Lemieux@gmail.com> Co-authored-by: Alejandro G. Vallejo <vallejo.searcher@gmail.com> Co-authored-by: Alex Chohlas-Wood <chohlasa@gmail.com> Co-authored-by: Richard Decal <crypdick@users.noreply.github.com> Co-authored-by: Stephen Schwetz <stephen@schwetz.com.au> Co-authored-by: Stephen Schwetz <stephen@schwetz.au> Co-authored-by: ch0c0l8ra1n <073bct532.rajat@pcampus.edu.np> Co-authored-by: tsolloway <tsolloway@gmail.com> Co-authored-by: Chadow <83732118+Chadowo@users.noreply.github.com> Co-authored-by: Quinn <quinn@fishpercolator.co.uk> Co-authored-by: Taranjeet Singh Bedi <taranjeetsinghbedi2@gmail.com> Co-authored-by: Daniel <daniel.pfund@gmail.com> Co-authored-by: Adam Setch <adam.setch@outlook.com> Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Co-authored-by: Jacob Brooks <jlbrooks@hey.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR allows using a subreddit social account by prefixing the name with
r/
.Additionally, some trailing whitespace was removed in the files I modified.