polemius / kowainik.github.io

πŸŽ‚ Kowainik web page

Home Page:https://kowainik.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kowainik.github.io

GitHub CI

Kowainik web page:

How to update this web page

If you want to change the content of the Kowainik web page you need to perform the following steps:

  1. Make sure that you are on the develop branch
  2. Create new branch from develop, implement desired changes and open a pull request
  3. The person who merges the PR should build the project and deploy the new web page content with the following command:
./scripts/deploy.sh "Some meaningful message"

How to add a blog post

If you want to add a new post you should create a markdown file in the posts/ folder. The name of this file should contain the date of the post and some meaningful name. For example: 2018-11-05-kowainik-new-project.md.

In the .md file you should add next info in the following format:

---
title: Some really meaningful title that will appear at the page
author: Your Name
tags: haskell, stack, cabal, build-tools, tutorial
description: Some short description
useShortName: yes
---

DO NOT COPY TITLE HERE!
Here comes the body of the post itself

## Important rules!!!

* Use only `##` and upper for headers.
* Avoid special characters in the headers names (including `\``).
* Tags should be one-worders.

...

How to update a blog posts

If you want to add some modification to the blog post, don't forge to add/modify updated field in the blog post meta information header, e.g.:

---
title: Some title
...
updated: "December 13, 2016"
---

How to add exercises with solutions

::: {.exercise}
### Exercise #1

Do this and that

<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#solution1" aria-expanded="false" aria-controls="solution1">
    Show solution
</button>

:::: {#solution1 .solution .collapse}

### Solution #1

I am hidden solution

```haskell
i = am solution

::::

:::

About

πŸŽ‚ Kowainik web page

https://kowainik.github.io

License:Mozilla Public License 2.0


Languages

Language:HTML 47.2%Language:CSS 25.8%Language:Haskell 20.5%Language:JavaScript 6.1%Language:Shell 0.4%