static-site
Here are 2,947 public repositories matching this topic...
-
Updated
Sep 8, 2020 - CSS
-
Updated
Oct 18, 2020 - JavaScript
-
Updated
Jun 16, 2019 - CSS
-
Updated
Oct 21, 2020 - HTML
-
Updated
Oct 20, 2020 - HTML
-
Updated
Oct 2, 2020 - HTML
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
-
Updated
Nov 19, 2019 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Apr 1, 2020 - JavaScript
People are interested in a size-comparison between
- tinysearch
- lunr.js
- elasticlunr
- flexsearch
- fuse.js
If anyone wants to do a comparison, post a comment here.
Some ideas:
- Use an open dataset, e.g. Shakespeare texts https://shakespeare.folger.edu/download/
- Create a size histogram of the results that we can include into the README.
- Add the code to the repository under a `b
-
Updated
Oct 18, 2020 - JavaScript
- Are you running a release or master: master
- Issue is about a fresh instance (no data in db) or restart: fresh
This seems a known/unfinished issue based on the commented 'Name' field in the code noted below, but I was hoping it could be addressed as it would greatly ease the discovery of the graphql endpoints generated by the db tables as they would become available in GraphiQL in #13
``
-
Updated
Jul 20, 2020 - CSS
-
Updated
Oct 18, 2020
-
Updated
Sep 22, 2020 - JavaScript
-
Updated
May 5, 2020 - JavaScript
-
Updated
Oct 24, 2020 - TypeScript
-
Updated
Mar 2, 2020 - JavaScript
I have tried to add the following as a tag to a new note: #日本語/おかもと先生/宿題 (the slashes here are 'normal' slashes, input by changing back to my English input mode).
Instead of rendering out a link with the same content, it is rendering the following html:
<a href="z:tag/日本語/おかもと先生/宿題">z:tag/日本語/おかもと先生/宿題</a>I have tried this with both hierarchical and flat tags, with the sa
Hi,
I did an SEO review of my site and it seems that the title property each is the same for each of my tag pages, is it possible to make them unique?
-
Updated
Oct 20, 2020 - CSS
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Oct 19, 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,