Web/README.md

27 lines
830 B
Markdown
Raw Permalink Normal View History

2023-12-10 22:53:37 +01:00
*WIP*
# Website for Open Bokeron
This repo hosts the website for Open Bokeron which is a student organization in University of Málaga whose aim is to promote the use of free(as in freedom) software.
The philosophy with this website for now is to KISS(keep it stupid simple) using only HTML5 & CSS 3.
2024-04-30 17:04:29 +02:00
## Developer preview
You need [Hugo](https://gohugo.io/) installed.
To get a local preview you can run the server on your host or using [Development Containers](https://containers.dev/) included.
```sh
hugo server
```
2023-12-10 22:53:37 +01:00
## TODO
2024-02-20 22:19:28 +01:00
- [x] Add our logo on the website, favicon.
2023-12-11 09:41:55 +01:00
- [ ] Add content describing our association and other pages as needed.
2024-02-21 17:58:07 +01:00
- [x] Work on SEO (OpenGraph, Twitter meta tags...)
2024-03-25 23:05:37 +01:00
- [x] Multilingual support(English + Spanish)
2024-02-21 17:58:07 +01:00
- [x] Support for RSS (index.xml)
- [x] Use a minimal CMS
2024-02-20 22:19:10 +01:00
- [x] Basic robots.txt