Questions tagged [static-content]
The static-content tag has no summary.
72 questions
1
vote
1
answer
124
views
Trying to decide between Quarto and mdbook for a personal website+academic notes [closed]
I'm a newly employed academic in a third-world country who wants to host their lecture notes online. I'm going to go with GitHub Pages as the host and am trying to decide between mdbook and quarto as ...
1
vote
0
answers
38
views
"Building" content of the page using Github Pages [closed]
Prelude
I have a simple daemon service that generates data (in plain text) and then a script pushes it to repo. This data is needed to generate graphs for time periods.
Requirement
I don't have/can't ...
1
vote
1
answer
488
views
Using dynamic content in Wordpress by decoding and using a JWT passed on the URL, without logging in any user
I have a Wordpress and I don't want to create users for the next functionality:
I need a page that has this behaviour:
URL1 = https://my-site.example.com/some-page/ => Renders some public content
...
1
vote
1
answer
1k
views
How to deploy a single HTML file to static hosting and have it show up for requests to my domain
Yes, the title is right. I would like to use a completely static HTML file as a website.
Well, I must confess I have absolutely zero knowledge in this area.
My provider is using phpMyAdmin and sFTP. I'...
1
vote
0
answers
98
views
Change a Static Website to a Dynamic One [closed]
What is the best way to change a static to a dynamic website? I know how to create the exact same page, but not with the same url. I don't want to lose any visitor of my current page. Thanks in ...
3
votes
3
answers
1k
views
How can I use Google web fonts statically instead of dynamically?
In Germany, lawyers can legally demand money from people who use dynamic web fonts on their websites, if they do not ask the user for permission. (Because of IP data storage.) I used to have this code ...
1
vote
1
answer
218
views
Kubernetes static web application deployment scenario
I was wondering what is best way to setup a static web application in kubernetes:
Place web app files inside the container image.
Place web app files in a share volume (mounted to pods).
In scenario ...
2
votes
0
answers
1k
views
New IIS install suddenly giving 500 error on basic static web site
I maintain a basic static website for personal use, and since my ISP stopped hosting it several years ago, I've run it off of my home computer. I just put in a new SSD this week, and installed Windows ...
2
votes
1
answer
1k
views
SEO on GitLab/GitHub Pages
GitLab/GitHub pages are excellent ways to host static (or SPA) application especially because the code and deployment resides in the same place.
However, does the use of GitLab/GitHub pages instead of ...
0
votes
0
answers
198
views
Static pages with content only and dynamic header added by client JS
As we know, static html pages are best because of their high speed, security and low cost of maintenance. If we have already have a website with thousands of statically generated pages and edit for ...
2
votes
1
answer
32
views
Is it possible to have a site that uses WordPress with some pages that don't
I am redoing an old static html site in WordPress and that's all fine, but there is a section of the site that is in a subdirectory that would be fine to keep the static html.
I am building the ...
1
vote
1
answer
773
views
Can I have a cookie-less subdomain, if main website is on root domain but does not set any cookies?
Lets say I have a static website at example.com, it does not set any cookies. I have tracking on stats.example.com and a git server on git.example.com - both of which do set cookies.
Static assets ...
2
votes
1
answer
4k
views
Using the Internet Archive’s Wayback Machine as a CDN
Can the Internet Archive’s Wayback Machine be used as a content-distribution network (CDN)?
Aside from the moral problem of stealing bandwidth from an organization I love, would serving a unique file ...
2
votes
0
answers
157
views
How get download stats in Matomo analytics for static content that's served by my CDN (Cloudflare)?
I'm considering enabling Cloudflare for my site, which will make it so that static content is loaded from their servers instead of mine. If that's the case, how can I tally the request in our ...
0
votes
1
answer
206
views
What if to load duplicated blocks e.g. header and footer by JS
If we use static site generators (SSG) and edit some block duplicated on many pages e.g. header or footer, we need to regenerate all the HTML pages using this block. Regardless of the speed of our SSG,...