static-site
Here are 2,938 public repositories matching this topic...
-
Updated
Sep 8, 2020 - CSS
A simple, delicate, and modern theme for the static site generator Hexo.
-
Updated
Oct 18, 2020 - JavaScript
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
Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners.
-
Updated
Oct 19, 2020 - HTML
Full Stack Python source with Pelican, Bootstrap and Markdown.
-
Updated
Oct 10, 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
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
-
Updated
Nov 19, 2019 - Python
A static website and blog generator
-
Updated
Oct 14, 2020 - Python
Deploy static websites in seconds - with HTTPS, a global CDN, and custom domains.
-
Updated
Sep 30, 2020 - JavaScript
现代化java cms,轻松支撑千万数据、千万PV;支持静态化,服务器端包含; 目前已经拥有全球0.0002%的用户,语言支持中、繁、日、英;是一个已走向海外的成熟CMS产品
-
Updated
Oct 13, 2020 - Java
A simple and visual static web server with collaboration features.
-
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
A redesign of Alx's wordpress theme Hueman, ported to Hexo.
-
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
``
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
-
Updated
Jul 20, 2020 - CSS
Carefully curated list of awesome Jamstack resources
-
Updated
Oct 18, 2020
Documentation website generator
-
Updated
Sep 22, 2020 - JavaScript
Deploy static websites and single page apps to AWS S3 and CloudFront with a single command
-
Updated
May 5, 2020 - JavaScript
Shorten URLs using invisible spaces.
-
Updated
Mar 2, 2020 - JavaScript
Inline tags are convenient compared with metadata, but the current parsing method is not intuitive.
For example, I would naturally write something like this:
.....It seems that the best tool I can find is #Zotero, which is very helpful for academic #writing.And the comma and period is included in the tags, which is not intended.
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?
Elder.js is an opinionated static site generator and web framework for Svelte built with SEO in mind.
-
Updated
Oct 16, 2020 - TypeScript
A Jekyll version of the "Forty" theme by HTML5 UP.
-
Updated
Oct 9, 2020 - CSS
Source for headlesscms.org
-
Updated
Oct 19, 2020 - JavaScript
A simple and retro styled Hexo theme, concentrated more on your ideas.
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Sep 7, 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,