rian.cc Open in urlscan Pro
35.71.144.225  Public Scan

Submitted URL: http://rian.cc/
Effective URL: https://rian.cc/
Submission: On July 06 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="w-full max-w-md lg:col-span-5 lg:pt-2">
  <div class="flex gap-x-4"><label for="email-address" class="sr-only">Email address</label><input id="email-address" name="email" type="email" autocomplete="email" required=""
      class="min-w-0 flex-auto rounded-md border-0 px-3.5 py-2 text-gray-900 dark:text-gray-100 dark:bg-stone-950 shadow-sm ring-1 ring-inset ring-gray-300 dark:placeholder:text-gray-100 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"
      placeholder="Inserisci la tua email"><button
      class="rounded-md text-center transition focus-visible:ring-2 ring-offset-2 ring-gray-200 px-3.5 py-2.5 bg-black text-white dark:bg-white dark:text-black dark:hover:bg-slate-100 hover:bg-slate-900 border-2 border-transparent"> Sottoscriviti
    </button></div>
  <p class="mt-4 text-sm leading-6 text-gray-900 dark:text-gray-200">Ci importa della tua privacy. Leggi la
    nostra<a href="/#" class="rounded-md text-md font-semibold transition focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 text-md font-semibold leading-6 text-gray-800 dark:text-gray-100"> Privacy Policy. </a></p>
</form>

Text Content

關於日安 文章列表
中文 English


嘿!日安

這是一個談論關於程式技術 x 數位生活 x 多角學習的相關部落格。

關於日安 來看我的文章 →



FUNZIONALITÀ

Tutti glil strumenti di cui hai bisogno

Astro è un generatore di siti statici ad alte prestazioni che si integra
perfettamente con Tailwind CSS e Alpine.js. Ti permette di costruire siti web
con facilità e velocità, senza sacrificare le prestazioni.


Astro

Astro è il framework web all-in-one progettato per la velocità. Preleva i tuoi
contenuti da qualsiasi luogo e distribuiscili ovunque, il tutto alimentato dai
tuoi componenti UI e librerie preferiti.

Scopri di più →


Alpine

Alpine è uno strumento robusto e minimale per comporre comportamenti
direttamente nel tuo markup. Pensalo come jQuery per il web moderno. Inserisci
un tag script e inizia.

Scopri di più →


Tailwind

Un framework CSS basato su utility pieno di classi che possono essere composte
per costruire qualsiasi design, direttamente nel tuo markup.

Scopri di più →


Localization

Un'integrazione di i18next con Astro + alcuni componenti utilità per aiutarti a
tradurre i tuoi siti web Astro!

Scopri di più →


Ligh/Dark Mode

Modalità Dark basata sulle classi di Tailwind.

Scopri di più →


Giscus

Un sistema di commenti alimentato da GitHub Discussions. Lascia che i visitatori
lascino commenti e reazioni sul tuo sito web tramite GitHub!

Scopri di più →


Decap CMS

Gestione dei contenuti open source per il tuo flusso di lavoro Git

Scopri di più →


RSS feed

RSS feed generato da @astrojs/rss

Scopri di più →


Article generator (soon)

Usa l'inteligenza artificiale per generare gli articoli del tuo blog

Scopri di più →


DOMANDE FREQUENTI

What is this?This is a astro template that uses tailwindcss and alpinejs
Why alpinejs? Why don't just use js?Alpine js is less than 17kb and it make
javascript very fast to write, there are also various open source ready to use
components like https://js.hyperui.dev, https://www.alpinetoolbox.com/examples,
https://alpinejs.dev/components#components
But I don't need alpine js, can I remove it?Of course, but some components use
it and you'll have to edit these, more specifically you ll have to:

 * First remove the package with the command npm unistall @astrojs/alpinejs
   @types/alpinejs alpinejs
 * Adjust all components that uses alpine js: faq.astro, themeselector.astro,
   navbar.astro

Can I remove also tailwidcss?I mean, you can, but you'll have to basically
rewrite all the template, so I don't recommend it
I don't need multiple language, how can I remove it?One way is to simply keep
one language and remove the selector from the footer but in order to fully
remove the localization you have to:

 * Remove the i18next pacakage npm unistall astro-i18next
 * Remove astro-i18next.config.mjs file
 * Remove locales folder from public
 * Remove languageselector.astro file and from footer
 * Find all reference to i18next and astro-i18next and replace with your text

I don't need dark mode, how can I remove it?Dark mode is embedded into
tailwindcss, so you can't remove it, but you can remove the switch from the
navbar
I don't need decap CMS, how can I remove it?In order to remove decap CMS you
need to:
 * Remove the netlify-cms pacakage npm unistall astro-netlify-cms
 * Remove NetlifyCMS configuration from astro.config.mjs

How can I configure the decap CMS authentication with cloudflare?To configure
decap CMS with cloudflare follow this guide
https://github.com/i40west/netlify-cms-cloudflare-pages
How can I configure the decap CMS authentication with netlify?To configure decap
CMS with netlify do the followings:
 * Change NetlifyCMS config config.backend.name to git-gateway
 * Use integrated NetlifyCMS auth
   https://decapcms.org/docs/git-gateway-backend/#git-gateway-with-netlify

How can I change the localization languages?In order to change the languages you
have to change the languages in the file astro-i18next.config.mjs and in the
netlifyCMS configuration on the file astro.config.mjs
Then change the locales files folders in public/locales
What are the files in the funciotn folder used for?These are cloudflare function
that are used for the authentication to the decap CMS
The build on cloudflare keep failing, why?One of the problem could be that the
Build system version is setted to version 1, make sure that version 2 is
selected


SOTTOSCRIVITI ALLA NOSTRA NEWSLETTER

Ricevi le notifiche per gli ultimi aggiornamenti e novità.

Email address Sottoscriviti

Ci importa della tua privacy. Leggi la nostra Privacy Policy.


 * 首頁
 * 文章列表


Copyright © Rian 2023 - Present. All rights reserved