Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadtech/chadtech-online-2-post-composer
The utility I use to compose blog posts
https://github.com/chadtech/chadtech-online-2-post-composer
elm elm-format gulp
Last synced: 1 day ago
JSON representation
The utility I use to compose blog posts
- Host: GitHub
- URL: https://github.com/chadtech/chadtech-online-2-post-composer
- Owner: Chadtech
- Created: 2017-06-12T08:13:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T04:43:51.000Z (over 7 years ago)
- Last Synced: 2024-11-06T04:41:02.302Z (about 2 months ago)
- Topics: elm, elm-format, gulp
- Language: Elm
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Chadtech Online 2 Post Composer
Chadtech Online is my personal website. This is the third iteration of that website. I use this electron app to compose the blog posts I put on that website.
How to get going..
```
> git clone https://github.com/Chadtech/Chadtech-Online-2-Post-Composer
> cd ./Chadtech-Online-2-Post-Composer
> npm install
> elm package install --yes
> gulp.. in a separate terminal
> electron electron-start.js
```This repo is organized as ..
```
distribution/ -- Your production-ready app
development/ -- Your development app
index.html
source/ -- Source files
app.js -- Loads your elm file, and handles ports
Ports.elm -- Javascript inter-operation ports
Main.elm
Util.elm
Types/
Model.elm
Message.elm
Styles/
Main.styl
field.styl
p.styl
a.styl
field.styl
section.style
text-area.styl
title-bar.styl
Main/
Init.elm
Subscriptions.elm
Update.elm
View.elm
gulpFile.js
server.js
electron-start.js
```