Website for my peertube repository https://pkg.rigelk.eu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
Rigel Kent 3721e0e5b1
adding .gitlab-ci.yml, cleanup
4 years ago
.bundle initial version, rough edges and adaptation from Yarn's website <3 5 years ago
_data add directory name option 4 years ago
_includes adding .gitlab-ci.yml, cleanup 4 years ago
_layouts base version for a PeerTube documentation 4 years ago
_sass adding .gitlab-ci.yml, cleanup 4 years ago
assets base version for a PeerTube documentation 4 years ago
css base version for a PeerTube documentation 4 years ago
js/src adding .gitlab-ci.yml, cleanup 4 years ago
lang/en adding .gitlab-ci.yml, cleanup 4 years ago
scripts adding .gitlab-ci.yml, cleanup 4 years ago
-debug.html Change redirects to use /:lang subpath 6 years ago
.babelrc Add babel-preset-env, Remove babel-preset-es2015 (#609) 5 years ago
.editorconfig Add editorconfig (#612) 5 years ago
.gitignore initial version, rough edges and adaptation from Yarn's website <3 5 years ago
.gitlab-ci.yml adding .gitlab-ci.yml, cleanup 4 years ago
.gitmodules Changed submodule (#244) 6 years ago
.prettierignore chore: update deps (incl. prettier) 5 years ago
.prettierrc chore: update deps (incl. prettier) 5 years ago
.ruby-version chore: update ruby 5 years ago
.travis.yml More i18n improvements 6 years ago
404.html base version for a PeerTube documentation 4 years ago
Gemfile Change redirects to use /:lang subpath 6 years ago
Gemfile.lock chore: update deps 5 years ago
Makefile feat(SEO): add a script to make sitemaps (#468) 6 years ago
README.md adding .gitlab-ci.yml, cleanup 4 years ago
_config.yml base version for a PeerTube documentation 4 years ago
_redirects corrected docs/_installations and modified description, scripts and purr 5 years ago
blog.html Setup blog 6 years ago
crowdin.yaml Prepare site for translation (#364) 6 years ago
favicon.png initial version, rough edges and adaptation from Yarn's website <3 5 years ago
feed.xml Init commit 6 years ago
index.html remove yandex 6 years ago
install.sh adding .gitlab-ci.yml, cleanup 4 years ago
latest-rc-version Add RC to website (#343) 6 years ago
latest-version Add /latest-version endpoint that returns the latest version of Yarn. 6 years ago
package.json initial version, rough edges and adaptation from Yarn's website <3 5 years ago
robots.txt base version for a PeerTube documentation 4 years ago
webpack.config.js chore: bundle analyzer plugin 5 years ago
yarn.lock fix(perf): force resolving a single version of algoliasearch 5 years ago

README.md

PeerTube Documentation

This repo contains the source code for docs.joinpeertube.org. Please refer to the self-contained documentation of PeerTube for canonical technical reference.

Building the site

You should ensure you have Yarn and Bundler installed:

$ gem install bundler

And then:

$ make

Or:

$ make install
$ make serve

On Windows, make is not available, so you need to execute bundle and jekyll directly:

bundle install
bundle exec jekyll serve --incremental