Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/youkoutaku/youkoutaku.github.io

My Personal Blog.
https://github.com/youkoutaku/youkoutaku.github.io

chirpy-theme jekyll ruby

Last synced: 18 days ago
JSON representation

My Personal Blog.

Awesome Lists containing this project

README

        

[![wakatime](https://wakatime.com/badge/user/09b9ec51-4790-4f52-a7f3-ae35dcbfc6dc/project/2cc51c41-66b5-4804-b2a4-73b94653d498.svg)](https://wakatime.com/badge/user/09b9ec51-4790-4f52-a7f3-ae35dcbfc6dc/project/2cc51c41-66b5-4804-b2a4-73b94653d498)

## Workspace Notes

- [Getting Started](https://chirpy.cotes.page/posts/getting-started/)
- [Writing a New Post](https://chirpy.cotes.page/posts/write-a-new-post/)
- [Text and Typography](https://chirpy.cotes.page/posts/text-and-typography/#fnref:footnote)
- [My Note](https://youkoutaku.github.io/posts/Writing/)
- [Upgrade Guide](https://github.com/cotes2020/jekyll-theme-chirpy/wiki/Upgrade-Guide)

### Local Building
Running
```cmd
bundle exec jekyll s
```

Building
```cmd
bundle exec jekyll b
```

### Images

```markdown
![](src/image.png)
```

### Math

[MathJax](https://www.mathjax.org/)

```markdown
Remark error:
$x_{1_2}$
$x^*$
```