Redesigned the demo project and added Bootstrap offline mode, convenient for developing in places with an unstable connection.

This commit is contained in:
Luis Manuel 2025-03-07 22:30:43 -05:00
parent 145eb0fd8c
commit 864f732dce
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
pkgbase = static-git
pkgdesc = "A static HTML site generator inspired by React"
pkgdesc = A static HTML site generator inspired by React
pkgver = 1.0
pkgrel = 2
epoch = 0
@ -8,6 +8,7 @@ pkgbase = static-git
license = MIT
provides = static-init
conflicts = static-init
source= git+https://github.com/GearFox98/static.git#branch=master
source = git+https://github.com/GearFox98/static.git#branch=master
sha256sums = SKIP
pkgname = static-git

View file

@ -1,7 +1,7 @@
# Maintainer: Luis Manuel Rivero <riveroluismanuel9@gmail.com>
pkgname=static-git
pkgver=1.0
pkgrel=2
pkgrel=3
epoch=0
pkgdesc="A static HTML site generator inspired by React"
arch=('any')