-
wrote on Jun 18, 2024, 12:31 AM last edited by
-
wrote on Jun 18, 2024, 5:48 AM last edited by eddowding Jun 18, 2024, 12:15 PM
Thanks! I was especially thinking about those on cloudron.
-
wrote on Jun 18, 2024, 6:51 AM last edited by
You could use Brizy cloud as well. You build your website in a modern editor, but they offer to expert to any server location you want as static HTML, and it's free if you don't need any fancy blocks as well. I am using it myself:
-
wrote on Jun 18, 2024, 7:02 AM last edited by jfrere Jun 18, 2024, 7:03 AM
I use https://getpublii.com, then I upload the content on surfer.
Publii has an option to import Wordpress websites (content only, not the theme or template).
-
Publii is good if you don’t mind installing it locally and pushing the content to a Surfer app.
Or you could install Hugo in Surfer or LAMP and publish the site to correct location. Or indeed locally install Hugo Jekyll 11ty etc and push published site to a Surfer app.
-
-
wrote on Jun 19, 2024, 2:32 PM last edited by
To work with Publii on more than one computer, you can install a Nextcloud instance on Cloudron, then use a Nextcloud drive to store Publii files.
-
To work with Publii on more than one computer, you can install a Nextcloud instance on Cloudron, then use a Nextcloud drive to store Publii files.
@jfrere true
Have set it up for someone like this but using iCloud. Have also done it using Seafile.
But always advise that the Publii is shutdown when not in use, to avoid files being in open state on 2 devices. -
wrote on Jun 19, 2024, 6:50 PM last edited by
@timconsidine The way Publii works with a remote drive is intended for one person working from multiple locations, rather than for multiple people collaborating on the same website.
-
wrote on Jun 20, 2024, 6:10 AM last edited by
I used Publii with Google Drive it was fine
I also tried with GitHub, worked tooI found the best "Host" for Publii is to use it GitHub and Cloudflare Page as they will be at the Edge.
Developper's of Publii specifically target WordPress user who are looking for a static alternative.
-
wrote on Jun 20, 2024, 6:13 AM last edited by
other alternative is to keep WordPress as backend and use something like https://vercel.com/templates/next.js/isr-blog-nextjs-wordpress for the front end.
-
wrote on Jun 20, 2024, 6:15 AM last edited by
another alternative is to use Notion and with NextJS
like whith this: https://github.com/transitive-bullshit/nextjs-notion-starter-kit
it work well, but not entirely open source (Notion)
but possible to automate with n8n which is sadly not possible for Publii -
wrote on Jun 20, 2024, 7:05 AM last edited by
-
@timconsidine The way Publii works with a remote drive is intended for one person working from multiple locations, rather than for multiple people collaborating on the same website.
@jfrere yes, i know - that's what I do
-
wrote on Jun 20, 2024, 8:36 AM last edited by
@LoudLemur I love the idea of AnyType
But How do you use it as a CMS like it is possible with Notion ?
They say Publishing Web is a Requested Feature, not yet done. -
wrote on Jun 20, 2024, 8:38 AM last edited by
Currently; I use Obsidian with Hugo
it is not the best but it get the job done.
I prefered it to all other solution because I could integrate GenAI in it. -
@LoudLemur I love the idea of AnyType
But How do you use it as a CMS like it is possible with Notion ?
They say Publishing Web is a Requested Feature, not yet done.wrote on Jun 21, 2024, 6:04 PM last edited by@JOduMonT Obsidian looks nice. I haven't been using AnyType very much and can't really comment.
You might like to look at some of these, for example, have you tried Astro?
- Astro: https://astro.build/blog/introducing-astro/
- VuePress: https://vuepress.vuejs.org/
- Gridsome: https://gridsome.org/
- Eleventy: https://www.11ty.dev/
- NuxtJS (Static): https://www.nuxtjs.cn/blog/going-full-static
While we are talking about static sites, lets not forget the Gemini Protocol:
-
wrote on Jun 23, 2024, 5:07 AM last edited by
Publii looks interesting. For the people that use Publii, are there more themes than what's available on their own Marketplace?
-
wrote on Jun 23, 2024, 4:40 PM last edited by
@eddowding, ghost is really good for everyday blogs and website. On top they are working on integrating the activitypub protocol to it, meaning that your website could contribute to a social network open and decentralize.
More infos - > https://activitypub.ghost.org/
or here about activitypub -> https://www.theverge.com/2023/4/20/23689570/activitypub-protocol-standard-social-network -
@eddowding, ghost is really good for everyday blogs and website. On top they are working on integrating the activitypub protocol to it, meaning that your website could contribute to a social network open and decentralize.
More infos - > https://activitypub.ghost.org/
or here about activitypub -> https://www.theverge.com/2023/4/20/23689570/activitypub-protocol-standard-social-networkwrote on Jun 23, 2024, 5:46 PM last edited by@jrl-abstract27 I'd be happy & confident with Ghost. I'd like it to just do Pages and not Posts, so that the home page is just another page.
Apparently there are themes which have this as a feature but I can't find one yet, and I don't really want to go fussing about with Routes etc.
I just found the instructions to create ahome.hbs
and so have copied that and will tinker with the index a bit. Still weird that it's not a main option but so it goes. Thank you for the prompt to not be so lazy -
wrote on Jun 24, 2024, 6:20 AM last edited by
I am a big fan of Statamic CMS.
A bit similar to Grav, but better in my opinion. Based on Laravel (i.e. PHP), can be used with or without a database (flatfile first), headless/JAMstack or classic, suitable for small or very large sites, great maintenance backend for editors, well documented, easy to update ...