Back to tags

Frontend

Hugo Zettelkasten

Hugo theme for taking notes with the Zettelkasten method.

Zettelkasten can be considered as an extension to your brain where you process and store data and make connections between ideas.

Setup

Prerequisites for Hugo Pipe’s PostCSS 1

npm install -g postcss-cli
npm install -g autoprefixer

Content organization

Tags

Add tags to the front matter of each note. This gives some categorization of topics for the note and makes it possible to find related items later if there are no direct links …

Continue reading

Tailwind CSS

Tailwind is a low-level CSS framework for building web pages with building blocks.

  • unopinionated
  • low-level utility classes
  • work from HTML
  • responsive
  • component friendly
  • customizable
Continue reading