Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utterances, content license and roadmap using bulma-steps #48

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
3,399 changes: 3,399 additions & 0 deletions LICENSE-CC-BY-SA

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ navbar_items = [
{ url = "$BASE_URL/docs", name = "Docs" },
{ url = "$BASE_URL/tags", name = "Tags" },
{ url = "$BASE_URL/categories", name = "Categories" },
{ url = "$BASE_URL/docs/donate", name = "Donate" },
] },
]

Expand Down Expand Up @@ -201,5 +202,11 @@ google = "UA-176984489-2"
[extra.commenting]
disqus = "deepthought-theme"

[extra.utterances]
theme = "preferred-color-scheme"
repo = "repo-config"
issueterm="title"
label = "comment2"

[extra.mapbox]
access_token = "pk.eyJ1IjoicmF0YW5zaHJlc2h0aGEiLCJhIjoiY2tla2s2NmM3MDd0ZzJzbXFtc3Y2YmU0NyJ9.0RhUnJPKbxHWw3xGPnnBlA"
45 changes: 44 additions & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,47 @@ description = "The Answer to the Ultimate Question of Life, the Universe, and Ev

**DeepThought** is a computer that was created by a pan-dimensional, hyper-intelligent species of beings (whose three-dimensional protrusions into our universe are ordinary white mice) to come up with the Answer to The Ultimate Question of Life, the Universe, and Everything. DeepThought is the size of a small city. When, after seven and a half million years of calculation, the answer finally turns out to be 42, DeepThought admonishes Loonquawl and Phouchg (the receivers of the Ultimate Answer) that "[she] checked it very thoroughly, and that quite definitely is the answer. I think the problem, to be quite honest with you is that you've never actually known what the question was."

DeepThought does not know the ultimate question to Life, the Universe and Everything, but offers to design an even more powerful computer, Earth, to calculate it. After ten million years of calculation, the Earth is destroyed by Vogons five minutes before the computation is complete.
DeepThought does not know the ultimate question to Life, the Universe and Everything, but offers to design an even more powerful computer, Earth, to calculate it. After ten million years of calculation, the Earth is destroyed by Vogons five minutes before the computation is complete.
<div>
<ul class="steps is-vertical is-narrow is-medium is-centered has-content-centered">
<li class="steps-segment">
<span href="#" class="steps-marker"></span>
<div class="steps-content">
<p class="is-size-4">2000</p>
<p>Lorem Ipsum Dolor Sit Amet</p>
</div>
</li>
<li class="steps-segment">
<span href="#" class="steps-marker is-hollow"></span>
<div class="steps-content">
<p class="is-size-4">2002</p>
<p>Maecenas Ultrices Aliquet Velit Vitae</p>
</div>
</li>
<li class="steps-segment">
<span class="steps-marker">
<span class="icon">
<i class="fa fa-check"></i>
</span>
</span>
<div class="steps-content">
<p class="is-size-4">2007</p>
<p>Aliquam Quis Scelerisque Mauris Nullam</p>
</div>
</li>
<li class="steps-segment is-active has-gaps">
<span class="steps-marker"></span>
<div class="steps-content">
<p class="is-size-4">2012</p>
<p>Etiam A Nunc Vitae Nunc</p>
</div>
</li>
<li class="steps-segment">
<span class="steps-marker"></span>
<div class="steps-content">
<p class="is-size-4">2017</p>
<p>In Sed Vehicula Est Vivamus</p>
</div>
</li>
</ul>
</div>
28 changes: 28 additions & 0 deletions content/docs/contribution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
+++
title = "Contribution Guidelines"
description = "Contribution guidelines"
date = 2021-12-15
[taxonomies]
categories = ["Documentation"]
tags = ["contribute", "zola"]

[extra]
comments = false
+++

General guidelines for contributing to the project.

<!-- more -->

# Main goals

## Be data driven
- Opinion shall be backed by research and data,
- benchmarks by code and deployment scripts

# Engineering approach

Even for conceptual topics such as ethics or enterprise architecture, there should be path to be implemented in real would: student's head or software working in production considered to be real world.

# How to contribute
Check out supported shortcuts [Extended Shortcuts](@/docs/extended-shortcodes/index.md)
15 changes: 15 additions & 0 deletions content/docs/donate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "Support project by contributing"
description = "Support project by contributing financially or technically"
date = 2020-08-31
[taxonomies]
categories = ["donations","open-source"]
tags = ["donate", "support"]

[extra]
comments = false
+++

This is a small example post of stuff you can do with the `DeepThought` theme.
We'll try to represent all possible markdown and shortcode combinations here
so you can develop easily.
12 changes: 12 additions & 0 deletions content/docs/extended-shortcodes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ DeepThought theme provides multiple shortcodes on top of built-in ones in Zola.

<!-- more -->

# Basic Zola shortcodes

Embed gist:

```
{{/* gist(url="https://gist.github.com/Keats/e5fb6aad409f28721c0ba14161644c57", class="gist") */}}

```

{{ gist(url="https://gist.github.com/Keats/e5fb6aad409f28721c0ba14161644c57", class="gist") }}


# Mermaid

[mermaid](https://mermaidjs.github.io/) is a library helping you to generate diagram and flowcharts from text, in a similar manner as Markdown.
Expand Down
3 changes: 3 additions & 0 deletions content/posts/post-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ date=2018-08-20
[taxonomies]
categories = ["Sample Post"]
tags = ["post", "lorem"]
[extra]
toc = true
comments = true
+++


Expand Down
4 changes: 4 additions & 0 deletions content/static/json.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
path = "json"
template = "json.html"
+++
Loading