
A plugin to export pages in Logseq to Hugo.
Logseq is a personal knowledge management tool that allows users to organize and expand their knowledge. However, keeping knowledge to oneself limits its potential. The Logseq-Hugo plugin aims to make sharing knowledge easier by integrating Logseq with Hugo, a static site generator. This plugin is a work-in-progress and any issues or questions should be reported.
Logseq-Hugo is a plugin that integrates Logseq with Hugo, allowing for the conversion of Logseq page properties to Hugo front matter and other functionalities. It simplifies the process of sharing knowledge by linking Logseq's personal knowledge management capabilities with the static site generation provided by Hugo. While it is still a work-in-progress, the plugin offers features such as keyword conversion, backlink simulation, and admonition conversion. Users can install the plugin from Logseq's marketplace or manually download and install it from GitHub.

Hugo is an open-source static site generator that features fast build times, flexible themes, support for multiple content formats, multilingual websites, live reloading, and an active community. It allows developers to easily create and deploy SEO-friendly and mobile-responsive websites.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.