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

https://github.com/timvw/timvw.github.io


https://github.com/timvw/timvw.github.io

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# timvw.github.io

Sources for [timvw.be](https://timvw.be)

## Details

Currently this blog is using [HUGO](https://gohugo.io/) to generate a static website which is then hosted on [github pages](https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages),
using [actions-hugo](https://github.com/peaceiris/actions-hugo).

Find a nice theme, eg: https://github.com/knadh/hugo-ink.git, and fork it.
Now use the fork as your them:

```bash
git submodule add https://github.com/timvw/hugo-ink.git ./themes/ink
```

When cloning the repo:

```bash
git clone [email protected]:timvw/timvw.github.io.git
git submodule update --init --recursive
```