Skip to content

Commit 6e60ca6

Browse files
authored
Release V.1.0.1 (#115)
Introducing Version 1.0.1 --- The following address visual representation and build / Runtime of the website.. See the following details down below for further information. Changes --- 1. Fixes the permalink that includes .html at the end of the current page within the hyperlink. The following is explained in detail here #98 2. Removes extra routing that references itself for pages for example Portfolio would reference a Folder and the named file that hosts the folder, which has now been changed to index.html This changes /folder/foldername.md to /folder/ , which uses subdomains under /folder/subdomains - Note that Now each folder instead of referencing itself shouuld reference index.html as its primary file, whereas the rest will be part of the subdirectory. - See notes on the following #108 4. Fixes #109 , not showing certain articles within the list of the website. 5. The following update features minor bug fixes and improves the load-time of the website in general. Direct reference to the changes and the requirement can be found here #112 Reduces the amount of load and flickering when changing from light to dark themed background. 6. The first one looked in a folder will be index.html file, this means that it does not reference itself specifically and instead uses /folder/ though it can still be accessed by /folder/index.html Known Issues --- 1. #110 2. #61
2 parents aa8a6eb + 966b724 commit 6e60ca6

File tree

60 files changed

+52
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+52
-28
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gem "jekyll", "~> 4.3.2" # installed by `gem jekyll`
44
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

6-
gem "just-the-docs", "0.6.2" # pinned to the current Release
6+
gem "just-the-docs", "0.8.0" # pinned to the current Release
77
# gem "just-the-docs" # always download the latest release
88

99
gem 'jekyll-last-modified-at', '~> 1.1' # pinned to the current Release

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GEM
4343
jekyll (>= 3.8, < 5.0)
4444
jekyll-watch (2.2.1)
4545
listen (~> 3.0)
46-
just-the-docs (0.6.2)
46+
just-the-docs (0.8.0)
4747
jekyll (>= 3.8.5)
4848
jekyll-include-cache
4949
jekyll-seo-tag (>= 2.0)
@@ -61,7 +61,7 @@ GEM
6161
forwardable-extended (~> 2.6)
6262
posix-spawn (0.3.15)
6363
public_suffix (5.0.3)
64-
rake (13.0.6)
64+
rake (13.2.1)
6565
rb-fsevent (0.11.2)
6666
rb-inotify (0.10.1)
6767
ffi (~> 1.0)
@@ -84,7 +84,7 @@ PLATFORMS
8484
DEPENDENCIES
8585
jekyll (~> 4.3.2)
8686
jekyll-last-modified-at (~> 1.1)
87-
just-the-docs (= 0.6.2)
87+
just-the-docs (= 0.8.0)
8888

8989
BUNDLED WITH
9090
2.3.26

docs/VersionControl/Git/Git.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/VersionControl/Git/GitBash.md

Lines changed: 2 additions & 1 deletion

docs/VersionControl/Git/Github/EnterpriseToPersonal.md

Lines changed: 1 addition & 1 deletion
Lines changed: 18 additions & 0 deletions

docs/VersionControl/Git/Gitlab.md

Lines changed: 2 additions & 1 deletion

docs/VersionControl/Git/Github.md renamed to docs/VersionControl/Git/index.md

Lines changed: 1 addition & 1 deletion

docs/VersionControl/P4V/Helix.md

Lines changed: 2 additions & 1 deletion

docs/VersionControl/P4V/HelixSwarm.md

Lines changed: 2 additions & 1 deletion

docs/VersionControl/P4V/Perforce.md

Lines changed: 2 additions & 1 deletion

docs/VersionControl/P4V/index.md

Lines changed: 18 additions & 0 deletions

0 commit comments

Comments
 (0)