Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/youkoutaku/youkoutaku.github.io
- Owner: youkoutaku
- License: mit
- Created: 2024-04-29T04:48:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:43:15.000Z (about 2 months ago)
- Last Synced: 2024-10-29T13:32:39.642Z (about 2 months ago)
- Topics: chirpy-theme, jekyll, ruby
- Language: Ruby
- Homepage:
- Size: 30.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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^*$
```