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

add docusaurus bolierplate #6

Open
wants to merge 15 commits into
base: gh-pages
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk

node_modules
.docusaurus

build
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

3 changes: 0 additions & 3 deletions LICENSE.txt

This file was deleted.

35 changes: 31 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
## imageflow.io
# Website

Jekyll site for www.imageflow.io
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.

gem instal jeykll
jekyll serve
## Installation

```console
yarn install
```

## Local Development

```console
yarn start
```

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

## Build

```console
yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

## Deployment

```console
GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
124 changes: 0 additions & 124 deletions _config.yml

This file was deleted.

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

This file was deleted.

23 changes: 0 additions & 23 deletions _data/tokens.yml

This file was deleted.

13 changes: 0 additions & 13 deletions _includes/author-block.html

This file was deleted.

12 changes: 0 additions & 12 deletions _includes/backnextnav.html

This file was deleted.

6 changes: 0 additions & 6 deletions _includes/breadcrumb.html

This file was deleted.

23 changes: 0 additions & 23 deletions _includes/disqus.html

This file was deleted.

9 changes: 0 additions & 9 deletions _includes/fn_groupsort_reverse.html

This file was deleted.

17 changes: 0 additions & 17 deletions _includes/fn_sortednav.html

This file was deleted.

18 changes: 0 additions & 18 deletions _includes/footer.html

This file was deleted.

33 changes: 0 additions & 33 deletions _includes/head.html

This file was deleted.

6 changes: 0 additions & 6 deletions _includes/header-inner.html

This file was deleted.

20 changes: 0 additions & 20 deletions _includes/header.html

This file was deleted.

Loading