add video demo
1 file changed
tree: 0baadd513830f2af003ae499d0d11a9ac6b19dcf
  1. .github/
  2. _data/
  3. _includes/
  4. _layouts/
  5. _posts/
  6. _sass/
  7. assets/
  8. docker/
  9. docs/
  10. screenshots/
  11. test/
  12. tools/
  13. .commitlintrc.js
  14. .editorconfig
  15. .eslintrc
  16. .gitignore
  17. .stylelintignore
  18. .stylelintrc
  19. .travis.yml
  20. 404.html
  21. _config.yml
  22. about.md
  23. archive.html
  24. CHANGELOG.md
  25. CNAME
  26. CONTRIBUTING.md
  27. Dockerfile.dev
  28. expolab-icon-favicon.svg
  29. favicon.ico
  30. Gemfile
  31. HOW_TO_RELEASE.md
  32. index.html
  33. jekyll-text-theme.gemspec
  34. LICENSE
  35. package.json
  36. README-zh.md
  37. README.md
  38. screenshot.jpg
  39. testFile.txt
README.md

ResilientDB Docs

Site Settings are located in _config.yml Posts are written in markdown in _posts/ directory. Follow file naming convention. Authors are listed in _data/authors.yml. Simply place alias in title header. Blog themes and syntax highlighters can be configured in _sass/skins/ and selected in Site Settings.

To build locally do the following:

sudo bundle exec jekyll serve

In your browser visit http://127.0.0.1:4000/blog/ to view local changes.

License

TeXt Theme is MIT licensed.