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 22 {{ insert masthead.html }}
33 < div class ="initial-content ">
44 < 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 1010 < div class ="page__footer-follow ">
1111 < ul class ="social-icons ">
1212 < 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 >
1515 </ ul >
1616 </ div >
1717 < 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 22 < div class ="masthead__inner-wrap ">
33 < div class ="masthead__menu ">
44 < nav id ="site-nav " class ="greedy-nav ">
5- < a class ="site-title " href ="/ "> Minimal Mistakes </ a >
5+ < a class ="site-title " href ="/ "> JuliaParallel </ a >
66 < 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 >
119 </ ul >
1210 < button class ="greedy-nav__toggle hidden " type ="button ">
1311 < span class ="visually-hidden "> Toggle menu</ span >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ignore = ["node_modules/"]
1515generate_rss = true
1616website_title = "JuliaParallel"
1717website_descr = "JuliaParallel"
18- website_url = "https://juliaparallel.github.io / "
18+ website_url = "https://juliaparallel.org / "
1919+++
2020
2121<!--
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88< html lang ="en " class ="no-js ">
99 < head >
1010 < meta charset ="utf-8 ">
11- < title > Minimal Mistakes </ title >
11+ < title > JuliaParallel </ title >
1212 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
1313 < script >
1414 document . documentElement . className = document . documentElement . className . replace ( / \b n o - j s \b / g, '' ) + ' js ' ;
3636< body class ="layout--splash ">
3737{{ insert masthead.html }}
3838
39+ < div class ="initial-content ">
40+ < div id ="main " role ="main ">
41+ {{recentnews}}
42+
43+ <!--
3944<div class="initial-content">
4045 <div class="page__hero--overlay"
4146 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>
95100 </div>
96101 </section>
97102 </article>
103+ -->
98104
99105 {{ insert foot.html }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments