Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k0rventen/k0rventen.github.io
blog
https://github.com/k0rventen/k0rventen.github.io
Last synced: about 10 hours ago
JSON representation
blog
- Host: GitHub
- URL: https://github.com/k0rventen/k0rventen.github.io
- Owner: k0rventen
- Created: 2021-07-27T22:02:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T20:00:20.000Z (25 days ago)
- Last Synced: 2024-12-30T20:42:13.443Z (24 days ago)
- Language: HTML
- Homepage: https://k0rventen.github.io
- Size: 38.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog
[k0rventen.github.io](https://k0rventen.github.io)
src for my blog/site using [hugo](https://gohugo.io).the src is in the main branch, and each commit triggers the rendering of the site in the gh-pages branch, on which Github Pages points.
uses the [hello-friend theme](https://github.com/panr/hugo-theme-hello-friend).
develop.md:
```shell
# clone the repo
git clone https://github.com/k0rventen/k0rventen.github.io
cd k0rventen.github.io# add the theme submodule
git submodule init
git submodule update# render and serve on :1313 for development
hugo server --buildDrafts# just render for production
hugo
```