#staticweb

TiTiNoNero :__:77nn@goto.77nn.it
2025-04-13

Restyling completed!

https://77nn.it

Now the site works just fine even with #Javascript totally disabled. But if you expect to listen to my podcast using the built-in player (which is handwritten) this will not work. However I placed several <noscript> tags explaining here and there what is not expected to work without JS.

At least all the content is readable and also rendering works just fine even after stripping almost half of the original CSS.

#smallweb #staticweb #noscript

My Website
2025-01-02

#NoteToSelf to check out getzola.org/ which looks like a great way to set up a simple static website without having to F around with NodeJS or some other local environment dependency hell nonsense.

#StaticWeb

2024-12-24

Users of @silex can’t currently track changes on v3.silex.me. A release page with changelogs will fix that

Help shape this feature by casting your vote!

👉 roadmap.silex.me/posts/31/sile

#LibreSoftware #Contribution #Jamstack #NoCode #StaticWeb

Eugene :emacs: :freebsd:evgandr@mas.to
2024-12-01

Написал тут «небольшой» пост про свой Emacs-плагин, с которым можно писать посты в статический блог на OrgMode, без всяких этих ваших Markdown'ов и веб-редакторов

eugene-andrienko.com/it/2024/1

@ru @rf

#emacs #emacslisp #staticweb #blogging

Eugene :emacs: :freebsd:evgandr@mas.to
2024-12-01

Awww, RSS users! :dragnaww: :dragnaww: :dragnaww: :rss: :dragnheart:

#staticweb #rss

Request from NetNewsWire RSS readerRequest from Feedly RSS Reader
Eugene :emacs: :freebsd:evgandr@mas.to
2024-12-01

Watching, how haxx0rs' bots trying to break my static blog is always funny :dragnaww:

#staticweb #hacking #cloudflare

Request log from Cloudflare — GET request for //wp-l0gin.pgp from 172.172.130.74Request log from Cloudflare - GET request for /admin/assets/plugins/jQuery-File-Upload/server/php/index.php
Marian Dörknrchtct@vis.social
2024-11-29

hey digital cultural heritage bubble, does anybody know how to freeze an @Omeka instance and turn it into a static version that can be archived and made available for the long term? ideally this would not involve crawling the site, which seems somewhat error-prone…

all pointers and boosts appreciated 🙏

#Omeka #OmekaS #OpenGLAM #CulturalHeritage #StaticWeb #ProjectEndings #EndingsProject #FediHelp

/cc @nfdi4culture

2024-09-27

Blogged: Building a GitHub Discussions Powered Blog (aka what I did at CODECABIN) mattbrailsford.dev/building-a-

#astro #staticweb

legumancer Davylegumancer@tech.lgbt
2024-09-25

Speaking of #staticweb stuff, is there any particular static site generator you'd recommend for a company website that's currently built using Wordpress and a static page generator plugin?

It's basically a blog + some pages. If it were possible to pull in CSS from the Wordpress theme, that'd be awesome, but re-coding the theme is also a possibility.

legumancer Davylegumancer@tech.lgbt
2024-09-25

Does there exist a PHP search feature/library that I can just bolt onto a #staticWeb site?

Two use cases:

1. My spouse has a backup of a forum that only runs on dangerously old PHP versions, and I'd like to write a script to generate a very basic site that just lets you read the posts and search them.

2. I work for a company who's public facing site is made with a static site generator. A bunch of new content was added recently, so a search tool would be nice to have.

2024-09-16

I'm looking for a cheap and relaiable #staticweb hosting. No interested in #selfhosting by now.

#ethical and #sustainable service is a plus.

Any recommendation? What are #webdeveloper using?

2024-09-09

If you're a #javascript developer interested in @astrodotbuild, you can now get a 1-day ticket to #techbash 2024 to attend Astro for Rank Beginners, a workshop with @nickhodges.

Check out our full schedule at techbash.com/schedule

#frontend #webdev #staticweb #webapps #pwa #developers

2024-07-17

#Termux #staticweb #blog #webdev with #Pandoc, day 2.

Day 1 here: mastodon.ml/@jilotta/112797081

Changelog:
+ Added first article and article index
+ Changed the colorscheme so that clicked links look pale and blend into text while fresh links are accented.
+ Added a <meta name="theme-color"> tag into template so that the browser statusbars match the background in color.
+ Fixed error screen. It's no longer white and lifeless. Now the font and the colorscheme match the rest of the website.
+ Added joke
+ Added favicon
+ Fixed file hierarchy

Quark (by suckless), the server I'm using, doesn't support HTTPS by default, and for it to work I'd need to install a TLS proxy.

It would be impossible to actually host the website from Termux since port :80 (the HTTP port) is blocked by the Android system. Currently, the site is hosted on my local WiFi at port :6969.

#androiddev #suckless #sucklesstools #staticwebsite

jilotta’s space
Hey! Glad to see you here!

This is an archive of my thoughts for you to enjoy (or suffer, depending on the time of day).

I’m a fan of minimalism; a fanatic, even. That’s why there are no distracting navbars, sidebars or theme options. If you want to change the theme, use Stylus.

Before you read: if you question whether I’m serious or not, the answer would be “yeah, no”.

With that in mind,

Articles
Posticles (sometimes in Russian)
Testicles (striked out)
Brain (leads to 404)
Also, the website is hosted on an Android phone. Every page here was written in Termux, and is served from there as well. Read more.Articles index:

articles
Hello, world!
— 2024-07-17

(horizontal line)
…that’s it!
Go back to the home page if you want :3The first article:

Hello, world!
Hello and welcome to this blog!

I am now at my grandparents’ house, and don’t have a computer with me. At the same time I wanted to start blogging, so I thought,

why not?

Why don’t I host my blog on Termux? It’s all static anyway, it’s not like there’ll be comments.

And so, the blog was born.
(horizontal line)
See other articles.Hosted on Termux
That’s right, the page you’re on, as well as the rest of the website, is hosted on an Android phone!

It isn’t that much of an acheivement, actually. Everything on this website is static. Every page is generated from Markdown using Pandoc, and served with Quark from suckless. I really like Suckless, and had been using their dwm for a year and a half before switching to KDE.

Quark needs root permissions to bind to a port, so I use the Root config by AdarshAdde a.k.a Mr Idealhat. It doesn’t actually require root permissions and instead uses proot. Without it, I wouldn’t have known proot even existed.

The whole website is written in Helix. It’s a great editor, and I use it on my computer as well.

Have fun and explore the rest of the website!
2024-07-16

#webdev on #termux. #androiddev #pandoc #suckless #sucklesstools #staticwebsite #staticweb

Edit: apparently, # quark refers to a star trek character, removed

jilotta’s space
Hey! Glad to see you here!

This is an archive of my thoughts for you to enjoy (or suffer, depending on the time of day).

I’m a fan of minimalism; a fanatic, even. That’s why there are no distracting navbars, sidebars or theme options. If you want to change the theme, use Stylus.

Before you read: if you question whether I’m serious or not, the answer would be “yeah, no”.

There are no articles here yet, but you can check my:

Posticles (sometimes in Russian)
Testicles (striked out)

Also, the website is hosted on an Android phone. Every page here was written in Termux, and is served from there as well. Read more.Hosted on Termux
That’s right, the page you’re on, as well as the rest of the website, is hosted on an Android phone!

It isn’t that much of an acheivement, actually. Everything on this website is static. Every page is generated from Markdown using Pandoc, and served with Quark from suckless. I really like Suckless, and had been using their dwm for a year and a half before switching to KDE.

Quark needs root permissions to bind to a port, so I use the Root config by AdarshAdde a.k.a Mr Idealhat. It doesn’t actually require root permissions and instead uses proot (check here). Without it, I wouldn’t have known proot even existed.

The whole website is written in Helix. It’s a great editor, and I use it on my computer as well.

Have fun and explore the rest of the website!
2024-06-18

I'm increasingly enamoured by things like @freebliss 's #Faircamp (a static site generator for audio - a self-hosted Bandcamp, if you will) and #Fgallery (a static site generator for images). I'd be interested in something similar for video content, if anyone has any suggestions.

I'm currently working on improving a Pinterest-alike, partly for my own purposes and partly to improve my Python skills. It's not static, of course, bu it's a self-hosted, small-scope thing.

#SelfHosting #StaticWeb

2024-06-14

static site checker
"an opinionated nit-picker for static websites"

#html #WebDev #validator #StaticWeb #tools

2024-06-09

@adele I’m not sure I’m confusing the words necessarily, though language is of course not static. I heard about #SmallWeb from this article: ar.al/2020/08/07/what-is-the-s which is what I’m basing my definition on. #IndieWeb from what I can find is a community building tools empowering people to own their social networking data: en.wikipedia.org/wiki/IndieWeb

Are #SmallWeb and #SmolWeb synonyms?

A static site generator can generate sites with JavaScript on them for instance. This is static for the server to host, but I don’t think a site is 100% static if it gets mutated on the client.

That would be my distinction between #SmallWeb and #StaticWeb anyway. :)

2024-06-09

@adele I like the constraint of not using #JavaScript on my website, but I think it’s fine to use it.

The defining factor of #SmallWeb for me isn’t the technology used, but that it’s made by and for individuals. Even a Wordpress blog could be small web to me.

Maybe there could be another name for a more technically strict web? #StaticWeb ? A subgenre of #SmolWeb where everything is static. 🤔

Serge from Babkaserge@babka.social
2024-06-03

Back in the day when you wanted to know about your website traffic, you'd use a web log analyzer.

I maintain a few static web sites and I'm wondering what the current best practice there is.

Is analyzing web logs still a thing people do? Are there web log analyzers that are particularly well regarded? Is there some other process people prefer now?

#web #staticweb #webdevelopment

Please recommend a light-weight web browser for static sites with the following features:

1)Lightweight layout engine:
not one of the Big Three.

2)Dark mode: I need all pages to show a dark background (preferably true black) with light text. No exceptions. If I encounter a page with light-themed CSS, I want some feature equivalent to the Dark Reader extension that major browsers have.

3)Graphical: I want to be able to navigate with a mouse, not just a the terminal.

4)Not developed primarily by a bigot. So no Pale Moon (and Pale Moon's Goanna engine isn't really lightweight, it's just slightly less heavy than the big three).

Also note that I'm specifically looking for a
web browser with these criteria: for Gemini/Spartan/similar protocols I already have Lagrange.

#WebBrowsers #StaticSite #StaticWeb #StaticWebsite #LiteBrowser #LightweightBrowser #Web1 #Web1_0 #Smalnet #Gemini #GeminiProtocol #Spartan #SpartanProtocol

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst