https://github.com/davidraab/website
Source of my website.
https://github.com/davidraab/website
blog hugo static-site-generator
Last synced: 4 months ago
JSON representation
Source of my website.
- Host: GitHub
- URL: https://github.com/davidraab/website
- Owner: DavidRaab
- Created: 2022-10-13T09:12:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T13:02:47.000Z (about 1 year ago)
- Last Synced: 2025-04-21T14:23:03.421Z (about 1 year ago)
- Topics: blog, hugo, static-site-generator
- Language: SCSS
- Homepage: https://davidraab.github.io/
- Size: 895 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the source code of my personal blog you can find under
[https://davidraab.github.io](https://davidraab.github.io)
It is created with [Hugo](https://gohugo.io/).
To run this code you need **Hugo extended**, not the normal version.
The theme contains SCSS/SASS and this is not included in the normal
version.
run: `hugo server` to create a local webserver for the site.
run: `hugo` to create the static site in the `public/` folder.