Questions tagged [static-content]
The static-content tag has no summary.
72 questions
1
vote
1
answer
132
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
1
answer
490
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
0
answers
99
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 ...
1
vote
1
answer
219
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
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 ...
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 ...
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 ...
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,...
0
votes
1
answer
41
views
How to replace thousands of old JS ad tags in a directory full of static html? [closed]
We're taking over another company's website and we plan on creating an archived version of their old site using wget to mirror the site into an archive.example.com website.
Since there are several ...
2
votes
1
answer
97
views
What should I do with old (project) websites / historic content?
I have a few old websites with some nice content, artist projects. Not relevant for business but quite interesting in a historical way.
My feeling says it would be not enought to keep the page alive, ...
0
votes
0
answers
99
views
How to update a website's homepage to use a static AWS S3 site just for the homepage
I have developed the browser based game over at http://ninjawars.net. Currently, the game site homepage is essentially like a single-page app, it is a php backed homepage with an iframe, links to ...
2
votes
1
answer
65
views
404 page on a static decommissioned webpage
We have decommissioned an old website and replaced the homepage with a similar static page stating that the offer is no longer available.
We are returning the homepage with a 200 header if navigated ...
2
votes
1
answer
481
views
How to debug a non working https setup that uses Amazon S3, route53, Cloudfront?
I am setting up a static site with the following:
content hosted on S3 (central Europe region)
with a custom domain
Cloudfront with https
route53 for DNS setup
redirect http to https
redirect www to ...
3
votes
1
answer
2k
views
What is the 'right way' to serve static content from my AWS S3 bucket on my ElasticBeanstalk deployment?
I've hosted a small PHP environment on AWS ElasticBeanstalk. The static content (.css, .js, .jpg files etc) is inaccessible directly from ElasticBeanstalk, and must come from another source. I've ...
0
votes
1
answer
394
views
Managing (routing between) two separate servers in the same web app
I am building a website, where the landing page and some other content is based on node, express, angular2 etc.
I want to have a subdomain (blog.mydomain.com) which runs Hexo. On my development ...
0
votes
1
answer
71
views
Can generating static links via javascript be legal and recognized?
I have a page of photo thumbnails on my site. On the page, a large number of links are grouped together consecutively, and the links take up at least 1/2 the HTML code size.
Here's an example:
<...
2
votes
2
answers
712
views
Is having a static homepage harmful for my SEO?
My homepage is a static page, not a page showing latest posts.
Is this harmful for my SEO?
1
vote
1
answer
116
views
Configuring the document root on a cookieless domain
I am configuring a cookieless domain for all my static content, I see a lot of articles and how-to's use the same document root for as their main domain. Why?
This seems like a disadvantage to me, ...
1
vote
2
answers
3k
views
Static vs dynamic website search engine results
I am mobile software developer and I want to create a website.
I will have static webpages not dynamic ones (homepage, jobs, about, contact...). When people search on Google with this word: "...
1
vote
1
answer
64
views
What happens when overwriting a static file?
Say you've got a purely static website. It's popular so people are often visiting your index.html. What happens when you use your ftp client to overwrite the file? Will people ever see any odd results?...
1
vote
1
answer
135
views
SEO consideration for downloadable files
I used to serve PDF files as static file:
http://domain.com/pdf/file1.pdf
and PDF files perfectly indexed by Google and other search engines. Then I decided to change my structure to place pdf files ...
1
vote
1
answer
256
views
Web-based interface for a static CMS [closed]
I would like to have a static CMS, but I need a web interface for the editor. The editor can be a php/python/ruby app hosted off my computer for when I need to edit.
2
votes
2
answers
841
views
Is there a modern (eg NoSQL) web analytics solution based on log files?
I have been using Awstats for many years to process my log files. But I am missing many possibilities (like cross-domain reports) and I hate being stuck with extra fields I created years ago. Anyway,...
0
votes
1
answer
283
views
Static page generator quazi CMS
Are there some mainstream software packages that generate static pages?
Sort of like CMS, but without all the fluffy parts. I'm perfectly fine with editing pages using a text editor, but I would like ...
4
votes
2
answers
1k
views
Google Analytics setting cookies on static content despite being on entirely separate domain
I recently decided to comply with the YSlow recommendation that static content is hosted on a cookieless domain.
As I already use the root of my domain (donaldjenkins.com) to host my website—on which ...