Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryoma-yama/ryomayama.com
Public My Blog
https://github.com/ryoma-yama/ryomayama.com
Last synced: 9 days ago
JSON representation
Public My Blog
- Host: GitHub
- URL: https://github.com/ryoma-yama/ryomayama.com
- Owner: ryoma-yama
- License: mit
- Created: 2024-12-06T01:29:06.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-12-10T09:15:54.000Z (15 days ago)
- Last Synced: 2024-12-10T10:24:09.098Z (15 days ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Blog
- Live Site: [ryomayama.com](https://ryomayama.com)
- Theme: [PaperMod](https://github.com/adityatelange/hugo-PaperMod)## Prerequisites
- [Install Hugo](https://gohugo.io/installation/)
- [Install Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)## Setup
```sh
git clone https://github.com/ryoma-yama/ryomayama.com.git
cd example.com
git submodule update --init --recursive
```## Create a new post
Generate `posts/${currentDate}-${slug}/index.md` based on the given `${slug}`.
```sh
bin/create-new-post.sh ${slug}
```Default command:
```sh
hugo new posts/.md
```## Start the development server (include drafts):
```sh
hugo server -D
```## License
- **Code**: The code in this repository (including Hugo configurations and theme customizations) is licensed under the MIT License.
- **Articles**: The articles and written content in this repository are licensed under the [Creative Commons Attribution 4.0 International License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).