Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radio4000/blog
A Blog for Radio4000 news and updates
https://github.com/radio4000/blog
blog hugo
Last synced: 13 days ago
JSON representation
A Blog for Radio4000 news and updates
- Host: GitHub
- URL: https://github.com/radio4000/blog
- Owner: radio4000
- Created: 2018-01-16T15:34:52.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T07:20:56.000Z (9 months ago)
- Last Synced: 2024-11-06T04:09:56.041Z (2 months ago)
- Topics: blog, hugo
- Language: HTML
- Homepage: https://blog.radio4000.com
- Size: 1.97 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the blog on [https://blog.radio4000.com](https://blog.radio4000.com).
Each `posts` are stored in `./content/posts`.
Create a new post directly from GitHub:
https://github.com/internet4000/radio4000-blog/new/master/content/posts.## API
You can query the posts in `json` format.
|endpoint|response|
|--------|--------|
|https://blog.radio4000.com/index.json| home page posts|
|https://blog.radio4000.com/posts/index.json|all posts|
|https://blog.radio4000.com/posts/${post-slug}|query a single post, by its slug (its url)|## Development
To develop, clone this repository and run `hugo serve` in the folder.
To learn what to do, read [hugo's documentation](https://gohugo.io/).
## Deployment
The `main` branch is deployed to blog.radio4000.com via GitHub Pages.
If you want to deploy it yourself:
1. Run `hugo` in this folder, to build a new version with the latest changes to the `./public` folder
2. Deploy the `./public` folder on your server