https://github.com/timvw/timvw.github.io
https://github.com/timvw/timvw.github.io
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/timvw/timvw.github.io
- Owner: timvw
- Created: 2015-10-25T20:48:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T11:53:33.000Z (about 1 year ago)
- Last Synced: 2024-04-09T15:39:20.977Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 79.6 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```