Skip to content

Commit b1c5da1

Browse files
authored
Update README.md
1 parent 101f4e3 commit b1c5da1

File tree

1 file changed

+33
-79
lines changed

1 file changed

+33
-79
lines changed

README.md

Lines changed: 33 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,46 @@
1-
# Quick Start
2-
3-
```sh
4-
$ git clone [email protected]:beebmx/kirby-starterkit.git
5-
$ cd kirby-starterkit
6-
$ touch .env
7-
$ composer install
8-
```
9-
10-
# Kirby Starterkit
11-
12-
Kirby is a file-based CMS.
13-
Easy to setup. Easy to use. Flexible as hell.
14-
15-
## Trial
16-
17-
You can try Kirby on your local machine or on a test
18-
server as long as you need to make sure it is the right
19-
tool for your next project.
20-
21-
## Buy a license
22-
23-
You can purchase your Kirby license at
24-
<https://getkirby.com/buy>
25-
26-
A Kirby license is valid for a single domain. You can find
27-
Kirby's license agreement here: <https://getkirby.com/license>
28-
29-
## The Plainkit
30-
31-
Kirby's Plainkit is the most minimal setup you can get started with.
32-
It does not include any content, styles or other kinds of decoration,
33-
so it's perfect to use this as a starting point for your own project.
34-
35-
## The Panel
36-
37-
You can find the login for Kirby's admin interface at
38-
http://yourdomain.com/panel. You will be guided through the signup
39-
process for your first user, when you visit the panel
40-
for the first time.
41-
42-
## Installation
43-
44-
Kirby does not require a database, which makes it very easy to
45-
install. Just copy Kirby's files to your server and visit the
46-
URL for your website in the browser.
47-
48-
**Please check if the invisible .htaccess file has been
49-
copied to your server correctly**
50-
51-
### Requirements
52-
53-
Kirby runs on PHP 7.1+, Apache or Nginx.
54-
55-
### Download
56-
57-
You can download the latest version of the Starterkit
58-
from https://download.getkirby.com
59-
60-
### With Git
1+
# PersonalBlog
612

62-
If you are familiar with Git, you can clone Kirby's
63-
Starterkit repository from Github.
3+
Blog personal construido con [Kirby CMS](https://getkirby.com/), un CMS de archivos plano basado en PHP, que permite crear y administrar contenido de manera sencilla y flexible.
644

65-
git clone https://github.com/getkirby/starterkit.git
5+
## 🚀 Tecnologías usadas
666

67-
## Documentation
7+
- PHP 8.x
8+
- [Kirby CMS](https://getkirby.com/)
9+
- Tailwind CSS para estilos
10+
- Blade como motor de plantillas
6811

69-
<https://getkirby.com/docs>
12+
## 🎯 Características
7013

71-
## Issues
14+
- Administración de contenido mediante el panel de Kirby
15+
- Diseño responsive y limpio con Tailwind CSS
16+
- Plantillas Blade para una estructura modular y reutilizable
17+
- Fácil personalización y extensión
18+
- Blog orientado a publicación personal y profesional
7219

73-
If you have a Github account, please report issues
74-
directly on Github: <https://github.com/getkirby/kirby/issues>
20+
## ⚙️ Instalación y uso
7521

76-
Otherwise you can use Kirby's forum: https://forum.getkirby.com
77-
or send us an email: <[email protected]>
22+
1. Clona el repositorio:
23+
```bash
24+
git clone https://github.com/andreablass/PersonalBlog.git
25+
cd PersonalBlog
26+
Instala dependencias PHP usando Composer:
7827

79-
## Ideas & Feature Requests
28+
bash
29+
Copy
30+
Edit
31+
composer install
32+
Configura tu servidor web (Apache, Nginx) para apuntar a la carpeta public como raíz pública.
8033

81-
If you have ideas for new features, please submit a ticket in our ideas repository:
82-
<https://github.com/getkirby/kirby/ideas>
34+
Accede al panel de administración de Kirby en /panel para crear y gestionar contenido.
8335

84-
## Support
36+
Para desarrollo local puedes usar el servidor PHP integrado:
8537

86-
<https://getkirby.com/support>
38+
bash
39+
Copy
40+
Edit
41+
php -S localhost:8000 -t public
42+
y abrir http://localhost:8000
8743

88-
## Copyright
44+
📄 Licencia
45+
MIT License © Andrea Blass
8946

90-
© 2009-2019 Bastian Allgeier (Bastian Allgeier GmbH)
91-
<https://getkirby.com>
92-
# PersonalBlog

0 commit comments

Comments
 (0)