Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Переделан на движок VuePress #22

Merged
merged 2 commits into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ node_modules
.output
.env
/.idea/
/docs/.vuepress/
40 changes: 31 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,46 @@

## Стек технологий:

* NuxtJS + Nuxt Content
* VuePress 2 + vuepress-theme-hope
* Vue 3 + TypeScript
* Tailwind CSS

## Сайт

Сайт расположена на сайте [seo-recipes.ru](https://seo-recipes.ru)

Статьи находятся в папке `content`, картинки находятся в папке `assets/images`
Статьи находятся в папке `docs`

Для отображения картинки в статье используется код:
Для отображения картинки в статье используется код `![Картинка](./1.png)`, картинка будет браться из папки со статьёй

```vue
:image{src=1.png alt="Пример"}
## Редактирование

Правки может предлагать любой пользователь github.com

Пример описания

```yaml
title: Название страницы
description: Краткое описание страницы
icon: solid fa-font-awesome # иконка, берется с сайта https://fontawesome.com/ и убирается первая часть fa. В примере fa-solid fa-font-awesome
author:
- name: Имя
url: Ссылка на сайт или соцсеть
category: yandex
tag: [ yandex, ads ]
```

картинка будет браться из папки `assets/images/папка/статьи`
Пример страцицы

## Редактирование
```md
---
Описание страницы
---

Правки может предлагать любой пользователь github.com
# Сама страница

Используется разметка markdown

```

Про разметку можно посмотреть на
сайте [vuepress](https://vuepress-theme-hope.gitee.io/v2/ru/cookbook/markdown/demo.html)
14 changes: 0 additions & 14 deletions app.vue

This file was deleted.

3 changes: 0 additions & 3 deletions assets/css/main.css

This file was deleted.

24 changes: 0 additions & 24 deletions components/GitHub.vue

This file was deleted.

26 changes: 0 additions & 26 deletions components/MenuLinkList.vue

This file was deleted.

24 changes: 0 additions & 24 deletions components/MenuLinkOne.vue

This file was deleted.

34 changes: 0 additions & 34 deletions components/PrevNext.vue

This file was deleted.

29 changes: 0 additions & 29 deletions components/SiteBar.vue

This file was deleted.

41 changes: 0 additions & 41 deletions components/SiteFooter.vue

This file was deleted.

123 changes: 0 additions & 123 deletions components/SiteHeader.vue

This file was deleted.

Loading