Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sake92/hepek-starter
Starter template for static blog with Hepek
https://github.com/sake92/hepek-starter
blog html scala starter-template static-site-generator
Last synced: 22 days ago
JSON representation
Starter template for static blog with Hepek
- Host: GitHub
- URL: https://github.com/sake92/hepek-starter
- Owner: sake92
- Created: 2018-03-02T21:16:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T17:33:01.000Z (11 months ago)
- Last Synced: 2024-10-04T20:39:44.832Z (about 1 month ago)
- Topics: blog, html, scala, starter-template, static-site-generator
- Language: Shell
- Homepage: https://hepek-starter.netlify.app/
- Size: 51.8 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hepek-starter
Starter template for static blog with hepek
Live preview at [Netlify](https://hepek-starter.netlify.com/)
Deploy status: [![Netlify Status](https://api.netlify.com/api/v1/badges/d1ca17e1-e315-4f14-8e55-a1ad14b28abc/deploy-status)](https://app.netlify.com/sites/hepek-starter/deploys)---
You can deploy this starter to your own (free) Netlify website in a few clicks:
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/sake92/hepek-starter)
## Usage
```sh
# mill
./mill site.hepek# sbt
sbt hepek
```Site will be renedered in the `site/hepek_output` folder.