Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idyll-lang/idyll-blog
Blog engine using Idyll
https://github.com/idyll-lang/idyll-blog
Last synced: 14 days ago
JSON representation
Blog engine using Idyll
- Host: GitHub
- URL: https://github.com/idyll-lang/idyll-blog
- Owner: idyll-lang
- License: mit
- Created: 2017-04-04T03:36:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T03:56:33.000Z (over 7 years ago)
- Last Synced: 2024-10-30T00:54:55.362Z (21 days ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# idyll-blog
[WORK IN PROGRESS] Blog engine using Idyll## Installation
```
$ npm install -g idyll-blog
```## Usage
```sh
# Create a new post with the slug "my-post"
$ idyll-blog create-post src/ --slug my-post# Launch a local webserver displaying the post
$ idyll-blog serve my-post# Edit your post ...
# Compile the assets for publication
$ idyll-blog --build src/ -o build/# Deploy the post
$ idyll-blog --deploy my-post
```## Options
* `--css` - Defines sitewide CSS
* `--site-html` - Define a sidewide HTML page to use