File tree 8 files changed +124
-4
lines changed 8 files changed +124
-4
lines changed Original file line number Diff line number Diff line change 1
- _site /
2
- .sass-cache /
3
- .jekyll-cache /
1
+ _site
2
+ .sass-cache
3
+ .jekyll-cache
4
4
.jekyll-metadata
5
+ vendor
Original file line number Diff line number Diff line change
1
+ ruby 2.6.5
Original file line number Diff line number Diff line change
1
+ source "https://rubygems.org"
2
+ gem "jekyll" , "~> 4.0.0"
Original file line number Diff line number Diff line change
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ addressable (2.7.0 )
5
+ public_suffix (>= 2.0.2 , < 5.0 )
6
+ colorator (1.1.0 )
7
+ concurrent-ruby (1.1.6 )
8
+ em-websocket (0.5.1 )
9
+ eventmachine (>= 0.12.9 )
10
+ http_parser.rb (~> 0.6.0 )
11
+ eventmachine (1.2.7 )
12
+ ffi (1.13.1 )
13
+ forwardable-extended (2.6.0 )
14
+ http_parser.rb (0.6.0 )
15
+ i18n (1.8.3 )
16
+ concurrent-ruby (~> 1.0 )
17
+ jekyll (4.0.1 )
18
+ addressable (~> 2.4 )
19
+ colorator (~> 1.0 )
20
+ em-websocket (~> 0.5 )
21
+ i18n (>= 0.9.5 , < 2 )
22
+ jekyll-sass-converter (~> 2.0 )
23
+ jekyll-watch (~> 2.0 )
24
+ kramdown (~> 2.1 )
25
+ kramdown-parser-gfm (~> 1.0 )
26
+ liquid (~> 4.0 )
27
+ mercenary (~> 0.3.3 )
28
+ pathutil (~> 0.9 )
29
+ rouge (~> 3.0 )
30
+ safe_yaml (~> 1.0 )
31
+ terminal-table (~> 1.8 )
32
+ jekyll-feed (0.15.0 )
33
+ jekyll (>= 3.7 , < 5.0 )
34
+ jekyll-sass-converter (2.1.0 )
35
+ sassc (> 2.0.1 , < 3.0 )
36
+ jekyll-seo-tag (2.6.1 )
37
+ jekyll (>= 3.3 , < 5.0 )
38
+ jekyll-watch (2.2.1 )
39
+ listen (~> 3.0 )
40
+ kramdown (2.3.0 )
41
+ rexml
42
+ kramdown-parser-gfm (1.1.0 )
43
+ kramdown (~> 2.0 )
44
+ liquid (4.0.3 )
45
+ listen (3.2.1 )
46
+ rb-fsevent (~> 0.10 , >= 0.10.3 )
47
+ rb-inotify (~> 0.9 , >= 0.9.10 )
48
+ mercenary (0.3.6 )
49
+ minima (2.5.1 )
50
+ jekyll (>= 3.5 , < 5.0 )
51
+ jekyll-feed (~> 0.9 )
52
+ jekyll-seo-tag (~> 2.1 )
53
+ pathutil (0.16.2 )
54
+ forwardable-extended (~> 2.6 )
55
+ public_suffix (4.0.5 )
56
+ rb-fsevent (0.10.4 )
57
+ rb-inotify (0.10.1 )
58
+ ffi (~> 1.0 )
59
+ rexml (3.2.4 )
60
+ rouge (3.20.0 )
61
+ safe_yaml (1.0.5 )
62
+ sassc (2.4.0 )
63
+ ffi (~> 1.9 )
64
+ terminal-table (1.8.0 )
65
+ unicode-display_width (~> 1.1 , >= 1.1.1 )
66
+ thread_safe (0.3.6 )
67
+ tzinfo (1.2.7 )
68
+ thread_safe (~> 0.1 )
69
+ tzinfo-data (1.2020.1 )
70
+ tzinfo (>= 1.0.0 )
71
+ unicode-display_width (1.7.0 )
72
+ wdm (0.1.1 )
73
+
74
+ PLATFORMS
75
+ ruby
76
+
77
+ DEPENDENCIES
78
+ jekyll (~> 4.0.0 )
79
+ jekyll-feed (~> 0.12 )
80
+ minima (~> 2.5 )
81
+ tzinfo (~> 1.2 )
82
+ tzinfo-data
83
+ wdm (~> 0.1.1 )
84
+
85
+ BUNDLED WITH
86
+ 2.1.4
Original file line number Diff line number Diff line change
1
+ < html >
2
+
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < link href ="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css " rel ="stylesheet ">
6
+ </ head >
7
+
8
+ < body class ="">
9
+ < div class ="container mx-auto p-8 ">
10
+ {{ content }}
11
+ </ div >
12
+ </ body >
13
+
14
+ </ html >
Original file line number Diff line number Diff line change 1
- Hello World!
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ < div class ="bg-white rounded-md space-y-6 md:flex md:space-x-6 md:space-y-0 ">
6
+ < img class ="h-32 w-32 rounded-full " src ="avatar.jpg ">
7
+ < div class ="">
8
+ < h2 class ="text-xl "> James King</ h2 >
9
+ < div class ="my-6 space-y-6 ">
10
+ < p > I am a designer and technologist. I have two main professional interests:</ p >
11
+ < p class ="ml-6 "> – How science can be organised to work better. I work on this at < a href ="https://www.science-practice.com " class ="underline font-semibold "> Science Practice</ a > .</ p >
12
+ < p class ="ml-6 "> – How healthcare can be personalised to the individual while being made more effective and less expensive. I work on this at < a href ="https://www.ctrl-group.com " class ="underline font-semibold "> Ctrl Group</ a > .</ p >
13
+ < p > I live in London.</ p >
14
+ < p > If you would like to get in touch, please feel free to email me:
< a href ="
mailto:[email protected] "
class ="
underline font-semibold "
> [email protected] </ a > .
</ p >
15
+ </ div >
16
+ </ div >
17
+ </ div >
You can’t perform that action at this time.
0 commit comments