Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
DGrv committed Dec 9, 2024
1 parent 981ed63 commit f650f3d
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 38 deletions.
14 changes: 8 additions & 6 deletions Run_jekyll_local.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
@echo off

echo Check Internet connection ---------------------------
echo.

:: Ping Google to check for an internet connection

echo [33mCheck Internet connection ---------------------------[37m
ping -n 1 google.com >nul 2>&1
if %errorlevel%==0 (
echo Internet available: Using remote theme.
Expand All @@ -19,9 +16,14 @@ echo Theme configuration updated in _config.yml.

echo.

bundle exec jekyll serve
REM bundle exec jekyll serve --incremental
REM bundle exec jekyll serve
bundle exec jekyll serve --incremental

REM --baseurl="" if locally
REM --baseurl="" if locally
REM --baseurl="" if locally
REM --baseurl="" if locally
REM --baseurl="" if locally

REM Incremental building can sometimes cause issues if you're adding new files or making structural changes (like adding new pages or collections). In such cases, a full rebuild might be required.
REM It works best for content changes like editing blog posts or pages, not structural changes to the site.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ name : &name "Dorian Gravier" # &name is a YAML anchor which
github_name : "DGrv"
subtitle : "Dorian Gravier"
# description : &description "A flexible Jekyll theme for your blog or site with a minimalist aesthetic."
url : "https://dgrv.github.io/dorian-gravier"
# baseurl : "/minimal-mistakes" # the subpath of your site, e.g. "/blog"
url : "https://dgrv.github.io"
baseurl : "/dorian-gravier" # the subpath of your site, e.g. "/blog"
repository : "DGrv/dorian-gravier"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
Expand Down
30 changes: 15 additions & 15 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,43 +23,43 @@ navmaps:
- title: "Maps"
url: /maps/
children:
- title: <img src"{{ '/files/icon/loca.png' | absolute_url }}" class="emoji" /> Outdoor
- title: <img src"{{ '/files/icon/loca.png' | relative_url }}" class="emoji" /> Outdoor
url: /maps/leaflet/
- title: <img src"{{ '/files/icon/Tatoo_v02_icon.png' | absolute_url }}" class="emoji" /> Bike Trip 2022
- title: <img src"{{ '/files/icon/Tatoo_v02_icon.png' | relative_url }}" class="emoji" /> Bike Trip 2022
url: /maps/bt/
- title: <img src"{{ '/files/icon/mountain_small.png' | absolute_url }}" class="emoji" /> Legendary Multipitch
- title: <img src"{{ '/files/icon/mountain_small.png' | relative_url }}" class="emoji" /> Legendary Multipitch
url: /maps/climbing/

navtools:
- title: "Tools"
url: /tools/
children:
- title: <img src"{{ '/files/icon/tools.png' | absolute_url }}" class="emoji" /> Special Results Builder
- title: <img src"{{ '/files/icon/tools.png' | relative_url }}" class="emoji" /> Special Results Builder
url: /files/RR/SRBuilder/SRBuilder_v01.html

navcode:
- title: "Code"
url: /code/
children:
- title: <img src"{{ '/files/icon/bash.png' | absolute_url }}" class="emoji" /> Bash
- title: <img src"{{ '/files/icon/bash.png' | relative_url }}" class="emoji" /> Bash
url: /code/bash/
- title: <img src"{{ '/files/icon/batch.png' | absolute_url }}" class="emoji" /> Batch
- title: <img src"{{ '/files/icon/batch.png' | relative_url }}" class="emoji" /> Batch
url: /code/batch/
- title: <img src"{{ '/files/icon/ffmpeg.png' | absolute_url }}" class="emoji" /> Ffmpeg
- title: <img src"{{ '/files/icon/ffmpeg.png' | relative_url }}" class="emoji" /> Ffmpeg
url: /code/ffmpeg/
- title: <img src"{{ '/files/icon/loca.png' | absolute_url }}" class="emoji" /> Leaflet
- title: <img src"{{ '/files/icon/loca.png' | relative_url }}" class="emoji" /> Leaflet
url: /code/leaflet/
- title: <img src"{{ '/files/icon/python.png' | absolute_url }}" class="emoji" /> Python
- title: <img src"{{ '/files/icon/python.png' | relative_url }}" class="emoji" /> Python
url: /code/python/
- title: <img src"{{ '/files/icon/r.png' | absolute_url }}" class="emoji" /> R
- title: <img src"{{ '/files/icon/r.png' | relative_url }}" class="emoji" /> R
url: /code/r/
- title: <img src"{{ '/files/icon/youtube.2.png' | absolute_url }}" class="emoji" /> Youtube-dl
- title: <img src"{{ '/files/icon/youtube.2.png' | relative_url }}" class="emoji" /> Youtube-dl
url: /code/youtube-dl/
- title: <img src"{{ '/files/icon/js.png' | absolute_url }}" class="emoji" /> Javascript
- title: <img src"{{ '/files/icon/js.png' | relative_url }}" class="emoji" /> Javascript
url: /code/java/
- title: <img src"{{ '/files/icon/magick.png' | absolute_url }}" class="emoji" /> ImageMagick
- title: <img src"{{ '/files/icon/magick.png' | relative_url }}" class="emoji" /> ImageMagick
url: /code/magick/
- title: <img src"{{ '/files/icon/jekyll.png' | absolute_url }}" class="emoji" /> Jekyll / mm
- title: <img src"{{ '/files/icon/jekyll.png' | relative_url }}" class="emoji" /> Jekyll / mm
url: /code/jekyll
- title: <img src"{{ '/files/icon/more.png' | absolute_url }}" class="emoji" /> Other
- title: <img src"{{ '/files/icon/more.png' | relative_url }}" class="emoji" /> Other
url: /code/other/
30 changes: 15 additions & 15 deletions _pages/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ You will find here a bunch of code that I decided to document for my self.
They are categorized in the left sidebar. On the right you will find the table of content for each.

<center>
<img src="{{ '/files/icon/Tatoo_v02_icon.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/loca.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/mountain_small.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/tools.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/bash.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/batch.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/ffmpeg.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/loca.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/python.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/r.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/youtube.2.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/js.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/magick.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/jekyll.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/more.png' | absolute_url }}" class="emoji" />
<img src="{{ '/files/icon/Tatoo_v02_icon.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/loca.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/mountain_small.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/tools.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/bash.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/batch.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/ffmpeg.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/loca.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/python.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/r.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/youtube.2.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/js.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/magick.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/jekyll.png' | relative_url }}" class="emoji" />
<img src="{{ '/files/icon/more.png' | relative_url }}" class="emoji" />
</center>

0 comments on commit f650f3d

Please sign in to comment.