mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
Fix social text
This commit is contained in:
parent
a04970fb12
commit
11fb58790b
@ -34,7 +34,7 @@
|
||||
New blog post: {{ page.title }} - {{page.excerpt}}
|
||||
{% endcapture %}
|
||||
<div class="e-bridgy-mastodon-content hidden">
|
||||
{{ page.social_text | default_mastodon_text }}
|
||||
{{ page.social_text | default: default_mastodon_text }}
|
||||
<img src = "{{ page.social_image }}"
|
||||
class = "u-featured"
|
||||
alt="{{page.alt | xml_escape }}">
|
||||
|
@ -9,6 +9,8 @@ mathjax: false
|
||||
|
||||
# Project Ideas
|
||||
|
||||
* add bot blocking https://blog.cloudflare.com/declaring-your-aindependence-block-ai-bots-scrapers-and-crawlers-with-a-single-click/
|
||||
|
||||
* Add stylised toon shading to the outline renderer. Ie take the dot product between the light direction and the normal direction, soft threshold it and then use either a shadow colour or a highlight colour.
|
||||
|
||||
* Take on board some ideas from https://plainvanillaweb.com/index.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user