From: Jean-Philippe Bruyère Date: Sun, 16 Aug 2020 00:20:34 +0000 (+0200) Subject: no-style X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=7ceb3d032a0f86e860ae6998cf7954c963217efc;p=jp%2Fvkvg.git no-style --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5289489 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.jekyll-cache +_site +Gemfile.lock diff --git a/404.html b/404.html new file mode 100644 index 0000000..086a5c9 --- /dev/null +++ b/404.html @@ -0,0 +1,25 @@ +--- +permalink: /404.html +layout: default +--- + + + +
+

404

+ +

Page not found :(

+

The requested page could not be found.

+
diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..8b23a00 --- /dev/null +++ b/Gemfile @@ -0,0 +1,30 @@ +source "https://rubygems.org" +# Hello! This is where you manage which Jekyll version is used to run. +# When you want to use a different version, change it below, save the +# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: +# +# bundle exec jekyll serve +# +# This will help ensure the proper Jekyll version is running. +# Happy Jekylling! +gem "jekyll", "~> 4.1.1" +# This is the default theme for new Jekyll sites. You may change this to anything you like. +gem "no-style-please" +# If you want to use GitHub Pages, remove the "gem "jekyll"" above and +# uncomment the line below. To upgrade, run `bundle update github-pages`. +# gem "github-pages", group: :jekyll_plugins +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jekyll-feed", "~> 0.12" +end + +# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem +# and associated library. +platforms :mingw, :x64_mingw, :mswin, :jruby do + gem "tzinfo", "~> 1.2" + gem "tzinfo-data" +end + +# Performance-booster for watching directories on Windows +gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] + diff --git a/_config.yml b/_config.yml index ff2f838..641abb6 100644 --- a/_config.yml +++ b/_config.yml @@ -1,28 +1,34 @@ title: VKVG Documentation -lang: en -description: Open source 2d vector graphic library for vulkan writen in c. - -remote_theme: rundocs/jekyll-rtd-theme # rundocs/jekyll-theme-docsify - -edit: true -addons_branch: true - -addons: - - github - - plugins - - analytics - -copyright: - revision: true - -readme_index: - with_frontmatter: trueremote_theme: pmarsceill/just-the-docs - - -color_scheme: "dark" -logo: "/assets/images/vkvg.png" - -# Google Analytics Tracking (optional) -ga_tracking: UA-175345502-1 - - +email: jp_bruyere@hotmail.com +description: >- + description: Open source 2d vector graphic library for vulkan writen in c. + +#baseurl: "vkvg" # the subpath of your site, e.g. /blog +url: "https://jpbruyere.github.io" # the base hostname & protocol for your site, e.g. http://example.com +twitter_username: jpbruyere +github_username: jpbruyere + +# Build settings +theme: no-style-please +plugins: + - jekyll-feed + +# Exclude from processing. +# The following items will not be processed, by default. +# Any item listed under the `exclude:` key here will be automatically added to +# the internal "default list". +# +# Excluded items can be processed by explicitly listing the directories or +# their entries' file path in the `include:` list. +# +# exclude: +# - .sass-cache/ +# - .jekyll-cache/ +# - gemfiles/ +# - Gemfile +# - Gemfile.lock +# - node_modules/ +# - vendor/bundle/ +# - vendor/cache/ +# - vendor/gems/ +# - vendor/ruby/ diff --git a/_posts/2020-08-16-welcome-to-jekyll.markdown b/_posts/2020-08-16-welcome-to-jekyll.markdown new file mode 100644 index 0000000..61f9cfb --- /dev/null +++ b/_posts/2020-08-16-welcome-to-jekyll.markdown @@ -0,0 +1,29 @@ +--- +layout: post +title: "Welcome to Jekyll!" +date: 2020-08-16 00:53:29 +0200 +categories: jekyll update +--- +You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. + +Jekyll requires blog post files to be named according to the following format: + +`YEAR-MONTH-DAY-title.MARKUP` + +Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works. + +Jekyll also offers powerful support for code snippets: + +{% highlight ruby %} +def print_hi(name) + puts "Hi, #{name}" +end +print_hi('Tom') +#=> prints 'Hi, Tom' to STDOUT. +{% endhighlight %} + +Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. + +[jekyll-docs]: https://jekyllrb.com/docs/home +[jekyll-gh]: https://github.com/jekyll/jekyll +[jekyll-talk]: https://talk.jekyllrb.com/ diff --git a/about.markdown b/about.markdown new file mode 100644 index 0000000..8b4e0b2 --- /dev/null +++ b/about.markdown @@ -0,0 +1,18 @@ +--- +layout: page +title: About +permalink: /about/ +--- + +This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) + +You can find the source code for Minima at GitHub: +[jekyll][jekyll-organization] / +[minima](https://github.com/jekyll/minima) + +You can find the source code for Jekyll at GitHub: +[jekyll][jekyll-organization] / +[jekyll](https://github.com/jekyll/jekyll) + + +[jekyll-organization]: https://github.com/jekyll diff --git a/assets/images/vkvg.png b/assets/images/vkvg.png deleted file mode 100644 index 6b8c988..0000000 Binary files a/assets/images/vkvg.png and /dev/null differ diff --git a/assets/images/vkvg.svg b/assets/images/vkvg.svg deleted file mode 100644 index df4f790..0000000 --- a/assets/images/vkvg.svg +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/building/README.md b/building/README.md index eb49247..071775a 100644 --- a/building/README.md +++ b/building/README.md @@ -2,4 +2,19 @@ sort: 1 --- +# Building + {% include list.liquid %} + +## Requirements: + +- [CMake](https://cmake.org/): version > 12. +- [Vulkan](https://www.khronos.org/vulkan/) +- [FontConfig](https://www.freedesktop.org/wiki/Software/fontconfig/) +- [Freetype](https://www.freetype.org/) +- [Harfbuzz](https://www.freedesktop.org/wiki/Software/HarfBuzz/) +- GLSLC: spirv compiler, included in [LunarG SDK](https://www.lunarg.com/vulkan-sdk/) (building only) +- [xxd](https://linux.die.net/man/1/xxd): generate headers with precompiled shaders (building only) +- [GLFW](http://www.glfw.org/): optional, if present tests are built. + +if `glslc` or `xxd` are not present, a precompiled version of the shaders is stored in the git tree. diff --git a/building/building.md b/building/building.md deleted file mode 100644 index cdada10..0000000 --- a/building/building.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: default -title: Building -nav_order: 2 -has_children: true -permalink: /docs/building ---- - -## Requirements: - -- [CMake](https://cmake.org/): version > 12. -- [Vulkan](https://www.khronos.org/vulkan/) -- [FontConfig](https://www.freedesktop.org/wiki/Software/fontconfig/) -- [Freetype](https://www.freetype.org/) -- [Harfbuzz](https://www.freedesktop.org/wiki/Software/HarfBuzz/) -- GLSLC: spirv compiler, included in [LunarG SDK](https://www.lunarg.com/vulkan-sdk/) (building only) -- [xxd](https://linux.die.net/man/1/xxd): generate headers with precompiled shaders (building only) -- [GLFW](http://www.glfw.org/): optional, if present tests are built. - -if `glslc` or `xxd` are not present, a precompiled version of the shaders is stored in the git tree. diff --git a/building/debian.md b/building/debian.md index fd31268..99a8b26 100644 --- a/building/debian.md +++ b/building/debian.md @@ -1,8 +1,5 @@ --- -layout: default -title: Debian instructions -parent: Building -nav_order: 1 +sort: 1 --- # Install Dependencies diff --git a/building/windows.md b/building/windows.md index e6fb3af..e983974 100644 --- a/building/windows.md +++ b/building/windows.md @@ -1,8 +1,5 @@ --- -layout: default -title: Windows instructions -parent: Building -nav_order: 2 +sort: 3 --- # Build on Windows with Visual Studio IDE: diff --git a/index.markdown b/index.markdown new file mode 100644 index 0000000..0671507 --- /dev/null +++ b/index.markdown @@ -0,0 +1,6 @@ +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +layout: home +---