Skip to content

Commit caea8b7

Browse files
committed
* add social preview
1 parent eb36dc4 commit caea8b7

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

index.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,45 @@
77
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
88
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
10+
11+
<!-- Twitter Cards -->
12+
<meta name="twitter:title" content="mulle-objc Project">
13+
<meta name="twitter:description" content="+[mulle-objc goals]
14+
Improve and maintain Objective-C for use in the next decades
15+
Run everywhere C runs
16+
Everything faster than everyone else
17+
Enable static linking
18+
Enable massive threading
19+
The runtime should be completely unloadable
20+
Should work in real time applications
21+
No magic
22+
Keep the Spirit of C...">
23+
<meta name="twitter:site" content="@mulle_nat">
24+
<meta name="twitter:creator" content="@mulle_nat">
25+
26+
<meta name="twitter:card" content="summary_large_image">
27+
<meta name="twitter:image" content="https://mulle-objc.github.io/pix/default-thumb.png">
28+
29+
<!-- Open Graph -->
30+
<meta property="og:locale" content="en_US">
31+
<meta property="og:type" content="article">
32+
<meta property="og:title" content="Intro">
33+
<meta property="og:description" content="+[mulle-objc goals]
34+
Improve and maintain Objective-C for use in the next decades
35+
Run everywhere C runs
36+
Everything faster than everyone else
37+
Enable static linking
38+
Enable massive threading
39+
The runtime should be completely unloadable
40+
Should work in real time applications
41+
No magic
42+
Keep the Spirit of C...">
43+
<meta property="og:url" content="https://mulle-objc.github.io">
44+
<meta property="og:site_name" content="mulle-objc Project">
45+
<meta property="og:image" content="https://mulle-objc.github.io/pix/default-thumb.png">
46+
<meta property="og:logo" content="https://mulle-objc.github.io/pix/mulle-objc-logo-opaque-48x48.png">
47+
48+
1049
<style>
1150
.dennis-wrapper {
1251
overflow: hidden;

jb_beam.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

pix/default-thumb.png

168 KB
Loading

0 commit comments

Comments
 (0)