Skip to content

cursorzz/boke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boke

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add boke to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:boke, "~> 0.1.0"}]
end
```
  1. Ensure boke is started before your application:
```elixir
def application do
  [applications: [:boke]]
end
```

references: [Cowboy Tutorial Part 2: Creating Flat File Blog]http://www.elixirdose.com/post/elixirdose_flatfileblog

TODOs:

[] layout system [] global params for template rendering [] livereload [] commandline tools

About

a static blog system in Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published