https://github.com/gonzofish/shock
A static site generator, written in Elixir
https://github.com/gonzofish/shock
elixir static-site-generator
Last synced: about 1 month ago
JSON representation
A static site generator, written in Elixir
- Host: GitHub
- URL: https://github.com/gonzofish/shock
- Owner: gonzofish
- Created: 2017-06-15T13:23:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T00:58:00.000Z (about 9 years ago)
- Last Synced: 2025-01-26T11:28:07.556Z (over 1 year ago)
- Topics: elixir, static-site-generator
- Language: Elixir
- Size: 10.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shock
A static site generator built in Elixir.
Built mostly to get my feet wetter with Elixir!
Taking cues from
[Jekyll](https://jekyllrb.com/),
[Obelisk](https://github.com/BennyHallett/obelisk/), and others!
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `shock` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:shock, "~> 0.1.0"}]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/shock](https://hexdocs.pm/shock).