Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimgoetzke/kimgoetzke.github.io
A simple website to practice CSS & SSG, and to store some useful notes.
https://github.com/kimgoetzke/kimgoetzke.github.io
bulma github-workflows hugo particles-js
Last synced: about 6 hours ago
JSON representation
A simple website to practice CSS & SSG, and to store some useful notes.
- Host: GitHub
- URL: https://github.com/kimgoetzke/kimgoetzke.github.io
- Owner: kimgoetzke
- License: mit
- Created: 2023-02-02T17:15:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T14:40:38.000Z (3 months ago)
- Last Synced: 2024-08-05T17:07:23.399Z (3 months ago)
- Topics: bulma, github-workflows, hugo, particles-js
- Language: HTML
- Homepage: https://kimgoetzke.github.io/
- Size: 1.18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# About this project
Visit https://kimgoetzke.github.io/ to launch this page.
The purpose of this project was to refresh my CSS skills, practice Hugo and Bulma, and create a simple and accessible
way to host a few reminders.## How to develop locally
- Run development server with `hugo server`
- Create a new page with `hugo new folder_name/page_name.md`#### Using NixOS?
If you have `direnv` installed, `hugo` will be made available in your shell. If not, you can start a nix-shell with:
```nix
nix-shell -p hugo
```