Skip to content

Commit

Permalink
Merge pull request #1 from RSalehin24/jekyll-deploy
Browse files Browse the repository at this point in the history
Link changes for github hosting
  • Loading branch information
RSalehin24 authored May 19, 2024
2 parents 419bf4c + 96a474c commit c660bbf
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["deploy"]
branches: ["jekyll-deploy"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions Pages/goal.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ permalink: /goal
<div class="px-4 py-2"></div>
<div class="px-4 py-2">
<h4 class="py-2"> Grantt </h4>
<image class="goals-image-grant" src="/assets/images/goals_grantt.png" />
<image class="goals-image-grant" src="/baby-steps/assets/images/goals_grantt.png" />
</div>
<div class="px-4 py-3">
<h4 class="py-2"> Flow </h4>
<image src="/assets/images/goals_flow.svg"/>
<image src="/baby-steps/assets/images/goals_flow.svg"/>
</div>
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
baseurl: /baby-steps
6 changes: 3 additions & 3 deletions _data/nav.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: Home
link: /
link: /baby-steps/
- name: About
link: /about
link: /baby-steps/about
- name: Goal
link: /goal
link: /baby-steps/goal
2 changes: 1 addition & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand navbar-site-name-margin" href="/">baby steps</a>
<a class="navbar-brand navbar-site-name-margin" href="/baby-steps/">baby steps</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/css/styles.css">
<link rel="stylesheet" href="/baby-steps/assets/css/styles.css">
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<title>{{ page.title }} | baby steps</title>
</head>
Expand Down
10 changes: 5 additions & 5 deletions _site/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/css/styles.css">
<link rel="stylesheet" href="/baby-steps/assets/css/styles.css">
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<title>About | baby steps</title>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand navbar-site-name-margin" href="/">baby steps</a>
<a class="navbar-brand navbar-site-name-margin" href="/baby-steps/">baby steps</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand All @@ -20,19 +20,19 @@


<li class="nav-item">
<a class="nav-link" href="/"> Home </a>
<a class="nav-link" href="/baby-steps/"> Home </a>
</li>



<li class="nav-item">
<a class="nav-link active nav-active-page" aria-current="page" href="/about"> About</a>
<a class="nav-link" href="/baby-steps/about"> About </a>
</li>



<li class="nav-item">
<a class="nav-link" href="/goal"> Goal </a>
<a class="nav-link" href="/baby-steps/goal"> Goal </a>
</li>


Expand Down
14 changes: 7 additions & 7 deletions _site/goal.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/css/styles.css">
<link rel="stylesheet" href="/baby-steps/assets/css/styles.css">
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<title>Goal | baby steps</title>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand navbar-site-name-margin" href="/">baby steps</a>
<a class="navbar-brand navbar-site-name-margin" href="/baby-steps/">baby steps</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand All @@ -20,19 +20,19 @@


<li class="nav-item">
<a class="nav-link" href="/"> Home </a>
<a class="nav-link" href="/baby-steps/"> Home </a>
</li>



<li class="nav-item">
<a class="nav-link" href="/about"> About </a>
<a class="nav-link" href="/baby-steps/about"> About </a>
</li>



<li class="nav-item">
<a class="nav-link active nav-active-page" aria-current="page" href="/goal"> Goal</a>
<a class="nav-link" href="/baby-steps/goal"> Goal </a>
</li>


Expand Down Expand Up @@ -69,11 +69,11 @@ <h1 id="goal">Goal</h1>
<div class="px-4 py-2"></div>
<div class="px-4 py-2">
<h4 class="py-2"> Grantt </h4>
<image class="goals-image-grant" src="/assets/images/goals_grantt.png" />
<image class="goals-image-grant" src="/baby-steps/assets/images/goals_grantt.png" />
</div>
<div class="px-4 py-3">
<h4 class="py-2"> Flow </h4>
<image src="/assets/images/goals_flow.svg" />
<image src="/baby-steps/assets/images/goals_flow.svg" />
</div>

</div>
Expand Down
10 changes: 5 additions & 5 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/css/styles.css">
<link rel="stylesheet" href="/baby-steps/assets/css/styles.css">
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<title>Home | baby steps</title>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand navbar-site-name-margin" href="/">baby steps</a>
<a class="navbar-brand navbar-site-name-margin" href="/baby-steps/">baby steps</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand All @@ -20,19 +20,19 @@


<li class="nav-item">
<a class="nav-link active nav-active-page" aria-current="page" href="/"> Home</a>
<a class="nav-link" href="/baby-steps/"> Home </a>
</li>



<li class="nav-item">
<a class="nav-link" href="/about"> About </a>
<a class="nav-link" href="/baby-steps/about"> About </a>
</li>



<li class="nav-item">
<a class="nav-link" href="/goal"> Goal </a>
<a class="nav-link" href="/baby-steps/goal"> Goal </a>
</li>


Expand Down

0 comments on commit c660bbf

Please sign in to comment.