Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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