Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k0rventen/k0rventen.github.io

blog
https://github.com/k0rventen/k0rventen.github.io

Last synced: about 10 hours ago
JSON representation

blog

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
```