Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/butuzov/todayilearned

Because I Can't Trust My Memory
https://github.com/butuzov/todayilearned

bash go jupyter linux python sre

Last synced: 8 days ago
JSON representation

Because I Can't Trust My Memory

Awesome Lists containing this project

README

        

# Because I Can't Trust My Memory (v3) [![build](https://github.com/butuzov/todayilearned/actions/workflows/publish-pages.yaml/badge.svg)](https://butuzov.github.io/)

> This is some kind of a memory dump in proccess of transition. Author intends to use it as quick help from time to time. You also can do that.

## `hugo` vs git style `readme`

This version of til notes will also supports web publication, but in order to keep writing in same style, we going to transform `readme.md` files into `hugo`'s `_index.md` branch bundles. In order to do so, keep in ming few rules of writing content:

- In order to generate [front matter](https://gohugo.io/content-management/front-matter/), add html comment to the top of the file:

github's readme.mdhugo's markdown

```markdown

```

```markdown
---
test: true
link: false
---
```

## Titles

- __Menu__. By default `menu` link name correlated with first `# `, in order to make it custom, use `menu: $name` front matter (e.g. ``).
- SEO Titles is `seotitle` (other wise `menu`/`title`/`.content>h1`) will be used.
- With `title: name` first h1 is ignored.

## Redirection