diff --git a/docs/_config.yml b/docs/_config.yml index c36e1fe..6f51b0d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,12 +1,17 @@ -title: "" +title: "videobeaux" description: "The friendly multilateral video toolkit built for artists by artists." -theme: jekyll-theme-minimal -# Base URL for project site -baseurl: "/videobeaux" +# however you’re activating the theme; either of these is fine: -# (optional) enable search -search_enabled: true +# If GitHub wrote this for you: +remote_theme: pages-themes/minimal@v0.2.0 +plugins: + - jekyll-remote-theme -# Navigation structure (we'll wire pages to these) -nav_order: 1 +# OR if you’re using the plain theme line instead: +# theme: jekyll-theme-minimal + +baseurl: "/videobeaux" # (project site; you probably already have this) + +logo: "/assets/img/videobeaux.png" # 👈 THIS is the important line +show_downloads: false # optional, hides the ZIP/TAR buttons \ No newline at end of file diff --git a/docs/assets/img/videobeaux-update.png b/docs/assets/img/videobeaux-update.png new file mode 100644 index 0000000..346b9ad Binary files /dev/null and b/docs/assets/img/videobeaux-update.png differ diff --git a/docs/assets/img/videobeaux.png b/docs/assets/img/videobeaux.png new file mode 100644 index 0000000..b55dfe5 Binary files /dev/null and b/docs/assets/img/videobeaux.png differ