static-site
Here are 2,626 public repositories matching this topic...
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 @mixin
and [`@mix
Hi, Matt. Not sure if a tutorial request is allowed here. First of all, thanks for creating the Responsive Bar Charts with Bokeh, Flask and Python 3 tutorial, it was really insightful! I was wondering if you're planning to do a flask + flask_bootstrap and multiple bokeh plots tutorial ~ this is something that I
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
After setup my blog (BlogEngine.net 3.3.8.0 on IIS 8.0) to use https I cannot publish anymore a post. Neither I cannot re-add my blog after remove it.
When I try to do, I receive this error
Open Live Writer
Can't connect to your blog service:
Network Connection Error - Error attempting to connect to blog at:
http://www.myDomain.com
Description
With the release of library dynaconf version 2.0, the quokka installation broke.
Then we must change the version of requirements.txt
dynaconf>=1.0.0,<=1.2.1
Reference
-
Updated
Feb 29, 2020 - HTML
Currently several places (notably the compiler plugins) open the source_path directly. Let's use Post.source() instead.
This is part of getting to a place where #2659 is doable.
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
-
Updated
May 27, 2020 - Java
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Mar 13, 2020 - CSS
-
Updated
May 25, 2020
docpress init
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
-
Updated
Mar 2, 2020 - JavaScript
-
Updated
Apr 27, 2020 - CSS
-
Updated
Mar 14, 2020 - JavaScript
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
-
Updated
May 21, 2020
-
Updated
May 14, 2020 - HTML
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
- Source content from a source in .ghost.json.
- Set a site URL in sitConfig.js.
- Run
gatsby build && gatsby serve
- Inspect t
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
-
Updated
May 27, 2020 - Ruby
-
Updated
Mar 12, 2020 - JavaScript
-
Updated
May 28, 2020 - JavaScript
Improve this page
Add a description, image, and links to the static-site topic page so that developers can more easily learn about it.
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."
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,