diff --git a/config.yml b/config.yml index f4b36a00..6b3e781a 100644 --- a/config.yml +++ b/config.yml @@ -25,7 +25,7 @@ params: disableThemeToggle: false ShowReadingTime: true - ShowShareButtons: true + ShowShareButtons: false ShowPostNavLinks: true ShowBreadCrumbs: true ShowCodeCopyButtons: false @@ -57,6 +57,8 @@ params: url: technicalposts - name: General Posts url: generalposts + - name: Hiking + url: hiking # home-info mode homeInfoParams: @@ -124,6 +126,10 @@ menu: name: Chat url: /Chat/ weight: 60 + - identifier: Hiking + name: Hiking + url: /hiking/ + weight: 60 # Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma # pygmentsUseClasses: true # markup: diff --git a/content/hiking/_index.md b/content/hiking/_index.md new file mode 100644 index 00000000..e33ade46 --- /dev/null +++ b/content/hiking/_index.md @@ -0,0 +1,5 @@ +--- +title: Hiking +summary: Logging the places I hiking around for the weekend (To be updated on a weekly basis). +description: Logging the places I hiking around for the weekend (To be updated on a weekly basis). +--- \ No newline at end of file diff --git a/content/hiking/burntisland.md b/content/hiking/burntisland.md new file mode 100644 index 00000000..fcfabb30 --- /dev/null +++ b/content/hiking/burntisland.md @@ -0,0 +1,56 @@ +--- +title: "Burntisland (Burnt Island)" +summary: The hike with best weather so far in the warmest Scottish winter. +tags: ["hiking","good weather","seaside"] +author: "Akilan Selvacoumar" +draft: false +aliases: [/CutestTrainStation] +weight: 3 +--- + +## Key Picture +![](/img/hike/burntisland/Edinburgh.jpeg) + +Edinburgh the only sunny city in Scotland!!! + +## Original path +![](/img/hike/burntisland/OriginalPath.png) + +Path information: https://www.walkhighlands.co.uk/fife-stirling/the-binn-burntisland.shtml + +## Walk description +A really easy and relaxed walk. Can be easily done no matter the weather condition. +From the previous hikes done so far one of the most well connected hikes especially from the Edinburgh side. + +### Key highlights +- Really cute train station. +- You can easily unleash the kid in yourself by adoring the cute trains and [4 legged wingman](https://hips.hearstapps.com/hmg-prod/images/cutest-dog-breed-german-shephard-6435743c5766b.jpg?crop=1.00xw:0.836xh;0,0.141xh&resize=980:*) along the walkway. +- Fancy houses blocking pathways which should be public. + +## Path we walked +![](/img/hike/burntisland/burntislandpath.jpg) + +## Pictures +![](/img/hike/burntisland/burntisland.jpg) + +This was taken from the highest peak and shows +a impressive view of the small town with Edinburgh across the sea. North bridge is barely visible due +to the clouds. + +![](/img/hike/burntisland/PathBlocked.jpeg) + +While walking through the trail we intended to take +a deviation to walk through the Fife costal walkway +to walk closer to the sea. There is a small caveat +that the segment of costal walkway can only be traversed +on a low tide (Unless you are [Moses](https://i.pinimg.com/474x/e5/fb/3e/e5fb3eb00e8a5c2566f571fdde2e0385.jpg)). +The annoying part was that there was a relatively high tide which we didn't notice blocking parts of the path. The worst case scenario would be to walk back to the start of the costal path and walk along side the road to city centre. The picture above reflects one of the deviated paths we could have taken but unfortunately private property had fenced out path way from the public from using it (This was a bit frustrating). When walking through the partially blocked pathway a nice view of the sea could be captured. + +![](/img/hike/burntisland/Rocks.jpeg) + +Rocky parts which had to be crossed through the costal walkway. + +![](/img/hike/burntisland/Seaside.jpeg) + +Start of the costal walkway from the fancy golf course. Crossing the golf course is part of the trail. Heading +to the beach is not part of the documented path on the trail provided in [Walkhighlands](https://www.walkhighlands.co.uk/fife-stirling/the-binn-burntisland.shtm). diff --git a/content/resume.md b/content/resume.md index 498fcb92..cb156bc8 100644 --- a/content/resume.md +++ b/content/resume.md @@ -124,7 +124,7 @@ January 2022 - Present - FreeBSD kernel development #### Languages used: -- C +- C - ARM Assembly #### Ongoing research: diff --git a/static/img/hike/burntisland/Edinburgh.jpeg b/static/img/hike/burntisland/Edinburgh.jpeg new file mode 100644 index 00000000..36c5258f Binary files /dev/null and b/static/img/hike/burntisland/Edinburgh.jpeg differ diff --git a/static/img/hike/burntisland/OriginalPath.png b/static/img/hike/burntisland/OriginalPath.png new file mode 100644 index 00000000..5385d7ee Binary files /dev/null and b/static/img/hike/burntisland/OriginalPath.png differ diff --git a/static/img/hike/burntisland/PathBlocked.jpeg b/static/img/hike/burntisland/PathBlocked.jpeg new file mode 100644 index 00000000..c6c8c596 Binary files /dev/null and b/static/img/hike/burntisland/PathBlocked.jpeg differ diff --git a/static/img/hike/burntisland/Rocks.jpeg b/static/img/hike/burntisland/Rocks.jpeg new file mode 100644 index 00000000..2d234c4e Binary files /dev/null and b/static/img/hike/burntisland/Rocks.jpeg differ diff --git a/static/img/hike/burntisland/Seaside.jpeg b/static/img/hike/burntisland/Seaside.jpeg new file mode 100644 index 00000000..8c08024a Binary files /dev/null and b/static/img/hike/burntisland/Seaside.jpeg differ diff --git a/static/img/hike/burntisland/burntisland.jpg b/static/img/hike/burntisland/burntisland.jpg new file mode 100644 index 00000000..3ddaa440 Binary files /dev/null and b/static/img/hike/burntisland/burntisland.jpg differ diff --git a/static/img/hike/burntisland/burntislandpath.jpg b/static/img/hike/burntisland/burntislandpath.jpg new file mode 100644 index 00000000..b62dc1ed Binary files /dev/null and b/static/img/hike/burntisland/burntislandpath.jpg differ