Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/butuzov/todayilearned
- Owner: butuzov
- Created: 2018-11-08T20:19:24.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T20:04:04.000Z (6 months ago)
- Last Synced: 2024-05-22T20:35:44.254Z (6 months ago)
- Topics: bash, go, jupyter, linux, python, sre
- Language: Jupyter Notebook
- Homepage: https://butuzov.github.io
- Size: 53.6 MB
- Stars: 17
- Watchers: 6
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-golang-repositories - todayilearned
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
'sreadme.md
hugo
'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