Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuuji/ananke-skoa
https://github.com/kuuji/ananke-skoa
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kuuji/ananke-skoa
- Owner: kuuji
- License: mit
- Created: 2020-12-28T22:30:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T22:56:42.000Z (about 4 years ago)
- Last Synced: 2024-11-07T14:29:56.472Z (about 2 months ago)
- Size: 4.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo Ananke Forestry Starter
Ready-to-use Forestry starter with Hugo Ananke Theme.
[Live Preview](https://gohugo-ananke-theme-demo.netlify.app/)
[Ananke](https://github.com/theNewDynamic/gohugo-theme-ananke) is developed by [The New Dynamic](https://www.thenewdynamic.com/).
## Requirements
- GitHub, GitLab or BitBucket account
- Hugo > 0.56.0 (tested with latest Hugo)## Content Management
![](static/images/ananke-forestry.jpg)
[![import to Forestry](https://assets.forestry.io/import-to-forestryK.svg)](https://app.forestry.io/quick-start?repo=forestryio/hugo-ananke-forestry&engine=hugo&version=0.75.1)
This project has been pre-configured to work with [Forestry](https://forestry.io) a git-based CMS, [import this starter in Forestry](https://app.forestry.io/quick-start?repo=forestryio/hugo-ananke-forestry&engine=hugo&version=0.75.1) to be able to edit and preview your site ✨.
Any changes you make in Forestry will be commited back to the Git repository. Deploy your site on [Vercel](#vercel) or [Netlify](#netlify) within minutes.
## Deployment
### Netlify
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/forestryio/hugo-ananke-forestry)
1. Set the build command to: `hugo --gc --minify`
1. Make sure to set `HUGO_VERSION` to 0.58.0 or above (tested with 0.75.1)
1. Set the publish directory to: `public`That's it, now your site gets deployed automatically on `git push` or when saving documents from Forestry.
## Local development
This starter is using [Hugo](https://gohugo.io) as a static site generator.
Once imported in Forestry, clone your repository and develop locally with Hugo.```bash
# Clone your repository
# Go in the project directory
# Start local dev server
hugo server
```## Feedback
[See issues](https://github.com/theNewDynamic/gohugo-theme-ananke/issues) in the theme's repository.
## LICENSE
MIT