Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chringel21/chringel.dev
My blog's content
https://github.com/chringel21/chringel.dev
Last synced: about 2 months ago
JSON representation
My blog's content
- Host: GitHub
- URL: https://github.com/chringel21/chringel.dev
- Owner: chringel21
- License: mit
- Created: 2022-03-01T16:27:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T12:06:15.000Z (6 months ago)
- Last Synced: 2024-10-12T22:35:23.884Z (3 months ago)
- Language: JavaScript
- Size: 39.6 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chringel.dev
Hugo project and content of my personal website, [chringel.dev](https://chringel.dev)
## Local development
- Clone repository, install theme and dependencies
```shell
git clone https://github.com/chringel21/chringel.dev
git submodule update --init
cd theme/chringel
npm install
```- Run Hugo
```shell
hugo server --disableFastRender
```## Content
New post:
```shell
hugo new --kind post-bundle blog/202x/title
```New note:
```shell
hugo new notes/`date +'%Y/%m/%d/%H%M'`.md
```## License
- This repository is licensed under [MIT](./LICENSE)
- The [`content/`](./content/) of the published website is licensed under [CC BY 4.0](./content/LICENSE)