Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhanberg/hackery
Blog and website template for Tableau
https://github.com/mhanberg/hackery
Last synced: 20 days ago
JSON representation
Blog and website template for Tableau
- Host: GitHub
- URL: https://github.com/mhanberg/hackery
- Owner: mhanberg
- License: mit
- Created: 2024-09-19T23:25:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T13:25:53.000Z (3 months ago)
- Last Synced: 2024-11-26T21:41:27.246Z (28 days ago)
- Language: Elixir
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hackery
Hackery is a blog and website template using the [Tableau](https://github.com/elixir-tools/tableau) static site generator.
![hackery-variants](https://github.com/user-attachments/assets/82a036b1-df7f-4d92-a7a7-01f360753413)
## Features
- Configurable navbar items, name, and footer links
- Light and Dark mode
- Configurable accent color
- Basic tableau features like syntax highlighting for most languages with tons of themes (see [autumn](https://github.com/leandrocp/autumn/) for more details), live reloading and HEEx templating.## Usage
1. Fork this repo
1. `mix deps.get`
1. `mix tableau.server`
1. Navigate to http://localhost:4999 and get to writing!## Deployment
Included is a `netlify.toml` config file that makes it easy to one click deploy your site on [Netlify](https://netlify.com)
## License
MIT