File tree Expand file tree Collapse file tree 12 files changed +174
-526
lines changed Expand file tree Collapse file tree 12 files changed +174
-526
lines changed Original file line number Diff line number Diff line change 2
2
{{ insert masthead.html }}
3
3
< div class ="initial-content ">
4
4
< div id ="main " role ="main ">
5
- < div class ="sidebar sticky ">
6
- < div itemscope itemtype ="https://schema.org/Person ">
7
- < div class ="author__avatar ">
8
- < img src ="/assets/minimal-mistakes/zenobia.png " alt ="Septimia Zenobia " itemprop ="image ">
9
- </ div >
10
- < div class ="author__content ">
11
- < h3 class ="author__name " itemprop ="name "> Septimia Zenobia</ h3 >
12
- < p class ="author__bio " itemprop ="description "> Probably not a commoner.</ p >
13
- </ div >
14
- < div class ="author__urls-wrapper ">
15
- < button class ="btn btn--inverse "> Follow</ button >
16
- < ul class ="author__urls social-icons ">
17
- < li itemprop ="homeLocation " itemscope itemtype ="https://schema.org/Place ">
18
- < i class ="fas fa-fw fa-map-marker-alt " aria-hidden ="true "> </ i > < span itemprop ="name "> Palmyra</ span > </ li >
19
- < li > < a href ="https://twitter.com/mmistakes " rel ="nofollow noopener noreferrer "> < i class ="fab fa-fw fa-twitter-square " aria-hidden ="true "> </ i > Twitter</ a > </ li >
20
- < li > < a href ="https://github.com/mmistakes " rel ="nofollow noopener noreferrer "> < i class ="fab fa-fw fa-github " aria-hidden ="true "> </ i > GitHub</ a > </ li >
21
- </ ul >
22
- </ div >
23
- </ div >
24
- </ div >
Original file line number Diff line number Diff line change 10
10
< div class ="page__footer-follow ">
11
11
< ul class ="social-icons ">
12
12
< li > < strong > Follow:</ strong > </ li >
13
- < li > < a href ="https://twitter.com/mmistakes " rel ="nofollow noopener noreferrer "> < i class ="fab fa-fw fa-twitter-square " aria-hidden ="true "> </ i > Twitter</ a > </ li >
14
- < li > < a href ="https://github.com/mmistakes " rel ="nofollow noopener noreferrer "> < i class ="fab fa-fw fa-github " aria-hidden ="true "> </ i > GitHub</ a > </ li >
13
+ <!-- < li><a href="https://twitter.com/mmistakes" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> -- >
14
+ < li > < a href ="https://github.com/JuliaParallel " rel ="nofollow noopener noreferrer "> < i class ="fab fa-fw fa-github " aria-hidden ="true "> </ i > GitHub</ a > </ li >
15
15
</ ul >
16
16
</ div >
17
17
< div class ="page__footer-copyright "> © {{ fill author }}. Powered by < a href ="https://github.com/tlienart/Franklin.jl "> Franklin</ a > & < a href ="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/ " rel ="nofollow "> Minimal Mistakes</ a > .</ div >
Original file line number Diff line number Diff line change 2
2
< div class ="masthead__inner-wrap ">
3
3
< div class ="masthead__menu ">
4
4
< nav id ="site-nav " class ="greedy-nav ">
5
- < a class ="site-title " href ="/ "> Minimal Mistakes </ a >
5
+ < a class ="site-title " href ="/ "> JuliaParallel </ a >
6
6
< ul class ="visible-links ">
7
- < li class ="masthead__menu-item "> < a href ="/franklin/ " > Franklin</ a > </ li >
8
- < li class ="masthead__menu-item "> < a href ="/menu1/ " > Code blocks</ a > </ li >
9
- < li class ="masthead__menu-item "> < a href ="/menu2/ " > More Goodies</ a > </ li >
10
- < li class ="masthead__menu-item "> < a href ="/menu3/ "> Tags</ a > </ li >
7
+ < li class ="masthead__menu-item "> < a href ="/news/ "> News</ a > </ li >
8
+ < li class ="masthead__menu-item "> < a href ="https://github.com/JuliaParallel "> Github</ a > </ li >
11
9
</ ul >
12
10
< button class ="greedy-nav__toggle hidden " type ="button ">
13
11
< span class ="visually-hidden "> Toggle menu</ span >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ignore = ["node_modules/"]
15
15
generate_rss = true
16
16
website_title = "JuliaParallel"
17
17
website_descr = "JuliaParallel"
18
- website_url = "https://juliaparallel.github.io / "
18
+ website_url = "https://juliaparallel.org / "
19
19
+++
20
20
21
21
<!--
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
< html lang ="en " class ="no-js ">
9
9
< head >
10
10
< meta charset ="utf-8 ">
11
- < title > Minimal Mistakes </ title >
11
+ < title > JuliaParallel </ title >
12
12
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
13
13
< script >
14
14
document . documentElement . className = document . documentElement . className . replace ( / \b n o - j s \b / g, '' ) + ' js ' ;
36
36
< body class ="layout--splash ">
37
37
{{ insert masthead.html }}
38
38
39
+ < div class ="initial-content ">
40
+ < div id ="main " role ="main ">
41
+ {{recentnews}}
42
+
43
+ <!--
39
44
<div class="initial-content">
40
45
<div class="page__hero--overlay"
41
46
style="background-color: #5e616c; background-image: url('/assets/minimal-mistakes/mm-home-page-feature.jpg');">
@@ -95,5 +100,6 @@ <h2 class="archive__item-title">100% free</h2>
95
100
</div>
96
101
</section>
97
102
</article>
103
+ -->
98
104
99
105
{{ insert foot.html }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments