Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chfuchte/frankfurttimes


https://github.com/chfuchte/frankfurttimes

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Frankfurt Times Vue3 | Vite Client

:warning: **@Barsch2006 ist nicht für den entgültigen Inhalt verantwortlich** :warning:

## Folder Structure

The folder to add, edit and delete data and articles is the `public` folder.

- Images in the public folder may be used in articles.
- `teamData.json` here you may edit your _team_. The Syntax:

```json
{
"name": {
"name": "",
"job": "",
"img": "",
"about": "SOME-TEXT"
}
}
```

- `titlePage.json` here you may edit the title Page of your Newspaper. The Syntax:
**! In WORK !**

```json
{}
```

- `articleData.json` here you _write_ your articles. The Syntax:
(-> Into the Arrays you write Articles like in the [types/article.ts](https://github.com/Barsch2006/frankfurttimes/blob/master/src/types/article.ts))

```json
{
"frankfurt": [],
"wirtschaft": [],
"usa": [],
"international": []
}
```

## Functions

In the `text` of an article and in the `preview_text` you have to option to use:

- `****` to make your text bold
- `**` to make your text italic
- `____` to underline your text