This is the demo site repository for Quint, a minimalist Hugo theme designed to offer a light, airy feel with a focus on simplicity and elegance.
For instructions on using the Quint theme for your own existing site, go to the Quint theme repository.
You can deploy this demo site as a template for your new website using Netlify. Just tap your heels together and click this button:
See Collected Notes CMS to set up posting from your iPhone.
To run this demo site locally or deploy it to your own server, follow these steps:
Ensure you have the following installed:
Clone this repository to get the content and configuration of the demo site:
git clone https://github.com/victoriadrake/quint-demo.git
Navigate to the repository directory and start Hugo:
hugo server
Open your web browser and visit http://localhost:1313
to view the demo site.
See Collected Notes CMS to set up posting from your iPhone.
To deploy this demo site to a live server, follow the instructions for your preferred hosting provider. Here are guides for some common platforms:
The Quint template can use the Collected Notes app as a CMS and also saves your posts to the site repository, for redundancy. It fetches new posts each time you build, and if you're deploying via Netlify or GitHub Actions, you can use a webhook to deploy the site whenever you make a new post with Collected Notes.
To set up your own site:
- Deploy the Quint template to Netlify with the button above, or follow the Still Pretty Quick Start if you plan to use another deployment solution.
- Sign up for Collected Notes if you haven't already (there's a free plan) and download the Collected Notes app on your iPhone.
- Update the
utils/fetch-posts.js
file to use your Collected Notes site name. - Allow the GitHub Action to push changes back to your repository to save your posts. Under Settings > Actions > General > Workflow permissions, choose Read and write permissions.
Netlify will trigger a new build each time you push to your site repo, or, if you have a Collected Notes Premium subscription, you can set a Netlify Build Hook URL in your Collected Notes site settings to automatically redeploy the site when you make a post or update an existing post.
Contributions to improve the template site are welcome! Please feel free to fork the repository, make changes, and submit a pull request. For more substantial changes or enhancements, please open an issue first to discuss what you would like to change.
To contribute to the Quint theme (anything under quint-demo/themes/quint
), go to the Quint theme repository.
This demo site and the Quint theme are open-sourced under the MIT License. See the LICENSE file for more details.
If you encounter any issues or have questions about using the demo site, please open an issue in this repository. For more detailed support on using Hugo, refer to the official Hugo documentation.