All Projects → still-ex → Still

still-ex / Still

Licence: isc
A composable Elixir static site generator

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Still

Flybook
✈️ FlyBook is a simple utility to generate static website such as gh-pages, manual of you projects
Stars: ✭ 76 (-20.83%)
Mutual labels:  static-site-generator
Dumi
📖 Documentation Generator of React Component
Stars: ✭ 1,232 (+1183.33%)
Mutual labels:  static-site-generator
Ryosuke Gatsby Blog
Static PWA React-powered portfolio and blog built with GatsbyJS
Stars: ✭ 90 (-6.25%)
Mutual labels:  static-site-generator
Netlify Cms React Starter
A starter project for creating lightning-fast, offline-first websites with Netlify-CMS and React
Stars: ✭ 78 (-18.75%)
Mutual labels:  static-site-generator
Gatsby Advanced Starter
A high performance skeleton starter for GatsbyJS that focuses on SEO/Social features/development environment.
Stars: ✭ 1,224 (+1175%)
Mutual labels:  static-site-generator
Eleventy
A simpler static site generator. An alternative to Jekyll. Transforms a directory of templates (of varying types) into HTML.
Stars: ✭ 10,867 (+11219.79%)
Mutual labels:  static-site-generator
Hugo Steam Theme
Port of Tommaso Barbato's Ghost theme Steam to Hugo
Stars: ✭ 69 (-28.12%)
Mutual labels:  static-site-generator
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (-4.17%)
Mutual labels:  static-site-generator
Hydrogen
🎈 Hydrogen. Voted (by me) the world's lightest static-site generator built with TypeScript ❤ It uses 🔥 lit-html inspired templating for super duper performant template generation.
Stars: ✭ 80 (-16.67%)
Mutual labels:  static-site-generator
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (-7.29%)
Mutual labels:  static-site-generator
Meilidu Hexo
MeiliDu, beatuiful reading theme for Hexo.
Stars: ✭ 78 (-18.75%)
Mutual labels:  static-site-generator
Heckle
✒️ Jekyll in Haskell (feat. LaTeX)
Stars: ✭ 80 (-16.67%)
Mutual labels:  static-site-generator
Nextra
The Next.js Static Site Generator
Stars: ✭ 1,271 (+1223.96%)
Mutual labels:  static-site-generator
Tumblelog
A static tumblelog generator available as both a Perl and Python version
Stars: ✭ 77 (-19.79%)
Mutual labels:  static-site-generator
Metalsmith React Templates
A metalsmith plugin to render files using React / Preact / JSX based templates.
Stars: ✭ 90 (-6.25%)
Mutual labels:  static-site-generator
Glim
Static site generator which is semi-compatible with Jekyll
Stars: ✭ 76 (-20.83%)
Mutual labels:  static-site-generator
Agency Webpack Mix Config
👨‍💻 A capable website/webapp boilerplate ready for the web agency battlefield. Creates a static site with Twig templating by default. Supports Craft/Wordpress/Laravel after a few adjustments.
Stars: ✭ 83 (-13.54%)
Mutual labels:  static-site-generator
Pelican Blue
Responsive theme for Pelican Static Site Generator, Powered by Python
Stars: ✭ 94 (-2.08%)
Mutual labels:  static-site-generator
Stencil
A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.
Stars: ✭ 9,880 (+10191.67%)
Mutual labels:  static-site-generator
Gatsby Theme Try Ghost
A Gatsby theme to build flaring fast blogs from headless Ghost CMS
Stars: ✭ 88 (-8.33%)
Mutual labels:  static-site-generator

Still: a composable Elixir static site generator

Still logo

🚧 This package is still in progress - badumm tss

Still is a different take on building static sites.

Still takes a step back from the status quo, to a simpler time, without compromising on the great developer experience some of us have grown used to.

Still is the web, still how you used to. Still weird. Still simple.

Still focuses on your happiness and speed of development. It automates the boring parts and leaves the good ones to you.

Still shines the spotlight on your abilities to write the best code you can. It is customisable, composable and as extensible as you want to. It is as powerful as you are.

Still is our gift to the community. Stay simple. Stay weird.

For more information please read the documentation.

Installation

To install Still you add it to your dependency list. You should be able to add it to any mix project.

For new projects

Run mix archive.install hex still_new to install the archive on your system.

Afterwards, create a static site by running mix still.new my_site. That's it!

Adding to an existing project

Add still as a dependency in mix.exs:

def deps do
  [
    {:still, "~> 0.4.0"}
  ]
end

Open up config.exs and set the input and output folders:

config :still,
  input: Path.join(Path.dirname(__DIR__), "priv/site"),
  output: Path.join(Path.dirname(__DIR__), "_site")

Create a file index.slime in the input folder.

For more information please visit the website.

About

Still was created and is maintained with ❤️ by Subvisual.

Subvisual

License

Still is released under the ISC License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].