Skip to content
#

static-site

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

react-static
smartboyathome
smartboyathome commented Sep 11, 2019

Is your feature request related to a problem? Please describe.
I am using react-static to create a site that is hosted out of S3. I want to be able to use object versioning to track changes to the objects over time, but I can't do that with the main JS file, as it has a hash code in the middle. I am guessing that this is used for cache busting, but S3 already has robust etag support built in,

mootari
mootari commented Dec 28, 2017

Assemble's highly modular nature makes it difficult to discover methods that are added via mixins or inheritance. For example, .use and .define are provided by Base and implicitely added through Templates.

It would be a huge help to have some basic, generated JSDocs that incorporate all of the default packages. JSDoc provides the @mixinand [`@mix

afeblot
afeblot commented Feb 7, 2020

Currently, it is only possible to link to an already existing page of the site.
When using publii as a standard (i.e. non-blog) site creator, this totally breaks the flow : while writing a page, you think to something you want to link to as a new page, yo must save/close your page, create the new one, save it, go back to the first page, create the link and keep going.

It would be very convenie

nikola
scar
cloudkj
cloudkj commented Jun 4, 2019

As per https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html, ACM has a restriction that requires certificates to be created in the us-east-1 region in order to be used with CloudFront:

To use an ACM Certificate with Amazon CloudFront, you must request or import the certificate in the US East (N. Virginia) region. ACM Certificates in this region that are associated with a CloudFr

noraj
noraj commented Jul 23, 2019

There should be a docpress init command to build a default skeleton.

├── docs
│   ├── example.md
│   └── README.md
├── .gitignore
└── README.md

Where README.md can be the actual docpress readme or a bootstrap, .gitignore the actual docpress gitignore, docs/README.md a short TOC and docs/example.md a markdown cheat sheet or a bootstrap.

docs/README.md

* [d
ceefour
ceefour commented Mar 26, 2020

Following the README.md to set .env as follows:

HEADLESS_CMS_GITHUB_TOKEN=examplekey123abc
HEADLESS_CMS_TWITTER_CONSUMER_KEY=examplekey231abc
HEADLESS_CMS_TWITTER_CONSUMER_SECRET=examplekey321abc
HEADLESS_CMS_TWITTER_ACCESS_TOKEN_KEY=examplekey231abc
HEADLESS_CMS_TWITTER_ACCESS_TOKEN_SECRET=examplekey321abc

When running npm start I still get:

> headlesscms@2.0.0 s
gatsby-starter-ghost
toddbirchard
toddbirchard commented Sep 22, 2019

Issue Summary

RSS feeds generated by generate-feed.js construct post URLs from Ghost admin as opposed to siteConfig.siteUrl. Post URLs should reference URLs of the current theme, as opposed to the apiUrl of Ghost admin.

To Reproduce

  1. Source content from a source in .ghost.json.
  2. Set a site URL in sitConfig.js.
  3. Run gatsby build && gatsby serve
  4. Inspect t
sivark
sivark commented Apr 20, 2020

There's currently a thread on HN discussing tech/software tooling options for the visually impaired [fn1]. I think it would be fantastic if Usesthis could collect a section of interviews in this context, by inviting users with different kinds of challenges (and feature this section prominently on the navbar).

If you're looking for suggestions to kick things off, T.V. Raman might be interestin

Improve this page

Add a description, image, and links to the static-site 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 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.