Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chfuchte/frankfurttimes
https://github.com/chfuchte/frankfurttimes
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/chfuchte/frankfurttimes
- Owner: chfuchte
- Created: 2023-05-10T16:56:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-22T19:34:01.000Z (10 months ago)
- Last Synced: 2024-05-18T14:49:26.486Z (6 months ago)
- Language: Vue
- Size: 2.26 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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