Skip to content

Commit ed10a0c

Browse files
authored
Merge pull request #2 from JuliaHPC/lr/improve
Improve layout and others
2 parents 77f33c6 + 0a1fd50 commit ed10a0c

12 files changed

+20
-226
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# JuliaOnHPCClusters
1+
# Julia On HPC Clusters
22

3-
Notes on how to use/set up Julia on HPC clusters. Visit the rendered website under [juliahpc.github.io](https://juliahpc.github.io).
3+
Notes on how to use/set up Julia on HPC clusters.
4+
5+
**Visit the rendered website under [juliahpc.github.io](https://juliahpc.github.io).**

website/_assets/element_chat.svg

-7
This file was deleted.

website/_assets/favicon.png

528 Bytes
Loading

website/_assets/julia-logo.svg

-10
This file was deleted.

website/_assets/juliahpc_logo.png

11.6 KB
Loading

website/_css/custom.css

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
22

3+
.im-10 {text-align: center;}
4+
.im-10 img {
5+
padding: 0;
6+
width: 10%;
7+
}
8+
39
h1 {
410
border-bottom: 1px solid #999 !important;
511
margin-bottom: 1em !important;

website/_css/poole_hyde.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ html {
267267
top: 0;
268268
left: 0;
269269
bottom: 0;
270-
width: 23rem;
270+
width: 19rem;
271271
text-align: left;
272272
}
273273
}

website/_layout/page_foot.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="page-foot">
22
<div class="copyright">
3-
<a href="https://github.com/carstenbauer/JuliaOnHPCClusters/"><b>Edit this page on <img class="github-logo" src="https://unpkg.com/[email protected]/dist/svg/logo-github.svg"></img></b></a><br>
3+
<a href="https://github.com/JuliaHPC/juliahpc.github.io/"><b>Edit this page on <img class="github-logo" src="https://unpkg.com/[email protected]/dist/svg/logo-github.svg"></img></b></a><br>
44
{{isnotpage /tag/*}}Last modified: {{ fill fd_mtime }}.{{end}} Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>.
55
</div>
66
</div>

website/_layout/sidebar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ <h1><a href="/">Julia On HPC Clusters</a></h1>
1616
<div class="course-section">For Users</div>
1717
<a class="sidebar-nav-item {{ispage user_gettingstarted/*}}active{{end}}" href="/user_gettingstarted/">Getting started</a>
1818
<a class="sidebar-nav-item {{ispage user_vscode/*}}active{{end}}" href="/user_vscode/">Visual Studio Code on HPC Clusters</a>
19-
<a class="sidebar-nav-item {{ispage user_faq/*}}active{{end}}" href="/user_faq/">FAQ</a>
2019
<a class="sidebar-nav-item {{ispage user_hpcprofiling/*}}active{{end}}" href="/user_hpcprofiling/">HPC profiling tools</a>
2120
<a class="sidebar-nav-item {{ispage user_hpcsystems/*}}active{{end}}" href="/user_hpcsystems/">HPC systems with Julia support</a>
21+
<a class="sidebar-nav-item {{ispage user_faq/*}}active{{end}}" href="/user_faq/">FAQ</a>
2222
<!-- <a class="sidebar-nav-item {{ispage user_jlls/*}}active{{end}}" href="/user_jlls/">JLLs and system software</a> -->
2323
<div class="course-section">For System Admins</div>
2424
<a class="sidebar-nav-item {{ispage sysadmin_julia/*}}active{{end}}" href="/sysadmin_julia/">How to provide Julia to users?</a>

website/_layout/style.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- style adjustments -->
55
<style>
66
html {font-size: 17px;}
7-
.franklin-content {position: relative; padding-left: 8%; padding-right: 5%; line-height: 1.35em;}
7+
.franklin-content {position: relative; padding-left: 1%; padding-right: 5%; line-height: 1.35em;}
88
@media (min-width: 940px) {
99
.franklin-content {width: 100%; margin-left: auto; margin-right: auto;}
1010
}

website/_literate/user_general.jl

-201
This file was deleted.

website/index.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title = "Julia On HPC Clusters"
44

55
# Julia on HPC clusters
66

7+
@@im-10
8+
![JuliaHPC](/assets/juliahpc_logo.png)
9+
@@
10+
711
👋 Welcome to the notes about the [Julia programming language](http://www.julialang.org/) on HPC clusters.
812

913
## Objective
@@ -35,10 +39,10 @@ PRs or via public or private communication:
3539
* Mirek Kratochvíl ([@exaexa](https://github.com/exaexa))
3640
* Pedro Ojeda ([@pojeda](https://github.com/pojeda))
3741
* Samuel Omlin ([@omlins](https://github.com/omlins)) - CSCS / ETHZ
38-
* Ludovic Räss ([@luraess](https://github.com/luraess)) - ETHZ
42+
* Ludovic Räss ([@luraess](https://github.com/luraess)) - Unil / ETHZ
3943
* Michael Schlottke-Lakemper ([@sloede](https://github.com/sloede)) - HLRS / RWTH
4044
* Erik Schnetter ([@eschnett](https://github.com/eschnett)) - PITP
4145
* Dinindu Senanayake ([@DininduSenanayake](https://github.com/DininduSenanayake))
4246
* Kjartan Thor Wikfeldt ([@wikfeldt](https://github.com/wikfeldt)) - ENCCS
4347

44-
(You think we forgot your name here? Please make a PR!)
48+
(You think we forgot your name here? Please make a PR!)

0 commit comments

Comments
 (0)