The Wayback Machine - https://web.archive.org/web/20201206033437/https://github.com/topics/static-site-generator
Skip to content
#

static-site-generator

Here are 2,150 public repositories matching this topic...

next.js
pelican
smartass101
smartass101 commented May 13, 2014

While working on my i18n_subsites plugin, I came up with an idea how to simplify some code that is often used in Pelican: doing stuff with a temporarily different locale.
This could be neatly solved by a context manager:

from contextlib import contextmanager
import locale

@contextmanager
def temporary_locale(temp_locale=None):
    '''Enable code to run in a context with a temporary lo
react-static
gridsome
wowchemy-hugo-modules
leotsarev
leotsarev commented Dec 4, 2020

Bug Report

Environment

Zola version: 0.12.2 (regressed from 0.11.0)

Step to reproduce

Clone https://github.com/leotsarev/leotsarev.ru/ with submodules
Install zola 0.12.2
Zola build and zola serve

Expected Behavior

Zola serve works just fine

Current Behavior

Zola serve always fails with

Error: Can't watch `sass` for changes in folder `C:\Users\leo\source

Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.

  • Updated Jun 16, 2019
  • CSS

Improve this page

Add a description, image, and links to the static-site-generator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the static-site-generator topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.