Website · Install · Documentation
Quiqr is a open source, cross platform, offline desktop CMS for Hugo with build in Git functionality for deploying static sites to any hosting server. Read all about it Quiqr at our website.
- CMS for Hugo
Quiqr runs on Windows, macOS and Linux
You can download Quiqr Desktop from our website.
We try to release an often. See our changelog (release notes).
File issue requests in this repo!
Quiqr is open source and we appreciate contributions and positive feedback.
Please don't hesitate to reach out via email at info at quiqr dot org.
At a high level, we ask everyone be respectful and empathetic. We follow the Github Community Guidelines:
- Be welcoming and open-minded
- Respect each other
- Communicate with empathy
- Be clear and stay on topic
We'd like to call out a few of the open source dependencies that have helped Quiqr to get off the ground:
- Install the required tools:
Install the required tools:
sudo apt-get install nodejs
sudo apt-get install npm
sudo apt-get install git-core
sudo apt-get install libssl-dev
Install the required tools:
brew install npm
- Clone or download the source code.
git clone https://github.com/quiqr/quiqr-desktop.git && cd quiqr-app
- Open the terminal in the project's root directory.
- Run
npm install && npm run dist
Clone the repository.
git clone https://github.com/quiqr/quiqr-desktop.git && cd quiqr-app
Install npm dependancies.
npm install
Get latest embgit
npm run _pack_embgit
Start electron with a single command.
npm run start
Alternatively you can start two seperate nix-shell terminal (e.g. with tmux), one for the backend...
npm run _electron-dev
... and one for the frontend.
npm run _react-dev
DEVTOOLS=1 npm run _electron-dev
Clone the repository..
git clone https://github.com/quiqr/quiqr-desktop.git && cd quiqr-app
Make sure flakes are enabled.
Enter the nix-shell..
nix develop
[nix-shell:~/quiqr-app]$
Install npm dependancies..
npm install
Get latest embgit..
npm run _pack_embgit
Start electron with a single command.
npm run start
- Electron
- React MUI
- Go
1. Update Hugo version list..
npm run _hugo_versions
2 Gather stats for changelog..
- count templates in gallery
- github stars
- npm module costs (see here below)
npx cost-of-modules --no-install
3. Update and commit last changes..
4. Release..
npm run release
5. Check GitHub actions..
6. Create release on github from tag