Skip to content

Commit 6dd97f6

Browse files
author
Felix Oesterle
committed
Initialize homepage
0 parents  commit 6dd97f6

File tree

91 files changed

+5299
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+5299
-0
lines changed

archetypes/default.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

config.toml

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
baseurl = "http://www.example.com"
2+
title = "AvaFrame"
3+
4+
theme = "coder-portfolio"
5+
6+
DefaultContentLanguage = "en"
7+
8+
paginate = 20
9+
10+
pygmentsstyle = "b2"
11+
pygmentscodefences = true
12+
pygmentscodefencesguesssyntax = true
13+
pygmentsUseClasses = true
14+
15+
# disqusShortname = "yourdiscussshortname"
16+
17+
[params]
18+
author = "AvaFrame"
19+
description = "The open source avalanche framework"
20+
keywords = "project,avalanche"
21+
info = "The Open Avalanche Framework"
22+
avatarurl = "images/avatar.jpg"
23+
footercontent = "AvaFrame"
24+
fixedbarContent = "Want to contact us? Visit our matrix room at: "
25+
# fixedbarContentAfter = "Thank You! Please share it if you like it→"
26+
27+
hideCredits = false
28+
hideCopyright = false
29+
30+
# Bottom sns share
31+
snsShare = false
32+
# Popular sns share
33+
# if you want add sns. please message!
34+
enableTwitterShare = false
35+
enableFacebookShare = false
36+
enableHatenaShare = false
37+
enableLineShare = false
38+
enableLinkedInShare = false
39+
40+
thumbnail = "images/tn.png"
41+
42+
# Custom CSS
43+
custom_css = []
44+
45+
# Alignment of Mobile Menu items
46+
itemscentered = true
47+
48+
# RTL support
49+
rtl = false
50+
51+
langseparator = "|"
52+
53+
[languages]
54+
[languages.en]
55+
languagecode = "en"
56+
languagename = "English" # The language name to be displayed in the selector.
57+
title = "AvaFrame"
58+
59+
# You can configure the theme parameter for each language.
60+
[languages.en.params]
61+
author = "AvaFrame"
62+
info = "The open source avalanche framework"
63+
# description = "Yusuke Ishimi's personal website"
64+
# keywords = "blog,developer,personal"
65+
66+
[languages.en.menu] # It is possible to change the menu too.
67+
68+
[[languages.en.menu.main]]
69+
name = "About"
70+
weight = 1.0
71+
url = "about"
72+
73+
[[languages.en.menu.main]]
74+
name = "Posts"
75+
weight = 2.0
76+
url = "posts"
77+
78+
[[languages.en.menu.main]]
79+
name = "Contact"
80+
weight = 5
81+
url = "contact"
82+
83+
84+

content/about.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
+++
2+
title = "About AvaFrame"
3+
slug = "about"
4+
thumbnail = "images/tn.png"
5+
description = "about"
6+
+++
7+
8+
---
9+
10+
We are currently starting this project, so this space will get filled step by step
11+
12+
---
13+
14+
15+
16+
<!-- It makes use of a variety of open source projects including: -->
17+
18+
<!-- * [Cobra](https://github.com/spf13/cobra) -->
19+
<!-- * [Viper](https://github.com/spf13/viper) -->
20+
<!-- * [J Walter Weatherman](https://github.com/spf13/jWalterWeatherman) -->
21+
<!-- * [Cast](https://github.com/spf13/cast) -->
22+
23+
<!-- Learn more and contribute on [GitHub](https://github.com/spf13). -->
24+

content/avatar.jpg

13.6 KB
Loading

content/contact.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
title = "Contact"
3+
slug = "contact"
4+
thumbnail = "images/tn.png"
5+
description = "contact"
6+
+++
7+
8+
Visit our matrix room at:
9+
[#public:matrix.avaframe.org](https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org)
10+
11+
<!-- [Foo image](/pdf/20200214_Ausschreibung_Numeriker.pdf) -->

content/posts/AnnounceNumerics.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
+++
2+
draft = false
3+
date = 2020-02-27T13:00:08+01:00
4+
title = "Open position numerics"
5+
slug = "openpositionnumerics"
6+
tags = []
7+
categories = []
8+
thumbnail = "images/tn.png"
9+
description = ""
10+
+++
11+
12+
We currently seek to fill the following position
13+
14+
[Numerical developer/scientist for avalanche simulations](/pdf/20200214_Ausschreibung_Numeriker.pdf)
15+
16+
For details see the pdf, if you have any further questions please use the
17+
matrix room (see [contact](/contact)) or details provided in the pdf.

content/posts/theme-demo.md

+87
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
+++
2+
date = "2018-08-03"
3+
title = "Theme Demo"
4+
math = "true"
5+
draft = true
6+
7+
+++
8+
9+
## Style Demo
10+
11+
# h1 Heading
12+
## h2 Heading
13+
### h3 Heading
14+
#### h4 Heading
15+
##### h5 Heading
16+
###### h6 Heading
17+
18+
19+
---
20+
21+
**This is bold text**
22+
23+
__This is bold text__
24+
25+
*This is italic text*
26+
27+
_This is italic text_
28+
29+
~~Deleted text~~
30+
31+
This is text with inline math $\sum_{n=1}^{\infty} 2^{-n} = 1$ and with math blocks:
32+
33+
$$
34+
\sum_{n=1}^{\infty} 2^{-n} = 1
35+
$$
36+
37+
| Heading | Another heading |
38+
| :----: | :-------------: |
39+
| text | text |
40+
| text | text |
41+
| text | text |
42+
43+
> Block quotes are
44+
> written like so.
45+
>
46+
> They can span multiple paragraphs,
47+
> if you like.
48+
49+
Some text, and some `code` and then a nice plain [link with title](https://github.com/davidhampgonsalves/davidhampgonsalves.com-hugo "title text!").
50+
51+
and then
52+
53+
+ Create a list by starting a line with `+`, `-`, or `*`
54+
+ Sub-lists are made by indenting 2 spaces:
55+
- Marker character change forces new list start:
56+
* Ac tristique libero volutpat at
57+
+ Very easy!
58+
59+
vs.
60+
61+
1. Lorem ipsum dolor sit amet
62+
2. Consectetur adipiscing elit
63+
3. Integer molestie lorem at massa
64+
65+
## Code
66+
67+
Inline `code`
68+
69+
``` js
70+
var foo = function (bar) {
71+
return bar++;
72+
};
73+
74+
console.log(foo(5));
75+
```
76+
77+
## Private Content
78+
79+
You can create private content with this short code
80+
81+
```
82+
{% private %}
83+
Write private content here
84+
{% /private %}
85+
```
86+
87+
When using for inspection, please add "{}" so that you can see the notation of shortcode

layouts/.gitkeep

Whitespace-only changes.

public/404.html

+116
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
7+
<title>My New Hugo Site </title>
8+
<meta name="viewport" content="width=device-width,minimum-scale=1">
9+
<meta name="generator" content="Hugo 0.64.0" />
10+
11+
12+
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
13+
14+
15+
16+
17+
<link href="/dist/css/app.1cb140d8ba31d5b2f1114537dd04802a.css" rel="stylesheet">
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
<meta property="og:title" content="404 Page not found" />
29+
<meta property="og:description" content="" />
30+
<meta property="og:type" content="website" />
31+
<meta property="og:url" content="http://example.org/404.html" />
32+
33+
<meta itemprop="name" content="404 Page not found">
34+
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/>
35+
<meta name="twitter:title" content="404 Page not found"/>
36+
<meta name="twitter:description" content=""/>
37+
38+
</head>
39+
40+
<body class="ma0 avenir bg-near-white">
41+
42+
43+
44+
<header>
45+
<div class="bg-black">
46+
<nav class="pv3 ph3 ph4-ns" role="navigation">
47+
<div class="flex-l justify-between items-center center">
48+
<a href="http://example.org/" class="f3 fw2 hover-white no-underline white-90 dib">
49+
My New Hugo Site
50+
</a>
51+
<div class="flex-l items-center">
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
</div>
71+
</div>
72+
</nav>
73+
74+
</div>
75+
</header>
76+
77+
78+
<main class="pb7" role="main">
79+
80+
<article class="center cf pv5 measure-wide-l">
81+
<h1>
82+
This is not the page you were looking for
83+
</h1>
84+
</article>
85+
86+
</main>
87+
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
88+
<div class="flex justify-between">
89+
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://example.org/" >
90+
&copy; My New Hugo Site 2020
91+
</a>
92+
<div>
93+
94+
95+
96+
97+
98+
99+
100+
101+
102+
103+
104+
105+
106+
</div>
107+
</div>
108+
</footer>
109+
110+
111+
112+
<script src="/dist/js/app.3fc0f988d21662902933.js"></script>
113+
114+
115+
</body>
116+
</html>

public/avatar.jpg

13.6 KB
Loading

0 commit comments

Comments
 (0)