Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sloorush/blog
I just log my process and progress with stuff I'm doing, made using Hugo
https://github.com/sloorush/blog
blog hugo hugo-site
Last synced: about 1 month ago
JSON representation
I just log my process and progress with stuff I'm doing, made using Hugo
- Host: GitHub
- URL: https://github.com/sloorush/blog
- Owner: sloorush
- License: mit
- Created: 2021-07-15T15:15:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T07:53:31.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:43:44.347Z (9 months ago)
- Topics: blog, hugo, hugo-site
- Homepage: https://blog.sloorush.com
- Size: 321 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blogs by sloorush
![blogs](https://user-images.githubusercontent.com/54478821/144747271-d4bd6894-c6a5-4109-be69-b0486c79a224.png)
I just log my process and progress with stuff i'm doing
This is made using [hugo](https://gohugo.io/) and utilizes [terminal](https://github.com/panr/hugo-theme-terminal) theme.
How to run?
```sh
hugo server -t terminal
```To add a new blog
```sh
hugo new posts/new.md
```