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

Remove jekyll #521

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions .bundle/config

This file was deleted.

File renamed without changes.
3 changes: 0 additions & 3 deletions .github/workflows/check-next-app.yml
Expand Up @@ -20,13 +20,10 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Installing dependencies
working-directory: ./next-app
run: make install

- name: Linting code
working-directory: ./next-app
run: make lint

- name: Building project
working-directory: ./next-app
run: make build
38 changes: 22 additions & 16 deletions .gitignore
@@ -1,16 +1,22 @@
Gemfile.lock
*.gem
_site/
_deleted_posts/
.DS_Store
.sass-cache
hexlet_guides.sublime-project
hexlet_guides.sublime-workspace
vendor
.jekyll-cache/
.idea
_sass
node_modules
.env
.jekyll-metadata
.vscode
# dependencies
/node_modules

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local

Empty file removed .nojekyll
Empty file.
File renamed without changes.
18 changes: 0 additions & 18 deletions 404.html

This file was deleted.

1 change: 0 additions & 1 deletion CNAME

This file was deleted.

38 changes: 0 additions & 38 deletions Gemfile

This file was deleted.

2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -7,6 +7,8 @@ install:
serve:
npm run start

start: serve

build:
npm run build

Expand Down
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -10,11 +10,9 @@ Tasks:
* Update outdated information
* Updating the guidebook engine

Theme https://github.com/wowthemesnet/affiliates-jekyll-theme

## Run

```sh
```shell
make setup
make build
make serve
Expand All @@ -23,7 +21,7 @@ make serve

## New post

* Add post in locale along path **next-app/data/posts**
* Add post in locale along path **data/posts**
* Build `make build`

---
Expand Down
108 changes: 0 additions & 108 deletions _config.yml

This file was deleted.

25 changes: 0 additions & 25 deletions _data/authors.yml

This file was deleted.

75 changes: 0 additions & 75 deletions _data/banners.yml

This file was deleted.